@charset "utf-8";
h1, h2, h3, h4, h5, h6, p, b, strong {}

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

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.ml20 {
	margin-left: 20px;
}

.ml15 {
	margin-left: 15px;
}

.mr15 {
	margin-right: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pb10 {
	padding-bottom: 10px;
}

.pl10 {
	padding-left: 10px;
}

.fl_l {
	float: left;
}

.fl_r {
	float: right;
}

.tac {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

header {
	background: #fff;
	text-align: center;
}

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

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

.main_img .inner {
	margin: 0 auto;
	padding: 10px 0;
}

.main_img .inner.type_area {
	margin: 0 auto;
	padding: 30px 0;
}

.text_area {
	background-color: #e8f6f8;
}

.text_area .inner {
	margin: 0 10px;
	text-align: left;
}

.text_area .text2 {
	text-align: left;
	padding-left: 28%;
}

.text_area .maiko {
	position: relative;
}

.text_area img {
	position: absolute;
	left: 0;
	top: -10px;
	width: 25%;
}

@media screen and (max-width: 320px) {
	.text_area img {
		position: absolute;
		left: 0;
		top: 0;
		width: 25%;
	}
}

.main_img .type {
	border: 4px solid #fff;
	border-radius: 5px;
	background: #fff;
	margin: 0 10px;
}

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

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

.type_box {
	background: #e8f4ff;
	padding-top: 1px;
}

.type_box .contents {
	padding: 0 20px 10px 20px;
	border-bottom: 4px solid #fff;
}

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

.type_box .contents h3 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	margin: 20px 0 10px 5%;
	text-align: left;
	padding-left: 25px;
	background: url("../img/check_sp.png") no-repeat left center / 16px 13px;
}

.type_box .contents ul {
	margin-left: 5%;
}

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

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

.type_box .contents .btn a {
	width: 90%;
	background-color: #6499cd;
	border-radius: 30px;
	box-shadow: 0 3px 0 rgba(76, 127, 177, 1);
	color: #ffffff;
	display: block;
	font-size: 16px;
	text-align: center!important;
	text-decoration: none;
	margin: 10px auto!important;
	padding: 5px 0;
	position: relative;
}

.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: #e8f6f8;
	padding-bottom: 40px;
}

.contents_wrap .inner {
	margin: 0 10px;
	padding: 30px 0 0;
}

.contents_wrap .inner h2 {
	font-size: 23px;
	padding-left: 25px;
	margin-bottom: 10px;
	background: url("../img/ttl_ico_sp.png") no-repeat left center / 20px 24px;
}

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

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

.contents_wrap .inner .box .number:first-child {
	border-top: none;
}

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

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

.contents_wrap .inner .box .number dt::before {
	counter-increment: count;
	content: counter(count);
	padding: 2px 5px 0 0;
	color: #74c9cd;
	font-size: 20px;
	margin-right: 10px;
	font-weight: normal;
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
}

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

.arr {
	position: relative;
	background: #eaeaea;
	padding: 1px;
	margin: 20px 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: 90%;
	background-color: #e77ac2;
	border-radius: 30px;
	box-shadow: 0 5px 0 rgba(193, 82, 155, 1);
	color: #ffffff;
	display: block;
	font-size: 23px;
	text-align: center!important;
	text-decoration: none;
	margin: 0 auto!important;
	padding: 8px 0;
	position: relative;
	cursor: pointer;
}

.btn_mail a span {
	color: #FFF;
	position: relative;
	padding-left: 24px;
	display: inline-block;
}

.btn_mail a span::before {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	left: -8px;
	width: 24px;
	height: 17px;
	background: url("../img/ico_mail_sp.png") no-repeat right center / 24px 17px;
}

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

.support_detail {
	position: relative;
	margin: 0!important;
	padding: 10px 0 0!important;
}

.ribbon_wrap {
	position: relative;
	width: 100%;
	border-radius: 10px;
	padding-top: 10px;
	margin-top: -80px;
}

.ribbon {
	padding: 10px 0;
	font-size: 16px;
	/*フォントサイズ*/
	color: #FFF;
	/*フォントカラー*/
	background: #6499cd;
	/*背景色*/
	text-align: center;
	font-weight: bold;
	z-index: 1;
	left: 0;
	position: relative;
	top: 160px;
	border-left: 5px solid #e8f6f8;
	border-right: 5px solid #e8f6f8;
}

.ribbon:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0px;
	border: none;
	border-bottom: solid 5px transparent;
	border-right: solid 5px rgb(89, 138, 186);
}

.ribbon:after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0px;
	border: none;
	border-bottom: solid 5px transparent;
	border-left: solid 5px rgb(89, 138, 186);
}

.support_detail h3 {
	border-left: 4px solid #74c9cd;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 10px;
}

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

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

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

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

.cv_wrap {
	border-top: 10px solid #ffd6f0;
	border-bottom: 10px solid #ffd6f0;
}

.cv {
	border-top: 10px solid #ffe5f5;
	border-bottom: 10px solid #ffe5f5;
	background: #fff;
	text-align: center;
	padding: 0 10px 10px 10px;
}

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

.cv p.text {
	text-align: left;
	margin: 0 10px;
}

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

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

#pagetop {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 5px;
	bottom: 50px;
	background: #ccc;
	opacity: 0.6;
	border-radius: 50%;
	z-index: 200;
}

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

#pagetop a::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: calc( 50% - 4px);
	margin-top: -4px;
}
.attention{
	font-size: 11px;
	text-indent: -1em;
  padding-left: 1em;
	display: block;
}
.attention2{
	font-size: 11px;
	text-indent: -2em;
  padding-left: 2em;
	display: block;
}
.under{
	color: #FC1E85;
	 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 3px 3px 0;
	vertical-align: middle;
	text-align: center;
}

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

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

.sum_box th {
	background: #e8f6f8;
	color: #44adb2;
	font-size: 12px;
	font-weight: bold;
	height: 10px;
	padding: 3px;

}

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

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

.tbl_price th {
	background: #e8f6f8;
	color: #44adb2;
	width: 25%;
	font-size: 12px;
	font-weight: bold;
	height: 10px;
	padding: 3px;
}

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

}

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

.tbl_price td dl {
	padding: 0 5px;
}
.table.toiec .tbl_price td dl {
	padding: 0 0;
}

.tbl_price td dt {
	border-radius: 3px;
	padding: 0 5px;
	font-size: 12px;
	display: inline-block;
}

.tbl_price td dd {
	padding: 3px 0 0 0;
	font-size: 14px;
}

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

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


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

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

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

.tbl_price td dt.lv4 {
	background: #81b9f1;
}

.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 ここまで修正 */