@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : simulation.css
 author     : Ability Consultant
 style info : 料金シミュレーター
=================================================================== */
.con_intro .intro_wrap, .con_simulation .simulation_wrap, .con_list .box_list {
	max-width: 1280px;
	margin: auto;
}
@media only screen and (min-width: 1025px) {
  .con_intro .intro_wrap, .con_simulation .simulation_wrap, .con_list .box_list {
		padding: 0 40px;
  }
}
@media print {
  .con_intro .intro_wrap, .con_simulation .simulation_wrap, .con_list .box_list {
		padding: 0 40px;
  }
}
.ie8 .con_intro .intro_wrap, .con_intro .ie8 .intro_wrap, .ie8 .con_simulation .simulation_wrap, .con_simulation .ie8 .simulation_wrap, .ie8 .con_list .box_list, .con_list .ie8 .box_list {
	padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .con_intro .intro_wrap, .con_simulation .simulation_wrap, .con_list .box_list {
		width: 95%;
  }
}

/*Animate */
/* -----------------------------------------------------------
    .con_intro
----------------------------------------------------------- */
.con_intro {
	position: relative;
}
.con_intro .intro_wrap {
	background: #fff;
	text-align: center;
}
.con_intro .intro_wrap h3 {
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .intro_wrap h3 {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .intro_wrap h3 {
		margin-bottom: 13px;
  }
}
.con_intro .intro_wrap .txt {
	line-height: 2.5;
	margin-bottom: 47px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .intro_wrap .txt {
		line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .intro_wrap .txt {
		line-height: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .intro_wrap .txt {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .intro_wrap .txt {
		margin-bottom: 20px;
  }
}
.con_intro .intro_wrap .img {
	width: 90%;
	margin: auto;
}

/* -----------------------------------------------------------
    .con_simulation
----------------------------------------------------------- */
.con_simulation {
	padding: 60px 0 80px;
	background: #f4f4f4;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_simulation {
		padding: 48px 0 64px;
  }
}
@media only screen and (max-width: 767px) {
  .con_simulation {
		padding: 36px 0 48px;
  }
}
.con_simulation .simulation_wrap .title {
	margin-bottom: 50px;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_simulation .simulation_wrap .title {
		margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_simulation .simulation_wrap .title {
		margin-bottom: 30px;
  }
}

.price-simulation .price-simulation-main {
	max-width: 620px;
	width: 100%;
	margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .price-simulation .price-simulation-main {
		max-width: 580px;
  }
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-main {
		max-width: auto;
  }
}
.price-simulation .price-simulation-main ul.price_list {
	width: 100%;
}
.price-simulation .price-simulation-main ul.price_list li.price_list_c {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.price-simulation .price-simulation-main ul.price_list li.price_list_c .st {
	font-size: 134%;
	color: #ef0071;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .price-simulation .price-simulation-main ul.price_list li.price_list_c .st {
		font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-main ul.price_list li.price_list_c .st {
		font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-main ul.price_list li.price_list_c .st {
		width: 40%;
  }
}
.price-simulation .price-simulation-main ul.price_list li.price_list_c .pull {
	width: 58.06452%;
	padding: 1em .8em;
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-main ul.price_list li.price_list_c .pull {
		width: 60%;
  }
}
.price-simulation .price-simulation-main ul.price_list li.box_release {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.price-simulation .price-simulation-main ul.price_list li.box_release .note {
	color: #555;
	font-size: 100%;
	margin-right: 1em;
}
.price-simulation .price-simulation-main ul.price_list li.box_release .box_checked {
	display: flex;
	padding: 1em .8em;
}
.price-simulation .price-simulation-main ul.price_list li.box_release .box_checked .release_txt {
	padding-left: 10px;
	color: #ef0071;
}
.price-simulation .price-simulation-main ul.price_list li.box_release .box_checked label {
	display: block;
}
.price-simulation .price-simulation-main ul.price_list li.box_release .box_checked label:after {
	content: none;
}
.price-simulation .price-simulation-main ul.price_list li.box_release .box_checked label input[type="checkbox"] {
	display: none;
}
.price-simulation .price-simulation-main ul.price_list li.box_release .box_checked label input[type="checkbox"]:checked + .checkbox_parts:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 8px;
	width: 5px;
	height: 10px;
	transform: rotate(45deg);
	border-bottom: 3px solid #ef0071;
	border-right: 3px solid #ef0071;
	border-radius: 2px;
}
.price-simulation .price-simulation-main ul.price_list li.box_release .box_checked label input[type="checkbox"]:checked + .checkbox_parts:before {
	background-color: #fff;
}
.price-simulation .price-simulation-main ul.price_list li.box_release .box_checked label .checkbox_parts {
	display: block;
	position: relative;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.price-simulation .price-simulation-main ul.price_list li.box_release .box_checked label .checkbox_parts:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	border: 0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 8px rgba(55, 55, 55, 0.05);
	cursor: pointer;
}
.price-simulation .price-simulation-result {
	position: relative;
	padding: 60px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .price-simulation .price-simulation-result {
		padding: 48px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-result {
		padding: 36px 0 0;
  }
}
.price-simulation .price-simulation-result .ic {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
}
.price-simulation .price-simulation-result .ic svg {
	fill: #ef0071;
}
.price-simulation .price-simulation-result .wrap {
	padding: 50px 2.5%;
	border: solid #ef0071;
	border-width: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .price-simulation .price-simulation-result .wrap {
		padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-result .wrap {
		padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .price-simulation .price-simulation-result .wrap {
		border-width: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-result .wrap {
		border-width: 3px;
  }
}
@media only screen and (min-width: 1025px) {
  .price-simulation .price-simulation-result .wrap .inner {
		display: flex;
		justify-content: center;
  }
}
@media print {
  .price-simulation .price-simulation-result .wrap .inner {
		display: flex;
		justify-content: center;
  }
}
.ie8 .price-simulation .price-simulation-result .wrap .inner {
	display: flex;
	justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .price-simulation .price-simulation-result .wrap .inner {
		max-width: 580px;
		width: 90%;
		margin: auto;
  }
}
.price-simulation .price-simulation-result .wrap .inner .col {
	margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .price-simulation .price-simulation-result .wrap .inner .col {
		margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-result .wrap .inner .col {
		margin-bottom: 18px;
  }
}
.price-simulation .price-simulation-result .wrap .inner .col:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .price-simulation .price-simulation-result .wrap .inner .col.col_l {
		width: 56.66667%;
		padding-left: 8.33333%;
  }
  .price-simulation .price-simulation-result .wrap .inner .col.col_r {
		width: 43.33333%;
  }
}
@media print {
  .price-simulation .price-simulation-result .wrap .inner .col.col_l {
		width: 56.66667%;
		padding-left: 8.33333%;
  }
  .price-simulation .price-simulation-result .wrap .inner .col.col_r {
		width: 43.33333%;
  }
}
.ie8 .price-simulation .price-simulation-result .wrap .inner .col.col_l {
	width: 56.66667%;
	padding-left: 8.33333%;
}
.ie8 .price-simulation .price-simulation-result .wrap .inner .col.col_r {
	width: 43.33333%;
}
.price-simulation .price-simulation-result .wrap .inner .col label {
	display: inline-block;
	height: 100%;
	background: #e8e8e8;
	border-radius: 8px;
	padding: 1.25em 1.5em;
	width: 100%;
	max-width: 200px;
}
.price-simulation .price-simulation-result .wrap .inner .col label input {
	position: relative;
}
.price-simulation .price-simulation-result .wrap .inner .col .table {
	width: 100%;
}
.price-simulation .price-simulation-result .wrap .inner .col .table li {
	margin-bottom: 2.5em;
	display: flex;
	align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .price-simulation .price-simulation-result .wrap .inner .col .table li {
		margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-result .wrap .inner .col .table li {
		margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .price-simulation .price-simulation-result .wrap .inner .col .table li {
		justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-result .wrap .inner .col .table li {
		flex-wrap: wrap;
  }
}
.price-simulation .price-simulation-result .wrap .inner .col .table li .ttl {
	margin-right: 2em;
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-result .wrap .inner .col .table li .ttl {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.5em;
  }
}
.price-simulation .price-simulation-result .wrap .inner .col .table li .putout {
	display: flex;
	align-items: center;
}
.price-simulation .price-simulation-result .wrap .inner .col .table li .putout .hour {
	margin-left: 1em;
	font-size: 134%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .price-simulation .price-simulation-result .wrap .inner .col .table li .putout .hour {
		font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-result .wrap .inner .col .table li .putout .hour {
		font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-result .wrap .inner .col .table.rwd tr th, .price-simulation .price-simulation-result .wrap .inner .col .table.rwd tr td {
		display: block;
		width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .price-simulation .price-simulation-result .wrap .inner .col .price_total .ttl {
		color: #fff;
		background: #ef0071;
		padding: .8em 1em;
  }
}
.price-simulation .price-simulation-result .wrap .inner .col .price_total dt {
	margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .price-simulation .price-simulation-result .wrap .inner .col .price_total dt {
		margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-result .wrap .inner .col .price_total dt {
		margin-bottom: 0;
  }
}
.price-simulation .price-simulation-result .wrap .inner .col .price_total dd {
	padding: 0;
	text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .price-simulation .price-simulation-result .wrap .inner .col .price_total dd {
		padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-result .wrap .inner .col .price_total dd {
		padding: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .price-simulation .price-simulation-result .wrap .inner .col .price_total dd {
		text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-result .wrap .inner .col .price_total dd {
		text-align: right;
  }
}
.price-simulation .price-simulation-result .wrap .inner .col .price_total dd p {
	font-size: 160%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .price-simulation .price-simulation-result .wrap .inner .col .price_total dd p {
		font-size: 147%;
  }
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-result .wrap .inner .col .price_total dd p {
		font-size: 134%;
  }
}
.price-simulation .price-simulation-result .wrap .inner .col .price_total dd p.c_pnk {
	color: #ef0071;
}
.price-simulation .price-simulation-result .wrap .inner .col .price_total dd p span {
	padding-left: .8em;
}
.price-simulation .price-simulation-result .wrap .inner .col .att_txt {
	margin-top: 8px;
	color: #555;
	font-size: 87%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .price-simulation .price-simulation-result .wrap .inner .col .att_txt {
		margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-result .wrap .inner .col .att_txt {
		margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .price-simulation .price-simulation-result .wrap .inner .col .att_txt {
		font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .price-simulation .price-simulation-result .wrap .inner .col .att_txt {
		font-size: 80%;
  }
}

.link_campaign {
	text-align: center;
}
.link_campaign a {
	font-size: 120%;
	color: #ef0071;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .link_campaign a {
		font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .link_campaign a {
		font-size: 107%;
  }
}
.link_campaign a:link {
	text-decoration: underline;
}

.ttl {
	color: #ef0071;
	font-size: 134%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ttl {
		font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .ttl {
		font-size: 107%;
  }
}

.form_btn {
	padding: 35px 0;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form_btn {
		padding: 28px 0;
  }
}
@media only screen and (max-width: 767px) {
  .form_btn {
		padding: 21px 0;
  }
}
.form_btn .btn_submit {
	display: inline-block;
	cursor: pointer;
	background: #ef0071;
}
.form_btn .btn_submit:hover button span {
	animation: sizeScale .5s ease forwards;
}
.form_btn .btn_submit button {
	padding: 0;
	background-color: transparent;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.form_btn .btn_submit button span {
	display: block;
	width: 265px;
	color: #fff;
	font-family: "M PLUS 1p", "游ゴシック Medium", YuGothic, YuGothicM, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-weight: bold;
	font-size: 107%;
	letter-spacing: .1em;
	padding: 1.25em .5em;
	color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form_btn .btn_submit button span {
		width: 265px;
  }
}
@media only screen and (max-width: 767px) {
  .form_btn .btn_submit button span {
		width: 220;
  }
}

.price_list label {
	display: block;
	position: relative;
	height: 100%;
	line-height: 1;
}
.price_list label:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	pointer-events: none;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #ef0071;
}
.price_list label select {
	position: relative;
	width: 100%;
	padding: 1.25em 1.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	border: 0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 8px rgba(55, 55, 55, 0.05);
	cursor: pointer;
}
.price_list label select::-ms-expand {
	display: none;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.request {
	max-width: 650px;
	width: 90%;
	margin: auto;
	margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .request {
		max-width: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .request {
		max-width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .request {
		margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .request {
		margin-top: 30px;
  }
}
.request .request_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.request .request_wrap .btn {
	width: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .request .request_wrap .btn {
		width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .request .request_wrap .btn {
		width: 48%;
  }
}
.request .request_wrap .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 1em;
	font-size: 160%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .request .request_wrap .btn a {
		padding: 30px 1em;
  }
}
@media only screen and (max-width: 767px) {
  .request .request_wrap .btn a {
		padding: 20px 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .request .request_wrap .btn a {
		font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .request .request_wrap .btn a {
		font-size: 107%;
  }
}
.request .request_wrap .btn a span.ic {
	margin-right: .5em;
}
.request .request_wrap .btn.c_y {
	background: #fffc00;
}
.request .request_wrap .btn.c_b {
	background: #00edf0;
}

/* -----------------------------------------------------------
    .con_pack
----------------------------------------------------------- */
.con_pack {
	position: relative;
	margin-bottom: 140px;
	z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pack {
		margin-bottom: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack {
		margin-bottom: 56px;
  }
}
.con_pack:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120%;
	height: 465px;
	margin: 0 -10% 3%;
	background: #ef0071;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pack:before {
		height: 372px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack:before {
		height: 75%;
  }
}
.con_pack .bg_tyouhatu {
	position: relative;
	max-width: 1420px;
	width: 97.5%;
	margin: auto;
	padding-bottom: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pack .bg_tyouhatu {
		padding-bottom: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack .bg_tyouhatu {
		padding-bottom: 100px;
  }
}
.con_pack .bg_tyouhatu:after {
	content: "";
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 576px;
	width: 549px;
	height: 300px;
	height: 300px;
	background: url(../simulation/images/img_tyouhatu.png) no-repeat 0;
	background-size: contain;
	z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pack .bg_tyouhatu:after {
		bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack .bg_tyouhatu:after {
		bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pack .bg_tyouhatu:after {
		width: 345.6px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack .bg_tyouhatu:after {
		width: 230.4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pack .bg_tyouhatu:after {
		height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack .bg_tyouhatu:after {
		height: 120px;
  }
}
.con_pack .pack_wrap {
	width: 97.5%;
	max-width: 1280px;
	margin: auto;
	padding: 75px 40px 40px;
	background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pack .pack_wrap {
		padding: 60px 32px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack .pack_wrap {
		padding: 45px 24px 24px;
  }
}
.con_pack .pack_wrap .hero {
	text-align: center;
}
.con_pack .pack_wrap .hero .hero_tit {
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pack .pack_wrap .hero .hero_tit {
		margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack .pack_wrap .hero .hero_tit {
		margin-bottom: 24px;
  }
}
.con_pack .pack_wrap .hero .hero_tit:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -160px;
	background: url(../simulation/images/ic_rec.png) no-repeat;
	width: 142px;
	height: 139px;
	background-size: cover;
	transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pack .pack_wrap .hero .hero_tit:before {
		left: -125px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack .pack_wrap .hero .hero_tit:before {
		left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pack .pack_wrap .hero .hero_tit:before {
		width: 114px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack .pack_wrap .hero .hero_tit:before {
		width: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pack .pack_wrap .hero .hero_tit:before {
		height: 111px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack .pack_wrap .hero .hero_tit:before {
		height: 83px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack .pack_wrap .hero .hero_tit:before {
		content: none;
  }
}
.con_pack .pack_wrap .hero .hero_tit .txt span {
	font-size: 87%;
	vertical-align: 10px;
}
@media only screen and (max-width: 950px) {
  .con_pack .pack_wrap .hero .hero_tit .txt span {
		vertical-align: 5px;
  }
}
.con_pack .pack_wrap .hero .hero_txt {
	line-height: 1.8;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pack .pack_wrap .hero .hero_txt {
		line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack .pack_wrap .hero .hero_txt {
		line-height: 1.5;
  }
}
.con_pack .pack_wrap .hero .hero_txt span {
	color: #ef0071;
}
.con_pack .pack_wrap .price_list {
	padding-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pack .pack_wrap .price_list {
		padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack .pack_wrap .price_list {
		padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .con_pack .pack_wrap .price_list {
		display: flex;
		justify-content: space-between;
  }
}
@media print {
  .con_pack .pack_wrap .price_list {
		display: flex;
		justify-content: space-between;
  }
}
.ie8 .con_pack .pack_wrap .price_list {
	display: flex;
	justify-content: space-between;
}
.con_pack .pack_wrap .price_list .col {
	margin-bottom: 24px;
}
.con_pack .pack_wrap .price_list .col:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .con_pack .pack_wrap .price_list .col {
		width: 48.72881%;
		margin-bottom: 0;
  }
}
@media print {
  .con_pack .pack_wrap .price_list .col {
		width: 48.72881%;
		margin-bottom: 0;
  }
}
.ie8 .con_pack .pack_wrap .price_list .col {
	width: 48.72881%;
	margin-bottom: 0;
}
.con_pack .pack_wrap .price_list .col h3 {
	margin-bottom: 8px;
	text-align: center;
}
.con_pack .pack_wrap .att_list {
	margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pack .pack_wrap .att_list {
		margin-top: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack .pack_wrap .att_list {
		margin-top: 21px;
  }
}

/* -----------------------------------------------------------
    Table
----------------------------------------------------------- */
table.tbl_basic {
	width: 100%;
}
table.tbl_basic tr {
	font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  table.tbl_basic tr {
		font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr {
		font-size: 100%;
  }
}
table.tbl_basic tr th, table.tbl_basic tr td {
	padding: 0.8em 1em;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
		padding: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
		padding: 0.5em 0.8em;
  }
}
@media only screen and (min-width: 768px) {
  table.tbl_basic tr th {
		text-align: center;
		width: 30%;
  }
}
@media print {
  table.tbl_basic tr th {
		text-align: center;
		width: 30%;
  }
}
.ie8 table.tbl_basic tr th {
	text-align: center;
	width: 30%;
}
table.tbl_basic thead tr {
	border-top: 1px solid #e8e8e8;
}
table.tbl_basic thead tr th {
	color: #fff;
	background: #ef0071;
}
table.tbl_basic tbody tr th {
	background: #f4f4f4;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd tr th, table.tbl_basic.rwd tr td {
		display: block;
		width: 100%;
  }
}

/* -----------------------------------------------------------
    con_list
----------------------------------------------------------- */
.con_list {
	margin-bottom: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list {
		margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .con_list {
		margin-bottom: 52px;
  }
}
.con_list .box_list {
	max-width: 1200px;
	width: 90%;
	padding: 45px 30px 55px;
	border: 4px solid #ef0071;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list .box_list {
		padding: 36px 24px 44px;
  }
}
@media only screen and (max-width: 767px) {
  .con_list .box_list {
		padding: 27px 18px 33px;
  }
}
.con_list .box_list h3 {
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list .box_list h3 {
		margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .con_list .box_list h3 {
		margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .con_list .box_list h3 {
		font-size: 107%;
  }
}
