@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	line-height: 1.3em;
	font-size: 11pt;
	color: #444444;
	font-weight: 300;
}
* html body dl.list dd div {
	display: inline-block;
}
#contents {
	border: 1px solid #929292;
	margin-top: 3em;
	margin-bottom: 2em;
	padding-left: 1em;
	padding-right: 1em;
}
p {
	font-size: 10pt;
}
a {
	text-decoration: none;
	color: #009D86;
	transition: 0.4s;
}
a:hover {
	text-decoration: underline;
	color: #009D86;
	opacity: 0.6;
}
.line {
	border-top: 1px dashed #bbb;
	margin: 10px;
}
hr {border: none;}
hr {
		height: 6px;
		background: url(images/hr.svg) center center repeat-x;
		margin-top: 6px;
		margin-bottom: 6px;
}

.header {
	text-align: center;
	/* [disabled]background-color: #F5F5F5; */
	-webkit-box-shadow: 0px 3px 6px #B8B8B8;
	box-shadow: 0px 3px 6px #B8B8B8;
	margin-bottom: 1em;
	background-image: -webkit-linear-gradient(270deg, rgba(254, 254, 254, 1.00) 0%, rgba(226, 226, 226, 1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(254, 254, 254, 1.00) 0%, rgba(226, 226, 226, 1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(254, 254, 254, 1.00) 0%, rgba(226, 226, 226, 1.00) 100%);
	background-image: linear-gradient(180deg, rgba(254, 254, 254, 1.00) 0%, rgba(226, 226, 226, 1.00) 100%);
}
.title1 {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-weight: bold;
	margin: 1em 0em;
	padding-top: 0.5em;
	font-size: 16pt;
	color: #444;
	text-align: center;
	line-height: 1.4em;
}
.title2 {
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	margin: 2em auto 1em;
	letter-spacing: 0.75em;
	border-bottom: 1px solid #A5A5A5;
	padding-bottom: 10px;
	width: 750px;
}
h2 {
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-weight: bold;
	margin: 1em 0em;
	padding-top: 0.5em;
	font-size: 14pt;
	color: #444;
	line-height: 1.4em;
}
/*幅と背景*/
#wrapper {
	text-align: center;
	padding: 0px 0px 3em;
	width: 900px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*幅と背景*/
#box {
	text-align: center;
	padding: 0px 0px 0em;
	width: 850px;
	background: #FFFFFF;
	margin: 30px auto 0px;
}
.error {
	background-color: #FFEDF3;
	color: #C00;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: left;
}

table.base {
	border-collapse: collapse;
	font-size: 10pt;
	padding: 0px;
	margin: 2em auto 1em;
	text-align: center;
}
table.base td {
	padding: 3px 1em;
	margin: 0px;
}
table.base1 {
	font-size: 10pt;
	padding: 0px;
	text-align: left;
	margin: 2em auto 1em;
	border-collapse: collapse;
	border-spacing: 0px 2px;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
}
table.base1 th {
	padding: 0.8em 8px;
	margin: 0px;
	font-weight: normal;
}
table.base1 td {
	padding: 6px;
	margin: 0px;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBB;
}
table.outline {
	font-size: 10pt;
	padding: 0px;
	text-align: left;
	margin: 0 1em;
	border-collapse: collapse;
	border-spacing: 0px 2px;

}
/*table.outline th, table.outline td{
	border: 1px solid #ccc;
}*/
table.outline th {
	margin: 0px;
	font-weight: normal;
	width: 18%;
	vertical-align: top;
	padding-left: 0.5em;
}
table.outline td {
	margin: 0px;
	vertical-align: top;
	padding-bottom: 0.75em;
}
table.outline td ul {
	margin: 0;
	padding-left: 1em;

}
table.outline td ul li {
}
.gaiyo {
	border: 1px dashed #BBB;
	margin-left: auto;
	margin-right: auto;
}
.gaiyo h2 {
	margin-top: 0.5em;
}

#receipt_date {
	text-align: right;
}
table.right {
	border-collapse: collapse;
	font-size: 10pt;
	padding: 0px;
	margin: 2em auto 1em;
	text-align: right;
}
table.right td {
	padding: 3px 1em;
	margin: 0px;
}
.komoku {
	font-size: 10pt;
	background-color: #EEEEEE;
	color: #333333;
}
.midashi1 {
	font-size: 12pt;
	text-align: left;
	color: #FFFFFF;
	background-color: #7A7A7A;
}
.setsumei {
	font-size: 10pt;
	margin: 3px;
	padding: 3px;
	width: auto;
}
td.komoku span.en {
	line-height: 1em;
	display: block;
	border-top: 1px dashed #D0D0D0;
	margin-top: 5px;
	padding-top: 5px;
	font-size: 95%;
}
td p.underline {
	border-bottom: 1px dashed #D0D0D0;
		margin-top: 5px;
	margin-bottom: 5px;
	padding:0;

}

input, text {
	height: 26px;
	vertical-align: middle;
	border: 1px solid #CCCCCC; /*　枠線 */
	-webkit-border-radius: 4px; /* 角丸 */
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-size: 10pt;
}
input, textarea {
	vertical-align: middle;
	border: 1px solid #CCCCCC; /*　枠線 */
	-webkit-border-radius: 4px; /* 角丸 */
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-size: 10pt;
}
select {
	border: 1px solid #CCCCCC; /*　枠線 */
	-webkit-border-radius: 4px; /* 角丸 */
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 10pt;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
input[type="checkbox"], input[type="radio"] {
	display: inline-block;
	margin: 2px;
	padding: 0;
	vertical-align: middle;
	position: relative;
	top: -1px;
	cursor: pointer;
}

input[type="submit"], input[type="button"] {
	border: 1px solid #F00000; /*　枠線 */
	padding: 0.5em 1em 1.8em;
	vertical-align: middle;
	color: #F00000;
	font-size: 16px;
		background-color: White;
		transition: all 0.3s ease 0s;

}
input[type="submit"]:hover, input[type="button"]:hover {
opacity: 0.3;
}
input[name="del"] {
}

input:disabled {
    background-color: #E9E9E9;
}


.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.left {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.right {
	text-align: right;
}
/*span設定*/
.eg {
	color: #7E7E7E;
	font-size: 9pt;
}
.red {
	color: #F00000;
	padding-right: 2px;
	font-size: 9pt;
}
.qr {
	text-align: center;
	height: auto;
	vertical-align: middle;
	
}
/*スペース*/
.space_tb1 { /* 使い方   class="space_tb1" */
	/*上下に各1文字分のマージン（スペース）*/
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
	margin-right: 0em;
}
.space_tb2 { /* 使い方   class="space_tb2" */
	/*上下に各2文字分のマージン（スペース）*/
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 0em;
	margin-right: 0em;
}
.space_tb3 { /* 使い方   class="space_tb3" */
	/*上下に各3文字分のマージン（スペース）*/
	margin-top: 3em;
	margin-bottom: 3em;
	margin-left: 0em;
	margin-right: 0em;
}
.w600 {
	width: 600px;
}
.w700 {
	width: 700px;
}
.w750 {
	width: 750px;
}
.w900 {
	width: 900px;
}
.pr20 {
	width: 20%;
}
.pr25 {
	width: 25%;
}
.pr30 {
	width: 30%;
}
.pr35 {
	width: 35%;
}
.pr40 {
	width: 40%;
}
.pr50 {
	width: 50%;
}
.pr70 {
	width: 70%;
}
.pr75 {
	width: 75%;
}
.pr95 {
	width: 95%;
}
.mt10px {
	margin-top: 10px;
}
.mt20px {
	margin-top: 20px;
}
.mt30px {
	margin-top: 30px;
}
.mb10px {
	margin-bottom: 10px;
}
.mb20px {
	margin-bottom: 20px;
}
.mb30px {
	margin-bottom: 30px;
}
dl {
	margin: 0px;
	padding: 0px;
}
dl dt {}
dl dd {
	margin-left: 0;
}
ol {
	margin: 0px 0px 0px 2em;
	padding: 0px;
}
ol.access li {
	list-style-type: none;
	counter-increment: cnt;
	text-indent: -2em;
	padding: 0;
	margin-bottom: 5px;
}
ol.access0 li {
	list-style-type: none;
	text-indent: -3.5em;
	padding: 0;
}
ol.access li:before {
	display: marker;
	content: "( "counter(cnt) " ) ";
}
.info {
	border: 1px dashed #ccc;
	padding: 15px;
	margin-top: 10px;
}
.info p {
	text-align: left;
}
/*QRコード制御*/

#qr {
	text-align: center;
}

#qr figure {
	margin: 0;
	display: none;
}

#qr figure:target {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

#qr figure:target #overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(245,182,63,0.60);
	text-decoration: none;
	color: #fff;
}

#qr figure:target img {
	animation: fadein .3s;
}

a#overlay img {
	background-color: white;
	border-radius: 6px;
	padding: 18px;
}

#qr figcaption {
	margin-top: 10px;
}
.button {
	color: #F00000;
		border: 1px solid #F00000; /*　枠線 */
	-webkit-border-radius: 4px; /* 角丸 */
	-moz-border-radius: 4px;
	border-radius: 4px;
		padding: 0.5em 1.5em;
		background-color: #ffffff;
	font-size: 16px;
		transition: all 0.3s ease 0s;
}
.button[name=back] {
	margin-right: 1em;
}

.button[name=del] {
		background-color: #929292;
}

.button:hover {
	background-color: #F4F4F4;
		opacity: 0.5;

}
