@charset 'UTF-8';
/*============================================================
* form
*============================================================*/
/* 概要部分
   ========================================================================== */
.outline {
	margin: 0.8em auto;
}

.outline figure {
	text-align: center;
}

.outline table {
	width: 100%;
	margin: 1.6em 0.8em;
	border: 1px solid #d6e0e9;
}

.outline table tr th,
.outline table tr td {
	padding: 10px 15px;
}

.outline table tr th {
	text-align: left;
}

.outline table tr td {
	text-align: center;
}

.outline table thead {
	background: #d6e0e9;
}

.outline table thead tr td:not(:last-of-type) {
	border-right: 1px solid #ffffff;
}

.outline table tbody tr > *:not(:last-child) {
	border-right: 1px solid #d6e0e9;
}

.outline table tbody tr:not(:last-of-type) > * {
	border-bottom: 1px solid #d6e0e9;
}

.attention {
	width: 100%;
	margin: 0.8em auto;
	padding: 1.2em 30px;
	border: 1px solid #d2d2d2;
	background: #f8e4e5;
}

.attention em {
	color: #c5273f;
	font-weight: bold;
}

.address {
	display: table;
	margin: 1.6em auto 0;
	padding: 0.8em;
	background: #f8f8f8;
	border: 1px solid #00307b;
}

.asterisk-ja > * {
	margin-left: 1.6em;
    position: relative;
    color: #c5273f;
}

.asterisk-ja > *:before {
	float: left;
	margin-left: -1.28em;
	margin-right: 0.16em;
	font-family: "Meiryo","メイリオ","MS PGothic","ＭＳ Ｐゴシック","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
}

.asterisk-ja > li:before,
.asterisk-ja > dt:before {
	content: "※";
	font-weight: bold;
}



/*============================================================
* mobile
*============================================================*/
@media screen and (max-width: 980px){

form {
	margin-bottom: 20px;
}

figure {
	margin: 1em 10px;
}

figure img {
	max-width: 100%;
	height: auto;
	width/***/: auto;
}

.outline table {
	display: block;
	margin-right: 0;
	margin-left: 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}

}
