@charset "utf-8";

	// common style.
	table {
		width: 900px;
//		border-collapse: collapse;
	}
	table tr {
		border-bottom: solid 2px white;
	}
	table tr:last-child {
		border-bottom: none;
	}
	table th {
		position: relative;
		text-align: left;
		width: 250px;
		background-color: #95ccff;
		color: white;
		text-align: center;
		padding: 10px 0;
	}
	table th:after {
		display: block;
		content: "";
		width: 0px;
		height: 0px;
		position: absolute;
		top:calc(50% - 20px);
		right:-10px;
		border-left: 10px solid #95ccff;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}
	table td {
		text-align: left;
		background-color: whitesmoke;
		padding: 5px 0;
	}
	table ol {
		margin-left:0px;
		padding-left: 18px;
	}
	hr {
		height: 0;
		margin: 0;
		padding: 1;
		border: 0;
	}
	.hr_7 {
		height: 2px;
		background-image: -webkit-linear-gradient(left, white, #FFC107, white);
		background-image:    -moz-linear-gradient(left, white, #FFC107, white);
		background-image:     -ms-linear-gradient(left, white, #FFC107, white);
		background-image:      -o-linear-gradient(left, white, #FFC107, white);
	}
	.hr_8 {
		height: 2px;
		background-image: -webkit-linear-gradient(left, #FFC107, white, white);
		background-image:    -moz-linear-gradient(left, #FFC107, white, white);
		background-image:     -ms-linear-gradient(left, #FFC107, #FFC107, white);
		background-image:      -o-linear-gradient(left, #FFC107, #FFC107, white);
	}
	.topbox {
		position: relative;
		margin: 2em 0;
		padding: 0.5em 1em;
		border: solid 3px #95ccff;
		border-radius: 8px;
		width: 75%;
		font-size: 23px;
		font-weight:bolder;
	}
	.topbox .topbox-title {
		position: absolute;
		display: inline-block;
		top: -13px;
		left: 33%;
		padding: 0 9px;
		line-height: 1;
		font-size: 30px;
		background: #FFF;
		color: #95ccff;
		font-weight: bold;
	}
	.topbox p {
		margin: 0; 
		padding: 0;
	}
	.boxTitle {
		margin:0em 0;
		position: relative;
		padding: 0.20em 1em;
		border: solid 2px #ffcb8a;
		border-radius: 3px 0 3px 0;
		margin-left:15px;
		margin-right:15px;
	}
	.boxTitle:before,.boxTitle:after {
		content: '';
		position: absolute;
		width:10px;
		height: 10px;
		border: solid 2px #ffcb8a;
		border-radius: 50%;
	}
	.boxTitle:after {
		top:-12px;
		left:-12px;
	}
	.boxTitle:before {
		bottom:-12px;
		right:-12px;
	}
	.boxTitle p {
		margin: 0; 
		padding: 0;
	}

	.boxInquiry {
		margin: 2em 0;
		background: while;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
		margin-left:15px;
		margin-right:15px;
	}
	.boxInquiry .box-title {
		font-size: 1.2em;
		background: red;
		padding: 4px;
		text-align: center;
		color: #FFF;
		font-weight: bold;
		letter-spacing: 0.05em;
	}
	.boxInquiry p {
		padding: 15px 20px;
		margin: 0;
	}
	.gradation {
		background: -webkit-linear-gradient(to right, #e5033e, #b701b5, #4a02c2);
		background: linear-gradient(to right, #e5033e, #b701b5, #4a02c2);
		mix-blend-mode: screen;
		color: #ffffff;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

