@charset "UTF-8";


/*===============*/
/* header */
/*===============*/
header nav ul li.contact a.red {
	color: #fff;
	background: -moz-linear-gradient(left, #ed3b64, #eb7327);
	background: -webkit-linear-gradient(left, #ed3b64, #eb7327);
	background: linear-gradient(to right, #ed3b64 0%, #eb7327 100%);
}

/*===============*/
/* visual */
/*===============*/
main .visual {
	padding-top: 0;
}

main .visual>div {
	position: relative;
	margin: 0 auto;
	max-width: 1360px;
	width: 90%;
}

main .visual .wrap {
	position: relative;
}

main .visual .txt {
	position: relative;
	z-index: 20;
	display: inline-block;
	padding: 80px 0 80px 80px;
	min-width: 450px;
	width: 35%;
}

main .visual .txt::before {
	/* display: none; */
	position: absolute;
	top: 0;
	right: -30%;
	/* bottom: 0; */
	height: 73%;
	left: 0;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0));
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0));
	content: "";
}

main .visual .txt>* {
	position: relative;
}

main .visual .txt h1>* {
	display: block;
}

main .visual .txt h1 strong {
	margin-bottom: 1em;
	max-width: 238px;
}

main .visual .txt h1 span {
	margin-bottom: .3em;
	font-weight: 700;
	font-size: 220%;
	line-height: 1.4;
  white-space: nowrap;
}

main .visual .txt p>* {
	display: block;
}

main .visual .txt p>small {
	margin-bottom: 1em;
}

main .visual .txt p>small span {
	display: inline-block;
}

main .visual .txt p>strong {
	color: #0F5E94;
	font-weight: 700;
	font-size: 210%;
	line-height: 1;
}
main .visual .txt p>strong span{
	display: inline-block;
	padding-bottom: 0.4rem;
	font-size: 83.5%;
}

main .visual .txt p>strong.red{
	/* color: #ED3B64; */
}
main .visual .txt p>strong span.red-small{
	font-size: 28px;
	white-space: nowrap;
	color: #ED3B64;
	display: inline-block;
	margin-top: 10px;
}

main .visual .txt p>strong span.red-small02{
	font-size: 40.5%;
	font-family: 'Noto Sans JP';
}

main .visual .txt p>strong b.red-big{
	font-size: 313%;
	white-space: nowrap;
	color: #ED3B64;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

main .visual .txt a {
	display: block;
	margin-top: 2.5em;
	padding: 1.5em 1em 1.7em;
	width: 20em;
	border-radius: 2.2em;
	/* background: -moz-linear-gradient(left, #22A6C2, #0F5D93);
	background: -webkit-linear-gradient(left, #22A6C2, #0F5D93);
	background: linear-gradient(to right, #22A6C2, #0F5D93); */	
	background: -moz-linear-gradient(left, #ed3b64, #eb7327);
	background: -webkit-linear-gradient(left, #ed3b64, #eb7327);
	background: linear-gradient(to right, #ed3b64 0%, #eb7327 100%);

	background-color: #DDD;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	line-height: 1;
}

main .visual .txt a>* {
	display: inline-block;
	vertical-align: middle;
}

main .visual .txt a>img {
	margin-right: .5em;
	width: auto;
}

main .visual .txt p>strong b {
	font-size: 151.5%;
	position: relative;
}
main .visual .txt p>strong b .dec{
	position: absolute;
	width: 100%;
	height: 7px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 2px solid #ED3B64;
	border-bottom: 2px solid #ED3B64;
}

main .visual .img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 837px;
	width: 65%;
}

main .visual .img i {
	position: absolute;
	right: 0;
	z-index: 10;
	display: block;
	width: 105%;
	/* height: 100%; */
	height: 73%;
	/* background: url(../img/visual.jpg) center center / cover no-repeat; */
	background: url(../img/visual.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

main .visual .img::before,
main .visual .img::after {
	position: absolute;
	top: 0;
	/* bottom: -80px; */
	bottom: 138px;
	/* left: 0; */
	content: "";
}

main .visual .img::before {
	width: 100vw;
	background-color: #0F5D93;
}

main .visual .img::after {
	width: 100%;
	background: -moz-linear-gradient(left, #22A6C2, #0F5D93);
	background: -webkit-linear-gradient(left, #22A6C2, #0F5D93);
	background: linear-gradient(to right, #22A6C2, #0F5D93);
}

main .visual .scroll {
	position: absolute;
	bottom: -80px;
	left: 0;
	z-index: 30;
	display: block;
	max-width: 14px;
}

@media (max-width:1320px) {
	main .visual .wrap {
		/* margin-bottom: 4em; */
	}

	main .visual .txt {
		min-width: 0;
		width: auto;
	}

	main .visual .img {
		width: calc(100% - 200px);
	}

	main .visual .img::before,
	main .visual .img::after {
		/* bottom: -4em; */
		bottom: 10em;
	}

	main .visual .img i {
		height: 63%;
		width: 63.3%;
	}
	main .visual .img::before,
	main .visual .img::after {
		/* bottom: -3em; */
		/* bottom: 6em; */
		left: 20em;
	}
	main .visual .img i::before {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
		content: "";
		z-index: -1;
		background-image: linear-gradient(-90deg, transparent 0 20%, #FFF 100%);
	}

	main .visual .img::after {
		width: 100%;
	}
	main .visual .txt::before {
		width: 52%;
	}
}

@media (max-width:1150px) {
	main .visual .txt {
		padding: 4em 0 4em 1em;
		min-width: 0;
	}

	main .visual .scroll {
		display: none;
	}

	main .visual .img i::before {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
		content: "";
		z-index: -1;
		background-image: linear-gradient(-90deg, transparent 0 20%, #FFF 100%);
	}
}

@media (max-width:900px) {
	main .visual .img i {
		background-position-x: 10%;
		height: 63%;
		width: 84%;
	}

	main .visual .txt h1 strong {
		width: 100%;
	}

	main .visual .txt h1 span {
		font-size: 180%;
	}

	main .visual .txt p>strong {
		font-size: 190%;
	}

	main .visual .txt a {
		margin-top: 2em;
		padding: 1.25em 1em 1.27em;
		width: 18em;
		border-radius: 3.5em;
	}

	main .visual .txt a>img {
		height: 1.2em;
	}
	main .visual .img::before,
	main .visual .img::after {
		/* bottom: -3em; */
		/* bottom: 6em; */
		left: 12em;
	}
	main .visual .img i::before {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
		content: "";
		z-index: -1;
		background-image: linear-gradient(-90deg, transparent 0 20%, #FFF 100%);
	}

	main .visual .txt p>strong b {
		font-size: 180%;
	}
	main .visual .txt p>strong b.red-big{
		font-size: 313%;
	}
}

@media (max-width:768px) {
	main .visual>div {
		margin: 0;
		width: 100%;
	}

	main .visual .wrap {
		/* margin-bottom: 3em; */
	}

	main .visual .txt {
		padding: 2.5em 0 2.5em 5%;
		min-width: 0;
	}

	main .visual .txt h1 strong img {
		display: block;
		width: auto;
		height: 3.5em;
	}
	main .visual .img i {
		width: 100%;
	}

	main .visual .txt h1 span {
		font-size: 140%;
	}

	main .visual .txt p>strong {
		font-size: 160%;
	}

	main .visual .txt p>small {
		font-size: 80%;
		line-height: 1.4;
	}

	main .visual .txt a {
		margin-top: 2em;
		padding: 1em 1em 1.2em;
		/* width: 17em; */
		width: 100%;
		border-radius: 1.8em;
		font-size: 90%;
	}

	main .visual .txt p>strong b {
		font-size: 190%;
	}

	main .visual .txt p>strong b.red-big{
		font-size: 423%;
	}

	main .visual .img::before,
	main .visual .img::after {
		/* bottom: -3em; */
		bottom: 6em;
		/* left: 10em; */
	}
	main .visual .img i {
		position: relative;
	}
	main .visual .img i::before {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
		content: "";
		z-index: -1;
		background-image: linear-gradient(-90deg, transparent 0 20%, #FFF 100%);
	}


	main .visual .txt p>strong span.red-small{
		font-size: 64.59%;
	}
	main .visual .txt p>strong b.red-big{
		/* font-size: 50px; */
		font-size: 235%;
		font-weight: 700;
		letter-spacing: -0.03em;
	}
}

@media (max-width:540px) {
	main .visual>div {
		margin: 0;
		width: 100%;
	}

	main .visual .wrap {
		margin-bottom: 2em;
	}

	main .visual .txt {
		padding: 2em 0 2em 5%;
		min-width: 0;
	}

	main .visual .txt::before {
		right: -60%;
		background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0));
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0));
		background: linear-gradient(to right, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0));
		content: "";
	}

	main .visual .txt h1 strong {
		margin-bottom: .5em;
	}

	main .visual .txt h1 strong img {
		height: 3.2em;
	}

	main .visual .txt h1 span {
		font-size: 120%;
	}

	main .visual .txt p>strong {
		font-size: 170%;
	}

	main .visual .txt p>small {
		margin-bottom: 2em;
		font-size: 75%;
		line-height: 1.4;
	}

	main .visual .txt a {
		margin-top: 3.5em;
		padding: 0.9em 5.8rem 0.9em;
		/* width: 16em; */
		width: 100%;
		border-radius: 3.2em;
		font-size: 122.1%;
	}

	main .visual .txt p>strong b {
		font-size: 140%;
	}



	main .visual .img {
		/* width: calc(100% - 10.9em); */
		width: 66.1vw;
	}

	main .visual .img i {
		/* width: 120%; */
		width: 100%;
	}


	main .visual .txt::before {
		height: 61%;
	}
	main .visual .img i {
		background-image: url(../img/visual_sp.jpg);
		/* width: 100% !important; */
		/* background-size: contain; */
		height: 69.1%;
		/* background-repeat: no-repeat; */
		position: relative;
	}
	main .visual .img i::before {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
		content: "";
		z-index: -1;
		background-image: linear-gradient(-90deg, transparent 0 20%, #FFF 100%);
	}

	main .visual .img::before,
	main .visual .img::after {
		/* bottom: -2em; */
		bottom: 6.9em;
		width: 85%;
		right: 0;
	}
	
}

/*===============*/
/* detail_wrap */
/*===============*/
main .detail_wrap>div {
	margin: 0 auto;
	padding: 120px 0;
	max-width: 1000px;
	width: 90%;
}

@media (max-width:768px) {
	main .detail_wrap>div {
		padding: 4em 0;
	}
}

/*===============*/
/* bgc */
/*===============*/
main .bgc_g {
	background-color: #F3F6FA;
}

/*===============*/
/* h */
/*===============*/
main .tit {
	margin-bottom: 80px;
}

@media (max-width:768px) {
	main .tit {
		margin-bottom: 2em;
	}
}

/* h2 */
main h2 {
	margin-bottom: 40px;
	padding-left: .1em;
	text-align: center;
	letter-spacing: .1em;
}

main h2>span {
	display: inline-block;
}

main h2>span>* {
	display: block;
}

main h2 strong {
	position: relative;
	font-size: 200%;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
}

main h2 strong::before,
main h2 strong::after {
	position: absolute;
	top: 50%;
	width: 2em;
	height: 1px;
	background-color: #B9B9B9;
	content: "";
}

main h2 strong::before {
	left: -2.5em;
}

main h2 strong::after {
	right: -2.5em;
}

main h2 small {
	padding-left: .05em;
	color: #838383;
	letter-spacing: .05em;
	font-size: 80%;
}

@media (max-width:768px) {
	main h2 {
		margin-bottom: 1em;
	}

	main h2 strong {
		font-size: 140%;
	}

	main h2 strong::before,
	main h2 strong::after {
		width: 1.5em;
	}

	main h2 strong::before {
		left: -2em;
	}

	main h2 strong::after {
		right: -2em;
	}

	main h2 small {
		font-size: 70%;
	}
}

/* h3 */
main h3 {
	padding-left: .1em;
	text-align: center;
	letter-spacing: .1em;
	font-weight: 700;
}

main h3 span {
	display: inline-block;
	white-space: nowrap;
	font-size: 260%;
	line-height: 1.2;
}

main h3 span>* {
	display: inline;
	vertical-align: middle;
}

main h3 u {
	text-decoration: none;
	font-size: 160%;
}

main h3 i {
	/* color: #22A6C2; */
	color: #ED3B64;
}

main h3 img {
	position: relative;
	margin: 0 .2em;
	width: auto;
	vertical-align: baseline;
	transform: translateY(.3em)
}

@media (max-width:768px) {
	main h3 span {
		font-size: 180%;
	}

	main h3 img {
		height: 1.1em;
	}
}

/* p */
main h3+p,
main h2+p {
	margin-top: 20px;
	text-align: center;
	font-size: 90%;
	line-height: 2;
}

main h3+p span,
main h2+p span {
	display: inline-block;
}

@media (max-width:768px) {

	main h3+p,
	main h2+p {
		margin-top: 1em;
		font-size: 85%;
	}
}

/*===============*/
/* using_companies */
/*===============*/
main #using_companies >div{
	padding-top: 0;
}

main .using_companies ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

main .using_companies ul li {
	width: calc(16.6666% - 8px);
	border: 2px solid #E3E3E3;
}

main .using_companies ul li:nth-child(n+7) {
	margin-top: 8px;
}

main .using_companies ul li img {
	display: block;
	margin: 0 auto;
	max-width: 154px;
}

@media (max-width:768px) {
	main .using_companies ul {
		margin: 0 auto;
		max-width: 540px;
	}

	main .visual .txt p>strong span {
		font-size: 65.8%;
	}

	main .using_companies ul li {
		width: calc(33.3333% - .3em);
		border: 1px solid #E3E3E3;
	}

	main .using_companies ul li:nth-child(n+4) {
		margin-top: .45em;
	}
}

/*===============*/
/* features */
/*===============*/
main .features .list ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

main .features .list ul li {
	max-width: 290px;
	width: calc(33.3333% - 40px);
}

main .features .list ul li:nth-child(n+4) {
	margin-top: 40px;
}

main .features .list ul li a {
	display: block;
}

main .features .list ul li a b {
	position: relative;
	display: block;
}

main .features .list ul li a b img {
	position: relative;
}

body.dv_pc main .features .list ul li a b::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 80%;
	border-radius: 50%;
	background: -moz-linear-gradient(left, #22A6C2, #0F5D93);
	background: -webkit-linear-gradient(left, #22A6C2, #0F5D93);
	background: linear-gradient(to right, #22A6C2, #0F5D93);
	content: "";
	transition-delay: 0;
	transition-duration: .2s;
	transition-property: width height;
	transform: translate(-50%, -50%);
}

body.dv_pc main .features .list ul li a:hover b::before {
	width: 94%;
	height: 94%;
	transition-delay: .2s;
}

main .features .list ul li a small {
	display: block;
	color: #0F5E94;
	text-align: center;
	font-weight: 700;
	font-size: 120%;
	line-height: 1.4;
}

main .features .list ul li a small span {
	display: inline-block;
}

@media (max-width:768px) {
	main .features .list ul {
		margin: 0 auto;
		max-width: 540px;
		width: 90%;
	}

	main .features .list ul li {
		width: calc(50% - .75em);
	}

	main .features .list ul li:nth-child(n+3) {
		margin-top: 1.5em;
	}

	main .features .list ul li a small {
		font-size: 100%;
	}
}

/* box */
main .features .box h4 {
	margin-bottom: 40px;
	text-align: center;
}

main .features .box h4 i {
	display: block;
	margin: 0 auto .4em;
	max-width: 55px;
}

main .features .box h4 span {
	display: inline-block;
	font-weight: 700;
	font-size: 220%;
	line-height: 1.2;
}

main .features .box h4 b {
	color: #ED3B64;
}

main .features .box h4+p {
	margin-bottom: 50px;
	text-align: center;
}

main .features .box h4+p span {
	display: inline-block;
}

main .features .box .img {
	margin: 0 auto;
}

main .features .features01 .img {
	max-width: 957px;
}

main .features .features02 .img {
	max-width: 936px;
}

main .features .features03 .img {
	max-width: 912px;
}

main .features .features04 .img {
	max-width: 893px;
}

main .features .features05 .img {
	max-width: 992px;
}

main .features .features06 .img {
	max-width: 851px;
}

@media (max-width:768px) {
	main .features .box h4 {
		margin-bottom: 1em;
	}

	main .features .box h4 i {
		width: 2.6em;
	}

	main .features .box h4 span {
		font-size: 160%;
	}

	main .features .box h4+p {
		margin-bottom: 2em;
		font-size: 90%;
	}
}

/*===============*/
/* contents */
/*===============*/
main .contents .wrap1 {
	margin-bottom: 80px;
}

main .contents .box {
	position: relative;
	margin-top: 60px;
}

main .contents div.box {
	padding: 60px 40px;
	border: 2px solid #E2E5E8;
}

@media (min-width:769px) {	
	main .contents div.box.pat01 {
		padding: 60px 120px;
	}
}

main .contents .box h4 {
	position: absolute;
	top: -.6em;
	left: 50%;
	padding: 0 1em 0 1.05em;
	background-color: #FFF;
	letter-spacing: .05em;
	font-weight: 500;
	font-size: 120%;
	line-height: 1;
	transform: translateX(-50%);
}

main .contents div.box_function {
	padding: 0;
}

main .contents .wrap1 .box ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 20px 40px;
}

main .contents .wrap1 .box ul li {
	margin: 10px 5px;
	width: 170px;
	text-align: center;
}

main .contents .wrap1 .box ul li div {
	margin: 0 auto;
	max-width: 153px;
}

main .contents .wrap1 .box ul li div img {
	display: block;
}

main .contents .wrap1 .box ul li p {
	margin-top: .25em;
	line-height: 1.4;
}

main .contents .wrap1 .box ul li p>span {
	display: inline-block;
	font-weight: 700;
	font-size: 90%;
}

main .contents .wrap1 .box ul li p>span>span {
	display: inline-block;
}

main .contents .wrap2 ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

main .contents .wrap2 ul li {
	padding: 30px 26px;
	max-width: 325px;
	width: calc(33.3333% - 8px);
	border: 2px solid #E2E5E8;
}

main .contents .wrap2 ul li:nth-child(n+2) {
	margin-left: 10px;
}

main .contents .wrap2 ul li>div {
	margin: 0 auto;
	max-width: 265px;
}

main .contents .wrap2 ul li>div div {
	margin-bottom: 1em;
}

main .contents .wrap2 ul li>div p {
	text-align: justify;
}

main .contents .wrap2 ul li>div p>* {
	display: block;
}

main .contents .wrap2 ul li>div p strong,
main .contents .wrap2 ul li>div p small {
	text-align: center;
	line-height: 1.4;
}

main .contents .wrap2 ul li>div p strong {
	margin-bottom: .25em;
	color: #0F5E94;
	font-weight: 700;
	font-size: 140%;
}

main .contents .wrap2 ul li>div p small {
	margin-bottom: .75em;
	font-size: 95%;
}

main .contents .wrap2 ul li>div p span {
	font-size: 85%;
}

@media (max-width:1050px) {
	main .contents .wrap1 .box ul {
		padding: 50px 120px 40px;
	}
}

@media (max-width:880px) {
	main .contents .wrap1 .box ul {
		padding: 50px 40px 40px;
	}
}

@media (max-width:768px) {
	main .contents .wrap1 {
		margin-bottom: 4em;
	}

	main .contents .box {
		margin-top: 3em;
	}

	main .contents div.box {
		margin-right: auto;
		margin-left: auto;
		padding: 2em;
		max-width: 540px;
	}

	main .contents div.basic {
		padding: 3em 2em 2.5em;
	}

	main .contents div.basic img {
		display: block;
		margin: 0 auto;
		max-width: 320px;
	}

	main .contents .box h4 {
		font-size: 110%;
	}

	main .contents .wrap1 .box ul {
		padding: 0;
	}

	main .contents .wrap1 .box ul li {
		margin: .75em 0;
		max-width: 180px;
		width: calc(50% - .5em);
	}

	main .contents .wrap1 .box ul li:nth-child(odd) {
		margin-right: .5em;
	}

	main .contents .wrap1 .box ul li:nth-child(even) {
		margin-left: .5em;
	}

	main .contents .wrap1 .box ul li:last-child {
		margin-right: 0;
		margin-bottom: 0;
		max-width: none;
		width: 100%;
	}

	main .contents .wrap2 ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: auto;
		margin-left: auto;
		max-width: 540px;
	}

	main .contents .wrap2 ul li {
		margin-top: 1em;
		padding: 1em;
		max-width: none;
		width: 100%;
	}

	main .contents .wrap2 ul li:first-child {
		margin-top: 0;
	}

	main .contents .wrap2 ul li:nth-child(n+2) {
		margin-left: 0;
	}

	main .contents .wrap2 ul li>div {
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0;
		max-width: none;
	}

	main .contents .wrap2 ul li>div div {
		margin-bottom: 0;
		width: calc(50% - .5em);
		background: center center / cover no-repeat;
	}

	main .contents .wrap2 ul li:nth-child(1)>div div {
		background-image: url(../img/contents_02_1.jpg);
	}

	main .contents .wrap2 ul li:nth-child(2)>div div {
		background-image: url(../img/contents_02_2.jpg);
	}

	main .contents .wrap2 ul li:nth-child(3)>div div {
		background-image: url(../img/contents_02_3.jpg);
	}

	main .contents .wrap2 ul li>div div img {
		display: none;
	}

	main .contents .wrap2 ul li>div p {
		width: calc(50% - .5em);
	}

	main .contents .wrap2 ul li>div p strong {
		font-size: 120%;
	}

	main .contents .wrap2 ul li>div p small {
		font-size: 90%;
	}

	main .contents .wrap2 ul li>div p span {
		font-size: 80%;
	}

	main .plan .purchase tbody tr:first-child td strong b {
    font-size: 313.7% !important;
	}

	main .plan .purchase tbody tr:first-child td strong.red b {
    font-size: 454.9% !important;
	}

	main .plan .purchase tbody tr:first-child td strong i {
    font-size: 274.5% !important;
}

	
}

/*===============*/
/* plan */
/*===============*/
main .plan .box {
	margin-top: 80px;
}

main .plan .box h4 {
	text-align: center;
}

main .plan .box h4 span {
	display: inline-block;
	font-weight: 700;
	font-size: 220%;
	line-height: 1.4;
}

main .plan .box h4 i {
	color: #22A6C2;
}

main .plan .box.purchase h4 i {
	color: #ED8D3B;
}

main .plan .box h4+p {
	margin: .5em 0 40px;
	text-align: center;
	line-height: 1.4;
}

main .plan .box h4+p small {
	display: inline-block;
	font-size: 90%;
}

main .plan .box h5,
main .plan .purchase thead th {
	padding: 1.5em 1.5em 1.65em;
	color: #FFF;
}

main .plan .box h5>*,
main .plan .purchase thead th>* {
	display: block;
	text-align: center;
	line-height: 1.6;
}

main .plan .box h5 strong,
main .plan .purchase thead th strong {
	padding-left: .05em;
	letter-spacing: .05em;
	font-weight: 500;
	font-size: 120%;
}

main .plan .box h5 small,
main .plan .purchase thead th small {
	padding-left: .1em;
	letter-spacing: .1em;
	font-size: 70%;
	opacity: .8;
}

@media (max-width:768px) {
	main .plan .box {
		margin-top: 4em;
	}

	main .plan .box h4 span {
		font-size: 160%;
	}

	main .plan .box h4+p {
		margin: .5em 0 1.5em;
	}
}

/* monthly */
main .plan .monthly>div {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
}

main .plan .monthly>div ul {
	width: calc(55% - 2px);
	background-color: #FFF;
	margin-right: 5px;
}
main .plan .monthly>div ul:last-child {
	margin-right: 0;
}

main .plan .monthly>div ul.light li h5 {
	background-color: #2373AA;
}

main .plan .monthly>div ul.standard li h5 {
	background-color: #0F5E94;
}

main .plan .monthly>div ul.customized li h5 {
	background-color: #095081;
}

main .plan .monthly>div ul li:nth-child(2) {
	padding: 2.5em 1.5em;
}

main .plan .monthly>div ul li:nth-child(2) p {
	text-align: center;
}

main .plan .monthly>div ul li:nth-child(2) p>* {
	display: block;
	white-space: nowrap;
	line-height: 1.2;
}

main .plan .monthly>div ul li:nth-child(2) p>*>* {
	display: inline-block;
}

main .plan .monthly>div ul li:nth-child(2) p span {
	padding-left: .05em;
	letter-spacing: .05em;
}

main .plan .monthly>div ul li:nth-child(2) p strong {
	margin: .5em 0;
	padding-left: .05em;
	color: #0F5E94;
	letter-spacing: .05em;
}

main .plan .monthly>div ul li:nth-child(2) p strong b {
	font-size: 340%;
	font-family: 'Montserrat', sans-serif;
}

main .plan .monthly>div ul li:nth-child(2) p strong i {
	font-weight: 700;
	font-size: 140%;
}

main .plan .monthly>div ul li:nth-child(2) p small {
	color: #0F5E94;
}

main .plan .monthly>div ul li:nth-child(2) p small>* {
	vertical-align: middle;
}

main .plan .monthly>div ul li:nth-child(2) p small b {
	margin: 0 .05em .05em .2em;
	font-size: 180%;
	font-family: 'Montserrat', sans-serif;
}

main .plan .monthly>div ul li:nth-child(2) p small i {
	font-weight: 700;
}

main .plan .monthly>div ul li:nth-child(n+3) {
	border-top: 2px dotted #EEE;
}

main .plan .monthly>div ul li:nth-child(n+3)>span {
	position: relative;
	display: block;
	padding: 1.5em 4.5em 1.8em 1.5em;
	font-size: 90%;
	line-height: 1.2;
}

main .plan .monthly>div ul li:nth-child(n+3)>span>* {
	display: inline-block;
	margin: 0 .1em;
	vertical-align: middle;
}

main .plan .monthly>div ul li:nth-child(n+3)>span>small {
	font-size: 90%;
}

main .plan .monthly>div ul li:nth-child(n+3).y span::before,
main .plan .monthly>div ul li:nth-child(n+3).n span::before {
	position: absolute;
	top: 50%;
	content: "";
	transform: translateY(-50%);
}

main .plan .monthly>div ul li:nth-child(n+3).y span::before {
	right: 1.5em;
	width: 1.25em;
	height: 1.25em;
	border: 4px solid #54A4BF;
	border-radius: 50%;
}

main .plan .monthly>div ul li:nth-child(n+3).n span::before {
	right: calc(1.5em + 2px);
	width: calc(1.25em + 4px);
	height: 4px;
	background-color: #C7C7C7;
}

@media (max-width:900px) {
	main .plan .box h5 {
		padding: 1em 1.5em 1.15em;
	}

	main .plan .monthly>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 auto;
		max-width: 540px;
	}

	main .plan .monthly>div ul {
		margin-top: 1em;
		width: 100%;
		border-bottom: 2px solid #DDD;
	}

	main .plan .monthly>div ul:first-child {
		margin-top: 0;
	}

	main .plan .monthly>div ul li:nth-child(2) {
		padding: 1em 1.5em;
	}

	main .plan .monthly>div ul li:nth-child(2) p strong {
		margin: 0;
	}

	main .plan .monthly>div ul li:nth-child(n+3)>span {
		padding: 1em 4.5em 1.3em 1.5em;
	}

	main .plan .monthly>div ul li:nth-child(n+3)>span>* {
		display: inline-block;
		margin: 0 .1em;
		vertical-align: middle;
	}

	main .plan .monthly>div ul li:nth-child(n+3)>span>small {
		font-size: 90%;
	}

	main .plan .monthly>div ul li:nth-child(n+3).y span::before,
	main .plan .monthly>div ul li:nth-child(n+3).n span::before {
		position: absolute;
		top: 50%;
		content: "";
		transform: translateY(-50%);
	}

	main .plan .monthly>div ul li:nth-child(n+3).y span::before {
		right: 1.5em;
		width: 1.25em;
		height: 1.25em;
		border: 4px solid #54A4BF;
		border-radius: 50%;
	}

	main .plan .monthly>div ul li:nth-child(n+3).n span::before {
		right: calc(1.5em + 2px);
		width: calc(1.25em + 4px);
		height: 4px;
		background-color: #C7C7C7;
	}
}

@media (max-width:768px) {
	main .plan .monthly>div ul li:nth-child(2) p strong b {
		font-size: 280%;
	}

	main .plan .monthly>div ul li:nth-child(2) p small b {
		font-size: 150%;
	}
}

/* purchase */
main .plan .purchase>div {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

main .plan .purchase>div>div {
	width: calc(50% - 7px);
}

main .plan .purchase table {
	width: 100%;
}

main .plan .purchase thead th {
	/* background-color: #22A6C2; */
	background-color: #ED8D3B;
}

main .plan .purchase tbody th {
	padding: 2em;
	background-color: #E2E5E8;
	vertical-align: middle;
	white-space: nowrap;
}

main .plan .purchase tbody td {
	padding: 2em;
	background-color: #FFF;
}

main .plan .purchase tbody tr:first-child td {
	text-align: center;
	white-space: nowrap;
}
main .plan .purchase tbody tr:first-child td.price {
	padding: 1.5rem 1.5rem 1.3rem 1rem;
}

main .plan .purchase tbody tr:first-child td>* {
	display: inline-block;
	color: #22A6C2;
	line-height: 1;
}
main .plan .purchase tbody tr:first-child td strong {
	position: relative;
}
main .plan .purchase tbody tr:first-child td span.dec {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	width: calc(100% + 13px);
	height: 7px;
	border-top: 2px solid #ED3B64;
	border-bottom: 2px solid #ED3B64;

}

main .plan .purchase tbody tr:first-child td>.purchase-td-txt {
	width: 100%;
	text-align: left;
	font-size: 112.5%;
	font-weight: bold;
	color: #ED3B64;
	margin-top: 10px;
}

main .plan .purchase tbody tr:first-child td strong b {
	font-size: 303.5%;
	font-family: 'Montserrat', sans-serif;
}

main .plan .purchase tbody tr:first-child td strong.red{
	color: #ED3B64;
}
main .plan .purchase tbody tr:first-child td strong.red b{
	font-size: 406%;
}

main .plan .purchase tbody tr:first-child td strong i {
	font-weight: 700;
	font-size: 140%;
}

main .plan .purchase tbody tr:last-child>* {
	border-top: 2px dotted #CED1D5;
}

main .plan .purchase table+p {
	padding: 1em 1em 0;
}

main .plan .purchase table+p small {
	display: block;
	margin-bottom: .25em;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 70%;
	line-height: 1.4;
}

@media (max-width:1060px) {

	main .plan .purchase tbody th,
	main .plan .purchase tbody td {
		display: block;
		float: left;
		width: 100%;
	}

	main .plan .purchase tbody th {
		padding: .5em 1em;
	}

	main .plan .purchase tbody tr:first-child td {
		padding: 0 1em;
	}

	main .plan .purchase tbody tr:first-child td>.purchase-td-txt {
		padding: 0 4rem;
	}

	main .plan .purchase tbody tr:last-child td {
		padding: 1em 1.5em;
		font-size: 90%;
	}

	main .plan .purchase tbody tr:last-child>* {
		border-top: none;
	}
}

@media (max-width:900px) {
	main .plan .purchase>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: auto;
		margin-left: auto;
		max-width: 540px;
	}

	main .plan .purchase>div>div {
		width: 100%;
	}

	main .plan .purchase>div>div table {
		border-bottom: 2px solid #DDD;
	}

	main .plan .purchase>div>div:first-child {
		margin-bottom: 1em;
	}

	main .plan .box h5,
	main .plan .purchase thead th {
		padding: 1em 1.5em 1.15em;
	}

	main .plan .purchase tbody tr:first-child td>.purchase-td-txt{
		text-align: center !important;
	}
}

@media (max-width:768px) {
	main .plan .purchase tbody tr:first-child td strong b {
		font-size: 280%;
	}
}

/* option */
main .plan .option h4 {
	margin-bottom: 40px;
}

main .plan .option ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

main .plan .option ul li {
	padding: 25px;
	max-width: 320px;
	width: calc(33.3333% - 10px);
	background-color: #FFF;
}

main .plan .option ul li>div {
	margin: 0 auto;
	max-width: 265px;
}

main .plan .option ul li>div>div {
	margin-bottom: 1em;
}

main .plan .option ul li>div p>* {
	display: block;
}

main .plan .option ul li>div p strong {
	margin-bottom: .5em;
	padding-left: .05em;
	color: #0F5E94;
	text-align: center;
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 130%;
	line-height: 1.2;
}

main .plan .option ul li>div p span {
	font-size: 85%;
	line-height: 1.8;
}

@media (max-width:768px) {
	main .plan .option h4 {
		margin-bottom: 1.5em;
	}

	main .plan .option ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 auto;
		max-width: 540px;
	}

	main .plan .option ul li {
		margin-top: 1em;
		padding: 1em;
		max-width: none;
		width: 100%;
	}

	main .plan .option ul li:first-child {
		margin-top: 0;
	}

	main .plan .option ul li>div {
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: none;
	}

	main .plan .option ul li>div>div {
		margin-bottom: 0;
		width: calc(50% - .5em);
	}

	main .plan .option ul li>div>p {
		width: calc(50% - .5em);
	}


	main .plan .option ul li>div p strong {
		font-size: 120%;
	}

	main .plan .option ul li>div p span {
		font-size: 80%;
		line-height: 1.8;
	}
}

/*===============*/
/* flow */
/*===============*/
main .flow .box {
	margin-top: 40px;
}

main .flow .box ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

main .flow .box ul li {
	max-width: 151px;
	width: calc(16.6666% - 8px);
}

main .flow .box ul li div {
	position: relative;
	margin-bottom: .5em;
}

main .flow .box ul li:nth-last-child(n+2) div::before {
	position: absolute;
	top: 50%;
	right: -15px;
	width: 10px;
	height: 100%;
	background: url(../img/flow_arrow.png) center center no-repeat;
	background-size: 100% auto;
	content: "";
	transform: translateY(-50%);
}

main .flow .box ul li p {
	text-align: center;
	font-weight: 500;
	line-height: 1.2;
}

@media (max-width:1110px) {
	main .flow .box ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
		max-width: 490px;
	}

	main .flow .box ul li {
		width: calc(33.3333% - 8px);
	}

	main .flow .box ul li:nth-child(n+4) {
		margin-top: 20px;
	}

	main .flow .box ul li div {
		position: relative;
		margin-bottom: .5em;
	}
}

@media (max-width:768px) {
	main .flow .box {
		margin-top: 2em;
	}

	main .flow .box ul {
		width: 95%;
	}

	main .flow .box ul li {
		width: calc(33.3333% - .8em);
	}

	main .flow .box ul li:nth-child(n+4) {
		margin-top: 1em;
	}

	main .flow .box ul li:nth-last-child(n+2) div::before {
		right: -.9em;
		width: .55em;
	}
}

/*===============*/
/* qanda */
/*===============*/
main .qanda .box {
	margin-top: 80px;
}

main .qanda .box ul {
	display: block;
	border-bottom: 3px solid #E2E5E8;
}

main .qanda .box ul li {
	display: block;
	border-top: 3px solid #E2E5E8;
}

main .qanda .box ul li>div {
	position: relative;
}

main .qanda .box ul li .a {
	display: none;
}

main .qanda .box ul li>div>div {
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	min-height: 100px;
}

main .qanda .box ul li>div.q>div {
	padding: 1em 80px;
}

main .qanda .box ul li>div.a>div {
	padding: 1em 1em 1em 80px;
}

main .qanda .box ul li>div.a>div::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-top: 2px dotted #CED1D5;
	content: "";
}

main .qanda .box ul li>div>div p {
	line-height: 1.4;
}

main .qanda .box ul li>div.q>div p {
	font-weight: 700;
}

main .qanda .box ul li b {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	transform: translateY(-50%);
}

main .qanda .box ul li .q {
	cursor: pointer;
}

main .qanda .box ul li .q b {
	/* background: -moz-linear-gradient(top, #22A6C2, #0F5D93);
	background: -webkit-linear-gradient(top, #22A6C2, #0F5D93);
	background: linear-gradient(to bottom, #22A6C2, #0F5D93); */
	
	background: -moz-linear-gradient(top, #ed3b64, #eb7327);
	background: -webkit-linear-gradient(top, #ed3b64, #eb7327);
	background: linear-gradient(to bottom, #ed3b64 0%, #eb7327 100%);
	
}

main .qanda .box ul li .a b {
	background-color: #000;
}

main .qanda .box ul li b>span {
	position: absolute;
	top: 48%;
	left: 50%;
	color: #FFF;
	font-size: 120%;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	transform: translate(-50%, -50%);
}

main .qanda .box .q i,
main .qanda .box .q i::before {
	background-color: #0F5D93;
}

main .qanda .box .q i {
	position: absolute;
	top: 50%;
	right: 1em;
	width: 20px;
	height: 2px;
	transform: translateY(-50%);
}

main .qanda .box .q i::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	transform: rotate(90deg);
}

main .qanda .box .open .q i::before {
	opacity: 0;
}

body.dv_pc main .qanda .box .q:hover i,
body.dv_pc main .qanda .box .q:hover i::before {
	background-color: #F39802;
}

@media (max-width:768px) {
	main .qanda h2 {
		margin-bottom: 0;
	}

	main .qanda .box {
		margin-top: 2em;
	}

	main .qanda .box ul {
		border-bottom: 2px solid #E2E5E8;
	}

	main .qanda .box ul li {
		border-top: 2px solid #E2E5E8;
	}

	main .qanda .box ul li>div>div {
		min-height: 4.5em;
	}

	main .qanda .box ul li>div.q>div {
		padding: 1em 3em 1em 4em;
	}

	main .qanda .box ul li>div.a>div {
		padding: 1em 1em 1em 4em;
	}

	main .qanda .box ul li>div.a>div p {
		font-size: 90%;
	}

	main .qanda .box ul li b {
		width: 3em;
		height: 3em;
	}

	main .qanda .box ul li b>span {
		font-size: 100%;
	}

	main .qanda .box .q i {
		width: 1em;
		height: 1px;
	}
}

/*===============*/
/* contact */
/*===============*/
main .contact>div {
	padding-bottom: 0;
}

main .contact .tel {
	margin-top: 80px;
	padding: 30px 0;
	background-color: #F3F6FA;
}

main .contact .tel ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

main .contact .tel ul li {
	padding: 0 1em;
	line-height: 1.2;
}

main .contact .tel ul li>div {
	/* display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; */
}

main .contact .tel ul li>div>div {
	/* width: 8em;
	border-radius: 1.2em; */
	/* background: -moz-linear-gradient(left, #22A6C2, #0F5D93);
	background: -webkit-linear-gradient(left, #22A6C2, #0F5D93);
	background: linear-gradient(to right, #22A6C2, #0F5D93); */

	/* background: -moz-linear-gradient(left, #ed3b64, #eb7327);
	background: -webkit-linear-gradient(left, #ed3b64, #eb7327);
	background: linear-gradient(to right, #ed3b64 0%, #eb7327 100%);

	color: #FFF; */

	
}

main .contact .tel ul li>div>div span {
	display: block;
	padding: .5em 0 .6em;
	text-align: center;
	font-size: 90%;

	width: 8em;
	border-radius: 1.2em;
	/* background: -moz-linear-gradient(left, #22A6C2, #0F5D93);
	background: -webkit-linear-gradient(left, #22A6C2, #0F5D93);
	background: linear-gradient(to right, #22A6C2, #0F5D93); */

	background: -moz-linear-gradient(left, #ed3b64, #eb7327);
	background: -webkit-linear-gradient(left, #ed3b64, #eb7327);
	background: linear-gradient(to right, #ed3b64 0%, #eb7327 100%);

	color: #FFF;

}

main .contact .tel ul li div>p {
	/* margin-left: 1em; */
	padding-bottom: .25em;
}

main .contact .tel ul li div>p>* {
	display: block;
	white-space: nowrap;
	line-height: 1;
}

main .contact .tel ul li div>p>strong {
	font-size: 240%;
	font-family: 'Montserrat', sans-serif;
}

main .contact .tel ul li div>p>strong a {
	display: block;
	/* color: #0F5E94; */
	color: #ED3B64;
	letter-spacing: .02em;
	line-height: 1.459;

}

main .contact .tel ul li div>p>small {
	margin-top: .25em;
	font-size: 85%;
}

@media (max-width:1000px) {
	main .contact .tel {
		text-align: center;
	}

	main .contact .tel ul {
		display: inline-block;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	main .contact .tel ul li div {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	main .contact .tel ul li:first-child {
		margin-bottom: 1em;
	}

	main .contact .tel ul li p {
		text-align: left;
	}

	main .contact .tel ul li + li{
		margin-top: 13px;
	}

	main .contact .tel ul li>div>div span {
		margin: 0 auto;
	}
}

@media (max-width:768px) {
	main .contact .tel {
		margin-top: 2em;
		padding: 1.5em 1em;
		background-color: #F3F6FA;
	}
}

@media (max-width:540px) {
	main .contact .tel ul li>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	main .contact .tel ul li>div>div {
		margin-bottom: .5em;
	}

	main .contact .tel ul li>div>div span {
		font-size: 85%;
	}

	main .contact .tel ul li div>p {
		margin-left: 0;
	}

	main .contact .tel ul li div>p>* {
		text-align: center;
	}
}

/*===============*/
/* form */
/*===============*/
.form {
	margin-top: 80px;
	padding-top: 40px;
	border-top: 2px dotted #CED1D5;
}

.form table {
	width: 100%;
}

.form table th,
.form table td {
	margin: 0;
	padding: 20px;
	border-bottom: dotted 1px #D8D8D8;
}

.form table td.lasttd {
	border-bottom: none;
}

.form table th {
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	width: 250px;
	vertical-align: middle;
	text-align: left;
	font-weight: 500;
	font-size: 90%;
	line-height: 1.6em;
}

.form table th .tmini {
	display: block;
	font-weight: 400;
	font-size: 70%;
}

.form table td {
	width: calc(100% - 250px);
}

.form01 p {
	font-size: 100%;
	line-height: 1.8em;
}

.form01 input[type='text'] {
	box-sizing: border-box;
	padding: 0 1em;
	width: 100%;
	border: 2px solid #BFBFBF;
	border-radius: 3px;
	background: #FFF;
	letter-spacing: 1px;
	font-size: 16px;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, "M+ 1p", sans-serif;
	line-height: 50px;

}

.form01 textarea {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 1em;
	width: 100%;
	height: 200px;
	border: 2px solid #BFBFBF;
	border-radius: 3px;
	background: #FFF;
	font-size: 16px;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, "M+ 1p", sans-serif;
}

/*
.form-label01,
.form-label02 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 400px;
}

.form-label01 label {
	width: 48%;
}

.form-label02 label {
	width: 31.33%;
}

.select01 {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 1em;
	width: 100%;
	border: 2px solid #78B8ED;
	border-radius: 3px;
	background: #FFF;
	text-align: center;
	letter-spacing: 1px;
}

.select01 select {
	padding: 0;
	padding-right: 1em;
	width: 100%;
	outline: none;
	border: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	color: #666666;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 50px;
	cursor: pointer;

	-webkit-appearance: none;
	appearance: none;
}

.select01 select::-ms-expand {
	display: none;
}

.select01::before {
	position: absolute;
	top: 1.4em;
	right: 0.9em;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 6px solid #78B8ED;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: '';
	pointer-events: none;
}

.cp {
	position: absolute;
	z-index: 2;
}
*/

.check {
	margin: 20px 0;
	padding: 1em 0;
	background: #F3F6FA;
}

.check input[type=checkbox] {
	display: none;
}

.form .p01 span {
	display: inline-block;
}

.checkbox01 {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: .2em;
	padding-right: calc(2.6em + 1em);
	padding-left: calc(1.4em + .75em);
	width: auto;
	cursor: pointer;
}

.checkbox01::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -.7em;
	width: 1.4em;
	height: 1.4em;
	border: 1px solid #707070;
	border-radius: .2em;
	background: #fff;
	content: '';
}

.checkbox01::after {
	position: absolute;
	top: 50%;
	left: .6em;
	display: block;
	margin-top: -.9em;
	width: .5em;
	height: 1.2em;
	border-right: 4px solid #007CCF;
	border-bottom: 4px solid #007CCF;
	content: '';
	opacity: 0;
	transform: rotate(45deg);
}

.check input[type=checkbox]:checked+.checkbox01::after {
	opacity: 1;
}

.form table span.ns {
	position: absolute;
	top: 50%;
	padding: 0 .75em .1em .85em;
	border-radius: .3em;
	background: #D35A50;
	color: #FFF;
	white-space: nowrap;
	letter-spacing: 0.1em;
	font-size: 70%;
	line-height: 2;
	transform: translateY(-50%);
}
.form table span.ns.bl {
background: #0F5E94;
}

.form table th span.ns {
	right: 20px;
}

.checkbox01 span.ns {
	right: 0;
}

.formBtm {
	text-align: center;
}

.ppbox {
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 1.4em 0 1.8em 2em;
	width: 100%;
	height: 8.4em;
	border: solid 2px #E5E5E5;
	border-radius: 4px;
	background: #FFF;
}

.inner {
	overflow-y: scroll;
	padding-right: 2em;
	height: 100%;
}

.p01 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 90%;
	line-height: 1.4;
}

.p02 {
	text-align: left;
	font-size: 90%;
	line-height: 2;
}

.ppbox::-webkit-scrollbar {
	width: 6px;
}

.ppbox::-webkit-scrollbar-track {
	border-radius: 6px;
	background-color: rgba(224, 224, 224, 1);
}

.ppbox::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(112, 112, 112, 1);
}

.form input[type=submit],
.form input[type=button] {
	-webkit-appearance: none;
}

.subbtn {
	position: relative;
	overflow: hidden;
	margin: 20px 0 0;
	padding: 0 0 0 .08em;
	width: 16em;
	border: none;
	border-radius: 30px;
	/* background: -moz-linear-gradient(left, #22A6C2, #0F5D93);
	background: -webkit-linear-gradient(left, #22A6C2, #0F5D93);
	background: linear-gradient(to right, #22A6C2, #0F5D93); */
	background: -moz-linear-gradient(left, #ed3b64, #eb7327);
	background: -webkit-linear-gradient(left, #ed3b64, #eb7327);
	background: linear-gradient(to right, #ed3b64 0%, #eb7327 100%);
	color: #FFF;
	text-align: center;
	letter-spacing: .08em;
	font-weight: 400;
	font-size: 120%;
	line-height: 60px;
	cursor: pointer;
}

body.dv_pc .subbtn:hover {
	background: -moz-linear-gradient(left, #0F5D93, #0F5D93);
	background: -webkit-linear-gradient(left, #0F5D93, #0F5D93);
	background: linear-gradient(to right, #0F5D93, #0F5D93);
}

.comfirmBtns>div {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 3em auto 0;
	max-width: 700px;
	width: 100%;
}

.comfirmBtns>div>div {
	width: calc(50% - .5em);
}

.subbtn2,
.subbtn3 {
	margin: 0 !important;
	width: 100%;
}

body.dv_pc .subbtn2:hover {
	background: -moz-linear-gradient(left, #0F5D93, #0F5D93);
	background: -webkit-linear-gradient(left, #0F5D93, #0F5D93);
	background: linear-gradient(to right, #0F5D93, #0F5D93);
}

.subbtn3 {
	background: -moz-linear-gradient(left, #707070, #707070);
	background: -webkit-linear-gradient(left, #707070, #707070);
	background: linear-gradient(to right, #707070, #707070);
}

body.dv_pc .subbtn3:hover {
	background: -moz-linear-gradient(left, #999, #999);
	background: -webkit-linear-gradient(left, #999, #999);
	background: linear-gradient(to right, #999, #999);
}

@media (max-width:768px) {
	.form {
		margin-top: 3em;
		padding-top: 1em;
	}

	.form table th,
	.form table td {
		display: block;
		float: left;
		margin: 0;
		padding: 20px;
		width: 100%;
		border-bottom: dotted 1px #D8D8D8;
	}

	.form table td.lasttd {
		border-bottom: none;
	}

	.form table th {
		padding: 1em 0 .5em;
		border-bottom: none;
	}

	.form table td {
		padding: 0 0 1.5em;
		width: 100%;
	}

	.form01 textarea {
		height: 14em;
	}

	.form table td.lasttd {
		padding: 1.5em 0;
	}

	.check {
		margin: .5em 0;
	}

	.check input[type=checkbox]:checked+.checkbox01::after {
		opacity: 1;
	}

	.form table th span.ns {
		right: 0;
	}

	.ppbox {
		margin-bottom: 1.5em;
		height: 10.8em;
		border-radius: .4em;
	}

	.p01 {
		margin-bottom: 2em;
	}

	.form input[type=submit],
	.form input[type=button] {
		border-radius: 1.5em;
		/* background: -moz-linear-gradient(left, #22A6C2, #0F5D93);
		background: -webkit-linear-gradient(left, #22A6C2, #0F5D93);
		background: linear-gradient(to right, #22A6C2, #0F5D93); */

		background: -moz-linear-gradient(left, #ed3b64, #eb7327);
    background: -webkit-linear-gradient(left, #ed3b64, #eb7327);
    background: linear-gradient(to right, #ed3b64 0%, #eb7327 100%);

		-webkit-appearance: none;
	}

	.subbtn2,
	.subbtn3 {
		font-size: 100% !important;
	}

	.subbtn {
		margin: 1em 0 0;
		width: 100%;
		border-radius: 1.5em;
		font-size: 120%;
		line-height: 3em;
	}

	.comfirmBtns>div>div {
		width: calc(50% - .25em);
	}
}

/*===============*/
/* php */
/*===============*/
body.php .detail_wrap>div {
	padding: 1em 0 3em;
}

body.php .confirmation {
	margin-top: 3em;
}

body.php .confirmation table {
	width: 100%;
	border: solid #E2E5E8;
	border-width: 3px 0;
}

body.php .confirmation table tr th,
body.php .confirmation table tr td {
	border-top: dotted 1px #D8D8D8;
	font-size: 95%;
	line-height: 1.6;
}

body.php .confirmation table tr:first-child th,
body.php .confirmation table tr:first-child td {
	border-top: none;
}

body.php .confirmation table tr th {
	padding: 1.75em 1.5em;
	width: 18em;
	background-color: #F3F6FA;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: 500;
}

body.php .confirmation table tr td {
	padding: 1.75em 2em;
	width: calc(100% - 18em);
	vertical-align: top;
	text-align: left;
}

body.php .detail_wrap.thankyou {
	padding: 6em 0;
}

body.php .detail_wrap.thankyou .confirmation p {
	padding: 3em 2em 3.5em;
	background-color: #F3F6FA;
	text-align: center;
	line-height: 2;
}

body.php .detail_wrap.thankyou .confirmation p span {
	display: inline-block;
}

@media (max-width:768px) {

	body.php .confirmation table tr th,
	body.php .confirmation table tr td {
		display: block;
		float: left;
		width: 100%;
	}

	body.php .confirmation table tr th {
		padding: .5em 1.5em .6em;
		text-align: left;
		font-size: 90%;
	}

	body.php .confirmation table tr td {
		padding: 1em 1.5em;
	}


}

/*===============*/
/* add 2023_09_21 */
/*===============*/

.c-img-wrap>.add {
  padding: 0 0 110px;
}
.c-img-wrap__txt {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.c-img-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.c-img-list__item {
  width: calc((100% - 192px) / 3);
}
.c-img-list__item .txt-box .ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
  margin-top: 16px;
  color: #0F5E94;
  text-align: center;
}
.c-img-list__item .txt-box .txt {
  font-size: 16px;
  line-height: 2;
  display: block;
  margin-top: 16px;
  padding: 0 5px;
}
.cta-banner {
  width: 102%;
}
.cta-banner-txt {
  text-align: center;
  margin-top: 40px;
}
@media (max-width:768px) {
  .c-img-list {
    display: block;
    margin-top: 30px;
  }
  .c-img-list__item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .c-img-list__item:not(:first-child) {
    margin-top: 30px;
  }
  .c-img-wrap__txt {
   font-size: 24px;

  }
  .sp {
    display: block;
  }
  .c-img-wrap>.add {
    padding: 0 0 60px;
  }
}
@media (min-width:769px) {
  .sp {
    display: none;
  }
}

.plan-add {
  line-height: 1.8;
  font-size: 14px;
  padding: 10px 0;
  display: inline-block;
}
.plan-add.ptn02 {
  margin-top: 20px;
  display: block;
  text-align: center;
}

@media (max-width:768px){
  .plan-add {
    font-size: 10px;
  }
  .plan-add.ptn02 {
    margin-top: 6px;
  }
}

.privacy_policy {
    margin: 30px 0;
    padding: 20px 10px;
    border: 1px solid #ddd;
    height: 150px;
    overflow-y: scroll;
    font-size: 12px;
    text-align: left;
}
.privacy_policy h1 {
    text-align: center;
    font-size: 2em;
    margin: .67em 0;
    font-weight: bold;

}
.privacy_policy p {
    margin-bottom: 1.5em;
}
.policy_bold {
    font-weight: bold;
}
.privacy_policy dt {
    font-weight: 700;
}
.privacy_policy ul{
    list-style: unset;
    margin-left: 3rem;
    margin-bottom: 1.5em;
}
.privacy_policy dd{
margin-left:2rem;
}
