@charset "utf-8";



a[href$=".pdf"]::after {
	margin-left: 5px;
	content: url(../img/pdf.png);
	position: relative;
	bottom: -3px;
}

.keyword {
	margin: 0 5px;
	padding: 4px 15px;
	border-radius: 20px;
	background: linear-gradient(#299a0b, #91c149);
	color: #ffffff;
}
.dttt{
	font-weight: bold;
	line-height: 3em
}
.ddst{
	padding-left: 4em;
	text-indent: -4em;
	
}
.tdin{
	padding: inherit;
	text-valign: top;
}
dt{
	font-weight: bold;
}

dd{
  margin-left: 4em;
}
a.no_btn {
	display: block;
	width: 70px;
	padding: 0.5em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.0);
	background: #E30D19;
	transition: .4s;
	border-radius: 4px;
}
a.yes_btn {
	display: block;
	width: 70px;
	padding: 0.5em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.0);
	background:green;
	transition: .4s;
	border-radius: 4px;
}
a.cp_btn {
	position: relative;
	display: block;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.0);
	background: #1A237E;
	transition: .4s;
	border-radius: 4px;
}
a.cp_btn:hover {
	text-shadow: -6px 0px 15px rgba(255, 255, 240, 0.83), 6px 0px 15px rgba(255, 255, 240, 0.83);
	transition: .4s;
}
.cp_pricetable2 *, .cp_pricetable2 *:before, .cp_pricetable2 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_pricetable2 *, .cp_pricetable2 *:before, .cp_pricetable2 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_pricetable2 {
	width: 100%;
	margin: 0 auto;
	border-spacing: 1px 0;
	border-collapse: separate;
}
.cp_pricetable2 th, .cp_pricetable2 td {
	padding: 10px;
}
/*Headerブロック*/
.cp_pricetable2 th {
	position: relative;
	z-index: 1;
	width: 50%;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	border-radius: 5px 5px 0 0;
	background: #88b7d5;
}
.cp_pricetable2 th:after {
	font-family: 'FontAwesome';
	font-size: 5em;
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: -30px;
	left: 0;
	content: '\f0d7';
}
.cp_pricetable2 th.group1 {
	background: #2e9b72;
}
.cp_pricetable2 th.group1:after {
	color: #2e9b72;
}
.cp_pricetable2 th.group2 {
	background: #da3c41;
}
.cp_pricetable2 th.group2:after {
	color: #da3c41;
}
.menutop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.menutop a {
  white-space: nowrap;
}
.img-wrap {
  display: flex;
  gap: 20px;
}