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;
}

/*-------------------------
	Hide
--------------------------*/
h1,
.memo,
.form ol,
dt br,
input[type=button],
.finish ol,
.place dt,
.payment dt,
.questionnaire span,
.finish h2,
.finish img,
#open-check {
    display: none;
}

/*-------------------------
	Form
--------------------------*/
body {
    line-height: 100%;
	font: normal 14px 'Hiragino Kaku Gothic ProN','Meiryo',sans-serif;
    color: #222;
}
header {
    position: relative;
    width: 100%;
    height: 60px;
    border-bottom: 5px solid #075A79;
}
header img {
    width: auto;
    height: 30px;
    margin: 14px 0 0 3%;
}
ol {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 3%;
}
ol li {
    display: inline-block;
    position: relative;
    width: 38px;
    height: 32px;
    line-height: 16px;
    margin-left: 17px;
    padding: 3px 0 3px 2px;
    text-align: center;
    font-size: 9px;
    color: #222;
    background-color: #ECF2F6;
}
ol li:nth-child(3) {
    width: 50px;
    padding: 3px 0;
}
ol li::before {
    display: block;
    position: absolute;
    top: 0;
    right: -12px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 19px 0 19px 12px;
    border-color: transparent transparent transparent #ECF2F6;
}
ol li:nth-child(3)::before {
    display: none;
}
ol .here {
    color: #FFF;
    background-color: #075A79;
}
ol .here::before {
    display: block;
    position: absolute;
    top: 0;
    right: -12px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 19px 0 19px 12px;
    border-color: transparent transparent transparent #075b79;
}
ol li b {
    display: block;
    font-size: 10px;
}
.form {
    display: block;
    position: relative;
    left: 3%;
    width: 94%;
    margin: 15px 0 150px 0;
    padding: 15px 0 1px 0;
    background-color: #ECF2F6;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
h2 {
    position: relative;
    width: 260px;
    line-height: 40px;
    margin-left: -5px;
    text-indent: 24px;
    font-size: 18px;
    color: #FFF;
    background-color: #075A79;
    border-radius: 0 2px 2px 0;
}
h2::before {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #043446 transparent transparent;
}
section {
    margin: 20px 10px 10px 10px;
    padding: 10px;
    background-color: #FFF;
    border-radius: 4px;
}
dl {
    width: 100%;
    margin: 0;
}
dt {
    display: inline-block;
    position: relative;
    font-weight: bold;
}
.checkOn::before {
    display: block;
    position: absolute;
    top: 0;
    right: -38px;
    margin-top: 2px;
    padding: 1px 4px;
    font-size: 9px;
    font-weight: bold;
    color: #FFF;
    content: '\5FC5\9808';
    background-color: #D83E3E;
    border-radius: 2px;
}
.checkOn ~ dd input {
    background-color: #FFEFEF;
}
dd {
    display: block;
    position: relative;
    width: 100%;
    min-height: 52px;
    margin: 0 0 10px 0;
}
dd input[type=text] {
    display: block;
    width: 100%;
    line-height: 52px;
    padding: 0 8px;
    font-size: 16px;
    border: 1px solid #CCC;
    border-radius: 3px;
    box-sizing: border-box;
}
dd input::-webkit-input-placeholder {
    color: #BBB;
}
dd input::-moz-placeholder {
    color: #BBB;
    opacity: 1;
}
dd input:-ms-input-placeholder {
    color: #BBB;
}
.short-input input[type=text] {
    display: inline-block;
    width: 48.5%;
    box-sizing: border-box;
}
.short-input input[type=text]:nth-of-type(2) {
    margin-left: 3%;
}
dd select {
    height: 52px;
    margin-right: 4px;
    padding: 0 4px;
    text-align: center;
    text-indent: -4px;
    background-color: #FFEFEF;
    border: 1px solid #CCC;
    border-radius: 3px;
}
dd select:not(:first-child) {
    margin-left: 4px;
}
.customer-info dd label {
    display: inline-block;
    position: absolute;
    z-index: 2;
    width: 48.5%;
    line-height: 52px;
    text-align: center;
    font-size: 12px;
    background-color: #FFEFEF;
    border: 1px solid #CCC;
    border-radius: 3px;
    box-sizing: border-box;
}
.customer-info dd label:nth-of-type(1) { left: 0; }
.customer-info dd label:nth-of-type(2) { right: 0; }
dd input[type=radio] {
    position: absolute;
    z-index: 3;
    top: calc(50% - 6px);
}
.customer-info dd input[type=radio]:nth-of-type(1) {
    left: 10%;
}
.customer-info dd input[type=radio]:nth-of-type(2) {
    left: 61.5%;
}
h3 {
    margin: 24px 0 -10px 10px;
}
section p {
    margin-top: 2px;
    font-size: 10px;
    color: #777;
}
textarea {
    width: 93%;
    height: 134px;
    padding: 8px 3%;
    border: 1px solid #999;
    border-radius: 3px;
    resize: none;
}
input[type=submit] {
    display: block;
    position: absolute;
    bottom: -100px;
    left: 6%;
    width: 88%;
    line-height: 64px;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    background-color: #B9CC45;
    border: none;
    border-radius: 5px;
    box-shadow: 0 6px 0 #96A82D;
}
footer {
    width: 100%;
    line-height: 120%;
    padding: 15px 0;
    text-align: center;
    font-size: 10px;
    color: #AAA;
    background-color: #333;
}

/*-------------------------
	Item
--------------------------*/
/* Book */
.book dl,
.examination dl {
    margin-bottom: 16px;
}
.book dt,
.examination dt {
    display: block;
    font-size: 16px;
}
.book dd,
.examination dd {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    border: 1px solid #BBB;
    box-sizing: border-box;
}
.book dd:nth-of-type(1),
.examination dd:nth-of-type(1) {
    min-width: 70%;
    background-color: #E7F3FA;
    border-radius: 3px 0 0 3px;
}
.book dd:nth-of-type(2),
.examination dd:nth-of-type(2) {
    width: 30%;
    min-width: 100px;
    text-align: center;
    border-left: none;
    border-radius: 0 3px 3px 0;
}
.book dd div {
    position: relative;
    height: 64px;
    padding: 6px;
    border-bottom: 1px solid #BBB;
}
.book dd div:last-child,
.examination dd div:last-child {
    border: none;
}
.book dd div span:not(.zeinuki),
.examination dd div span:not(.zeinuki) {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 6px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.book dd select {
    height: 26px;
    width: 90%;
}
.book .zeinuki,
.examination .zeinuki{
	display: inline-block;
}
/* Examination */
.examination dd:nth-of-type(2) label {
    display: block;
    width: 100%;
}
.examination dd:nth-of-type(2) input[type=checkbox] {
    position: relative;
    top: 2px;
    margin-right: 4px;
}
.examination dd div {
    position: relative;
    height: 36px;
    padding: 8px 6px;
    border-bottom: 1px solid #BBB;
}
.examination small {
    display: block;
    line-height: 140%;
    margin: -4px 0 2px 0;
    font-size: 10px;
    color: #888;
}
.open-add-text {
    display: block;
    position: relative;
    width: calc(100% - 20px);
    height: 44px;
    margin: 16px 0 0 10px;
    border: 1px solid #BBB;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 #FFF inset;
    box-sizing: border-box;
}
.open-add-text::before {
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 106px);
    width: 16px;
    line-height: 16px;
    text-align: center;
    content: '\002B';
    background-color: #FFF;
    border: 1px solid #333;
    border-radius: 2px;
}
.open-add-text::after {
    display: block;
    position: absolute;
    top: calc(50% - 11px);
    width: 100%;
    text-align: center;
    font-weight: bold;
    content: '\66F8\7C4D\3082\3042\308F\305B\3066\8CFC\5165\3059\308B';
}
.add-text {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#open-check:checked ~ .add-text {
    height: 870px;
}
#open-check:checked ~ .open-add-text::before {
    content: '\FF0D';
}
#open-check:checked ~ .open-add-text::after {
    content: '\9589\3058\308B';
}
/* Distance */
.distance > dl > dt {
    font-size: 16px;
}
.distance > dl > dd {
    width: 100%;
    line-height: 100%;
    padding: 10px;
    border: 1px solid #BBB;
    border-radius: 3px;
    box-sizing: border-box;
}
.distance > dl > dd > label {
    display: block;
    position: relative;
    width: 100%;
    line-height: 40px;
    margin-bottom: 8px;
    text-indent: 12px;
    background-color: #E7F3FA;
    border-radius: 3px 3px 0 0;
}
.zeinuki {
	margin-left: 4px;
	font-size: 10px;
}
.distance label input[type=radio] {
    position: relative;
    top: 1px;
    margin-right: 6px;
}
.distance dd p {
    display: inline;
}
.distance dd > div > div {
    margin-top: 12px;
    font-size: 11px;
    border-bottom: 1px solid #BBB;
}
.distance dd > div > div b {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
}
.distance dd > div > div dt {
    display: table-cell;
    width: 80%;
    height: 40px;
    background-color: #E7F3FA;
    border: 1px solid #BBB;
    border-bottom: none;
}
.distance dd > div > div dd {
    display: table-cell;
    min-width: 104px;
    height: 48px;
    border: 1px solid #BBB;
    border-bottom: none;
    border-left: none;
}
.distance dd > div > div .zeinuki {
	display: block;
	margin-left: 18px;
	color: #999;
}
.distance dd > div > div dt span,
.distance dd > div > div label {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 6px;
    font-weight: normal;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.distance dd > div > div label input[type=checkbox] {
    position: relative;
    top: 3px;
    margin-right: 4px;
}
/* Place */
.place dd {
    position: relative;
}
.place label {
    display: block;
    width: 100%;
    line-height: 46px;
    margin-bottom: 12px;
    text-indent: 28px;
    font-size: 12px;
    background-color: #FFEFEF;
    border: 1px solid #CCC;
    border-radius: 3px;
    box-sizing: border-box;
}
.place input[type=radio]:nth-of-type(1) {
    position: absolute;
    top: 17px;
    left: 10px;
}
.place input[type=radio]:nth-of-type(2) {
    position: absolute;
    top: 77px;
    left: 10px;
}
.place input[type=radio]:nth-of-type(3) {
    position: absolute;
    top: 137px;
    left: 10px;
}
/* Payment */
.payment dd {
    position: relative;
}
.payment label:nth-of-type(1) {
    display: block;
    width: 100%;
    line-height: 46px;
    margin-bottom: 12px;
    text-indent: 28px;
    font-size: 12px;
    background-color: #FFEFEF;
    border: 1px solid #CCC;
    border-radius: 3px;
    box-sizing: border-box;
}
.payment label:nth-of-type(2) {
    display: inline-block;
    width: 38%;
    line-height: 46px;
    margin-right: 4%;
    text-indent: 28px;
    font-size: 12px;
    background-color: #FFEFEF;
    border: 1px solid #CCC;
    border-radius: 3px;
    box-sizing: border-box;
}
.payment input[type=radio]:nth-of-type(1) {
    position: absolute;
    top: 17px;
    left: 10px;
}
.payment input[type=radio]:nth-of-type(2) {
    position: absolute;
    top: 77px;
    left: 10px;
}
.payment input[type=text] {
    display: none;
    width: 58%;
    line-height: 46px;
    font-size: 12px;
    box-sizing: border-box;
}
/* Questionnaire */
.questionnaire dt {
    position: relative;
    margin-bottom: 10px;
}
.questionnaire dt::before {
    display: block;
    position: absolute;
    right: -36px;
    margin-top: 2px;
    padding: 2px 5px;
    font-size: 9px;
    font-weight: bold;
    color: #FFF;
    content: '\4EFB\610F';
    background-color: #CCC;
    border-radius: 2px;
}
.questionnaire label {
    display: inline-block;
    position: relative;
    width: 100%;
    line-height: 46px;
    margin: 0 4% 10px 0;
    padding-left: 32px;
    font-size: 12px;
    border: 1px solid #CCC;
    border-radius: 3px;
    box-sizing: border-box;
}
.questionnaire li:nth-child(4) label {
    line-height: 18px;
    padding: 4px 10px 4px 32px;
}
.questionnaire label input[type=radio] {
    left: 10px;
    margin-top: -1px;
}
.questionnaire input[type=text] {
    display: none;
    width: 100%;
    line-height: 46px;
    margin-bottom: 10px;
    font-size: 12px;
    background-color: #FFEFEF;
    box-sizing: border-box;
}

/*-------------------------
	Confirm
--------------------------*/
.confirm dd {
    display: block;
    width: 100%;
    padding: 14px 4%;
    font-size: 13px;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-sizing: border-box;
}
.confirm dd span {
    display: block;
    font-size: 12px;
}
.total {
    width: 80%;
    line-height: 40px;
    margin: 16px auto 0 auto;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    background-color: #075A79;
    border-radius: 4px;
}

/*-------------------------
	Creditcard
--------------------------*/
.creditcard dl {
    margin-bottom: 18px;
}
.creditcard dl:first-child dd {
    display: block;
    width: 100%;
    line-height: 40px;
    min-height: 40px;
    font-size: 13px;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-sizing: border-box;
}
.creditcard input[type=text] {
    display: inline-block;
    width: 23.5%;
    line-height: 38px;
    padding: 0;
    text-align: center;
    letter-spacing: -1px;
    box-sizing: border-box;
}
.creditcard dd span {
    display: inline-block;
    width: 2%;
    font-size: 0;
    color: #FFF;
    box-sizing: border-box;
}
.creditcard dd div img {
    width: auto;
    height: 24px;
    margin: 8px 9px 0 0;
}
.creditcard dd div img:last-child {
    margin: 8px 0 0 0;
}
.creditcard dl:nth-child(3) dd input[type=text] {
    margin-right: 4px;
}
.creditcard dl:nth-child(3) dd input[type=text]:nth-child(2) {
    margin-left: 10px;
}
.creditcard dl:nth-child(4) dd input[type=text] {
    width: 100%;
    padding: 0 8px;
    text-align: left;
    letter-spacing: 1px;
}
.creditcard dl:nth-child(5) dd {
    line-height: 140%;
    padding: 8px 12px;
    font-size: 12px;
    background-color: #F0F0F0;
    border: 1px solid #CCC;
    box-sizing: border-box;
    border-radius: 3px;
}

/*-------------------------
	Finish
--------------------------*/
.finish {
    position: relative;
}
.finish::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    content: '';
    background-image: url(../img/finish.jpg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.finish strong {
    display: block;
    margin: 0 0 30px 0;
    padding-top: 110px;
    text-align: center;
    text-align: center;
    font-size: 22px;
}
.finish p {
    margin: 0 4% 20px 4%;
}
.finish .memo {
    display: block;
    margin: 35px 4% 0 4%;
    padding: 2px 10px;
    font-size: 11px;
    background-color: #F5F5F5;
    border: 1px solid #CCC;
}
.finish .memo li {
    margin: 15px 0;
}
.finish a {
    display: block;
    width: 200px;
    line-height: 50px;
    margin: 40px auto;
    text-align: center;
    color: #FFF;
    background-color: #666;
    border-radius: 4px;
}

/*-------------------------
	Validation
--------------------------*/
/* Customer */
.validetta-bubble {
	z-index: 9;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
    width: 110px !important;
	line-height: 22px;
	margin: -26px 0 0 -34px;
    text-align: center;
	font-size: 10px !important;
	color: #FFF;
	background-color: #CA3333;
	border-radius: 3px;
}
.validetta-bubble:before {
	display: block;
	position: absolute;
	top: 22px;
	left: 8px;
	width: 0;
	height: 0;
	content: '';
	border: 4px solid transparent;
	border-top: 6px solid #CA3333;
}
.customer-info dl:nth-child(3) .validetta-bubble {
    margin-left: -66px;
}
.customer-info dl:nth-child(4) .validetta-bubble,
.customer-info dl:nth-child(5) .validetta-bubble {
    margin: -46px 0 0 48px;
}
.customer-info dl:nth-child(7) .validetta-bubble,
.customer-info dl:nth-child(9) .validetta-bubble,
.customer-info dl:nth-child(10) .validetta-bubble {
    margin-left: -162px;
}

/* Item */
.place .validetta-bubble {
    margin: -48px 0 0 62px;
}
.payment .validetta-bubble {
    margin: -48px 0 0 82px;
}

/* Creditcard */
.creditcard .validetta-bubble {
    width: 110px !important;
	font-size: 10px !important;
}
.creditcard dl:nth-of-type(4) .validetta-bubble {
    margin-left: -126px;
}

/*-------------------------
	Close
--------------------------*/
.close h3 {
	margin: 60px 0 50px 0;
	text-align: center;
	font-size: 6vw;
	color: #075A79;
}
.close p {
	line-height: 200%;
	padding: 0 20px;
}
.close p br {
	display: none;
}
.close a {
    display: block;
    width: 200px;
    line-height: 50px;
    margin: 40px auto;
    text-align: center;
    color: #FFF;
	text-decoration: none;
    background-color: #075A79;
    border-radius: 4px;
}