@charset "utf-8";
/* CSS Document */

html {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

body {
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	width: 100%;
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

a:hover img.fade {
	opacity: 0.7;
}

a img.fade {
	transition: opacity 0.3s ease-out;
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 1;
	overflow: hidden;
}

.clearfix {
	display: inline-block;
}

/*\*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.pos-a {
	position: absolute;
}

.pos-r {
	position: relative;
}

.fr_l {
	float: left;
}

.fr_r {
	float: right;
}

.fs16 {
	font-size: 16px;
}
.fs12 {
	font-size: 12px;
}

.al_C {
	text-align: center;
	margin: auto;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px!important;
}

.mt40 {
	margin-top: 40px!important;
}

.mt60 {
	margin-top: 60px;
}

.mb30 {
	margin-bottom: 30px;
}

.ml20 {
	margin-left: 20px;
}

.ml40 {
	margin-left: 40px;
}

a {
	color: #01c1d2;
	text-decoration: underline;
}

a:hover {
	opacity: 0.8;
}

header {
	background: #fff;
	text-align: center;
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
}

header div {
	padding: 8px 0;
	text-align: left;
}

.main_img {
	background: url("../img/main_bg.png");
	text-align: center;
}

.main_img .inner {
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
}

.main_img .inner.type_area {
	margin: 0 auto;
	padding: 40px 0;
	width: 960px;
}

.text_area {
	background-color: #fef5f6;
}

.text_area .inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.text_area p {
	text-align: left;
	padding-left: 120px;
}

.text_area img {
	position: absolute;
	left: 0;
	top: calc(50% - 37px);
}

.main_img .type {
	border: 2px solid #fff;
	border-radius: 10px;
	background: #fff;
}

.main_img .type h2 {
	font-size: 36px;
	margin: 10px 0;
}

.main_img .type h2 span {
	padding: 0 5px;
	background: linear-gradient(transparent 72%, #ff6 50%);
}

.type_box {
	display: flex;
	justify-content: center;
	background: #f4e9f3;
	padding: 20px 0 0;
}

.type_box .contents {
	width: 318px;
	padding: 0 20px;
	border-right: 2px solid #fff;
	margin-bottom: 10px;
}

.type_box .contents:last-child {
	border: none;
}

.type_box .contents h3 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 30px;
	height: 40px;
	background: url("../img/check.png") no-repeat left center;
}

.type_box .contents ul {
	height: 100px;
}

.type_box .contents ul li:first-child {
	margin-top: 20px;
}

.type_box .contents ul li {
	background: url("../img/list.png") no-repeat left center;
	padding: 0 0 0 30px;
	line-height: 1.2;
	margin-top: 10px;
	text-align: left;
}

.type_box .contents .btn a {
	width: 245px;
	height: 28px;
	background-color: #d695ce;
	border-radius: 30px;
	box-shadow: 0 3px 0 rgba(189, 119, 180, 1);
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center!important;
	text-decoration: none;
	margin: 10px auto!important;
	padding: 5px 0;
	position: relative;
}

.type_box .contents .btn a:hover {
	box-shadow: 0 1px 0 rgba(189, 119, 180, 1);
	opacity: 0.9;
	top: 1px;
}

.type_box .contents .btn span {
	color: #FFF;
	position: relative;
	padding-right: 0;
	display: inline-block;
	width: 100%;
}

.type_box .contents .btn span::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: -5px;
}

.contents_wrap {
	background: #fff1f3;
	padding-bottom: 40px;
}

.contents_wrap .inner {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 0;
}

.contents_wrap .inner h2 {
	font-size: 36px;
	padding-left: 40px;
	margin-bottom: 10px;
	background: url("../img/ttl_ico.png") no-repeat left center;
	line-height: 1.0;
}

.contents_wrap .inner .box {
	background: #fff;
	border-radius: 5px;
	padding: 30px;
}

.contents_wrap .inner .box {
	counter-reset: count 0;
}

.contents_wrap .inner .box .number dt {
	margin: 0;
	counter-reset: 1;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	padding-left: 1.5em;
}

.contents_wrap .inner .box .number dt span {
	color: #3ab3e0;
}

.contents_wrap .inner .box .number dt::before {
	counter-increment: count;
	content: counter(count);
	padding: 2px 5px 0 0;
	color: #fe99a5;
	font-size: 30px;
	margin-right: 10px;
	font-weight: normal;
	line-height: 30px;
	position: absolute;
	top: -1px;
	left: 5px;
}

.contents_wrap .inner .box .number dd {
	margin-left: 2em;
	padding: 10px 0 0;
}

.contents_wrap .inner .box .number dd:last-child {
	border-bottom: none;
}

.arr {
	position: relative;
	background: #eaeaea;
	padding: 1px;
	margin: 30px 0 10px;
}

.arr:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #eaeaea transparent transparent transparent;
	border-width: 15px 20px 0 20px;
}

.btn_mail a {
	width: 500px;
	background-color: #4fb4d9;
	border-radius: 60px;
	box-shadow: 0 5px 0 rgba(50, 141, 171, 1);
	color: #ffffff;
	display: block;
	font-size: 36px;
	text-align: center!important;
	text-decoration: none;
	margin: 10px auto!important;
	padding: 5px 0;
	position: relative;
	cursor: pointer;
}

.btn_mail a:hover {
	box-shadow: 0 3px 0 rgba(50, 141, 171, 1);
	opacity: 0.9;
	display: block;
	top: 1px;
}

.btn_mail a span {
	color: #FFF;
	position: relative;
	padding-right: 0;
	display: inline-block;
	width: 100%;
	padding-left: 15px;
}

.btn_mail a span::before {
	content: "";
	position: absolute;
	top: calc(50% - 16px);
	left: 100px;
	width: 43px;
	height: 32px;
	background: url("../img/ico_mail.png") no-repeat right center / 43px auto;
}

.btn_mail a span::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 80px;
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	margin-top: -5px;
}

.support_detail {
	position: relative;
}

.ribbon {
	position: absolute;
	left: -45px;
	display: inline-block;
	position: relative;
	padding: 15px 20px;
	font-size: 22px;
	/*フォントサイズ*/
	color: #FFF;
	/*フォントカラー*/
	background: #d695ce;
	/*背景色*/
	width: 950px;
	text-align: center;
	font-weight: bold;
}

.ribbon:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 15px rgb(172, 103, 163);
	/*折り返し部分*/
}

.ribbon:after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-left: solid 15px rgb(172, 103, 163);
	/*折り返し部分*/
}

.support_detail h3 {
	border-left: 4px solid #fe99a5;
	font-size: 22px;
	font-weight: bold;
	padding-left: 10px;
}

.support_detail .gray {
	background: #f9f9f9;
	padding: 20px;
	margin-top: 20px;
	text-align: center;
}

.gray h4 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1.0;
}

.gray h5 {
	background: #faafb7;
	color: #fff;
	font-size: 16px;
	line-height: 1.0;
	padding: 5px 10px;
	text-align: left;
}

.indent-1em li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
	font-size: 14px;
}

.cv {
	border-top: 10px solid #cfe8f1;
	border-bottom: 10px solid #cfe8f1;
	background: #fff;
	position: relative;
	text-align: center;
	z-index: 0;
}

.cv h2 {
	font-weight: bold;
	font-size: 36px;
}

.cv::after {
	content: "";
	border-top: 10px solid #b3deee;
	border-bottom: 10px solid #b3deee;
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: calc(100% + 20px);
	z-index: -2;
}

.contact {
	color: #8c8c8c;
	text-align: center;
}

.footer {
	background: #faafb7;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	font-size: 12px;
}

#pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 30px;
	bottom: 50px;
	background: #ccc;
	opacity: 0.6;
	border-radius: 50%;
}

#pagetop a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
	text-align: center;
	z-index: 200;
}

#pagetop a::before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: calc( 50% - 5px);
	margin-top: -4px;
}
.under{
	color: #FA1E5F;
	 background:linear-gradient(transparent 70%, #ff6 70%);
	 font-weight: bold;
}
/* 2023.03.13 ここから修正 */
.table {
	display: flex;
	justify-content: space-between;
}

.arr_box {
	width: 5%;
}

.arr_box th {
	height: 10px;
}

.arr_box th,
.arr_box td {
	padding: 3px 5px 5px 0;
	vertical-align: middle;
	text-align: center;
}

.sum_box {
	width: 20%;
	border-top: 1px solid #fe99a5;
	border-left: 1px solid #fe99a5;
}

.sum_box th,
.sum_box td {
	border-bottom: 1px solid #fe99a5;
	border-right: 1px solid #fe99a5;
	text-align: center;
	vertical-align: middle;
}

.sum_box th {
	background: #fff1f3;
	color: #f07988;
	font-size: 14px;
	font-weight: bold;
	height: 10px;
	padding: 5px;

}

.sum_box td {
	font-size: 20px;
	font-weight: bold;
	background: #fff;
	padding: 5px;
}

.tbl_price {
	width: 75%;
	border-top: 1px solid #fe99a5;
	border-left: 1px solid #fe99a5;
}
.tbl_price.ppacc {
	width:65% ;
	text-align: center;
	margin: 10px auto 0;
}
.tbl_price th,
.tbl_price td {
	border-bottom: 1px solid #fe99a5;
	border-right: 1px solid #fe99a5;
	text-align: center;
	vertical-align: middle;
}

.tbl_price th {
	background: #fff1f3;
	color: #f07988;
	width: 25%;
	font-size: 14px;
	font-weight: bold;
	height: 10px;
	padding: 5px;
}

.tbl_price td {
	background: #fff;
	padding: 5px;

}

.tbl_price td.blank {
	background: #eee;
}

.tbl_price td dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px;
}
.table.toiec .tbl_price td dl {
	padding: 0 40px;
}
.tbl_price td dl.one {
	padding: 0 50px!important;
}

.tbl_price td dt {
	border-radius: 3px;
	padding: 5px;
	font-size: 14px;
}

.tbl_price td dd {
	padding: 3px 0;
	margin-left: 1em;
	font-size: 18px;
}

.tbl_price td.col dl {
	justify-content: center;
}

.tbl_price td.col dt {
	margin-right: 5px;
}


.tbl_price td dt.lv1 {
	background: #faf0f8;
}

.tbl_price td dt.lv2 {
	background: #f2dbf0;
}

.tbl_price td dt.lv3 {
	background: #edcce9;
}

.tbl_price td dt.lv4 {
	background: #e6b1df;
}

.arrow-right {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0;
	border-top: 3px solid #ccc;
	border-right: 3px solid #ccc;
	transform: rotate(45deg);
}
.column_two{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.column_two .gray{
	width: 44.5%;
}
/* 2023.03.13 ここまで修正 */