@charset "utf-8";

html {
	font-size: 62.5%; /* 10px */
}
*{
	font-size:1.8rem;
	box-sizing: border-box;
	position: relative;
}
h1,.page h1{
	font-size: 2.8rem;
}
h2,.page h2{
	font-size: 2.2rem;
}
h3,.page h3{
	font-size: 2.1rem;
}
h4,.page h4{
	font-size: 1.8rem;
}
b, strong, .bold, .b{
	font-size: 1em;
}
.small {
	font-size: .9em;
}
@media screen and (max-width:960px) {
	html {
		font-size: 59.37%;
	}
}
@media screen and (max-width:768px) {
	html {
		font-size: 56.25%;
	}
}

.container-fluid {
	padding-top: 30px;
	padding-bottom: 30px;
}
/**/
.flow {
	counter-reset: flow 0;
	background: #f7f7f7;
	margin: 0 auto;
	padding:30px;
}
.flow h2,.plan h2,.thought h2{
	border: none;
	color: #26455e;
	margin: 30px auto;
	font-size: 3.2rem;
}
.flow-box {
	margin-bottom: 50px;
	padding: 15px;
	border: 2px solid;
	border-radius: 15px;
	font-weight: bold;
	padding-left: 80px;
	color:#26455e;
	background: #FFF;
	counter-increment: flow 1;
}
.flow-box:before {
	content: '0'counter(flow);
	font-size: 3.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 100%;
	color: #FFF;
	background: #26455e;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-radius: 10px 0 0 10px;
}
.flow-box span {
	font-weight: normal;
	font-size: smaller;
}
.flow-box:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
}
.flow-box:last-child:after{
	content:none;
}
@media only screen and (max-width:768px){
	.flow{
		padding:0;
	}
	.flow-box span{
		display:block;
	}
}

/**/
.company table th {
	white-space: nowrap;
	width: 150px;
	text-align: center;
}
@media only screen and (max-width:460px){
	.company table th,.company table td{
		display:block;
		width:100%;
	}
}

/* entry-form */
section#entry {
	background: #ffffd9;
}
.form-spacer {
	margin: 0;
	margin-bottom:1.5rem;
	line-height:1;
}
.form-content {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
p.form-label {
	display: flex;
	align-items: baseline;
	font-weight: bold;
	width: 35%;
	margin: 0;
}
span.required ,span.any{
	margin-left: 1rem;
	font-size: 1.4rem;
	font-weight: normal;
	padding: 0 0.5rem 0.1rem;
	border-radius: 4px;
}
span.required{
	background: #FF0000;
	color: #FFF;
}
span.any{
	background: #EEE;
	color: #1e1e1e;
}
.form-item {
	width: calc(65% - 30px);
}
.form-item p{
	margin:0;
}
input[type="text"]:not(.normal),input[type="number"]:not(.normal),input[type="url"]:not(.normal),input[type="tel"]:not(.normal),input[type="email"]:not(.normal),select:not(.normal),textarea:not(.normal){
	width:100%;
	font-size:1.6rem;
	padding: .5rem;
	border: 1px solid #767676;
	border-radius: 5px;
	background: #FFF;
}
textarea:not(.normal){
	min-height:80px;
	max-width: 100%;
	min-width: 100%;
}

p.agree {
	text-align: center;
}
a.entry-btn,a.entry-btn-line,a.entry-btn-chatwork{
	display: block;
	width: 80%;
	max-width: 320px;
	background: #FFC951;
	color: #464746;
	text-decoration: none;
	margin: 1rem auto 3rem;
	padding: 1.5rem;
	border-radius: 50px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
a.entry-btn-line{
	color: #000000;
	background: #00D14D;
}
a.entry-btn-line span{
	color:#FFF;
}
a.entry-btn-chatwork{
	color: #FF0000;
	background: #FFF;
}
a.entry-btn-chatwork span{
	color: #000000;
}
a.fv-entry-btn {
	display: block;
	max-width: 320px;
	text-align: center;
	margin: 30px auto;
	background: #FFC951;
	color: #464746;
	padding: 10px;
	text-decoration: none;
	border-radius: 50px;
	font-family: "GenJyuuGothicBold",'Noto Sans JP', sans-serif;
}

.formError + input, .formError + select, .formError + textarea {
	background: #ffe9ed!important;
	border: 2px solid #FF0000!important;
}
.formError {
	right: unset;
	left: 0!important;
}
.formError .formErrorArrow{
	margin-left: auto;
	margin-right: 10px;
}

@media only screen and (max-width:768px){
	.form-content{ flex-wrap: wrap; }
	p.form-label,.form-item{ width: 100%; }
}

.attention-mail-setting{
	margin:30px auto 50px;
}
.attention-mail-setting p {
	font-size: 1.6rem;
}
.bold, .b {
	font-size: 1.1em;
}
span.underline {
	border-bottom: 2px solid;
}
.scroll-box p {
	font-size: 1.6rem;
	line-height: 1.4;
}
.wpcf7-spinner{
	display:none;
}
input[type="submit"] {
	display: block;
	margin: 0 auto 50px;
}
input[type="submit"]:disabled {
	background: #ccc;
}

.contact-tel {
	font-size: 3.2rem;
}
.mega-icon i{
	font-size:4.0rem;
}

.has-free-text {
	display: flex;
}
input.wpcf7-free-text {
	width: unset!important;
	margin-left: 15px;
}
input.wpcf7-free-text:disabled {
	background: #eee;
}
.wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item,
.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label{
	margin: 0;
	line-height: 1.4;
}
.form-label label span {
	display: block;
	font-size: 1.4rem;
	color: #d60000;
	font-weight: normal;
}

/**/
.plan {
	background: #cee3ed;
	padding: 50px 30px;
}
.plan-block {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 50px auto;
}
h3.plan-title {
	background: #26455e;
	color: #FFF;
	margin: 0;
	padding:15px;
	text-align: center;
	line-height: 1;
}
.plan-box {
	width: calc(50% - (50px / 2 * 1));
	border: 2px solid #3e3a39;
	margin-left:5px;
	margin-right:5px;
	background: #FFF;
}
.plan-content {
	padding: 15px;
	height: calc(100% - 50px);
}
.plan-content * {
	font-size: 1.6rem;
}
p.initial-cost {
	margin: 0;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid;
}
p.monthly-cost {
    margin: 0;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid;
}
span.repletion {
	font-size: 1.4rem;
}
p.minimum-contract-period {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.plan-content ul {
	width: fit-content;
    margin: auto;
	margin-bottom: 50px;
}
.plan-box.partner .plan-content ul {
	width: fit-content;
}
.plan-box.partner .plan-content ul li {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.plan-box.partner .plan-content ul li:after {
	content: "：";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	right: 0;
	margin: auto;
	text-align: center;
}
.plan-box.partner{
	border: 2px solid #3e3a39;
}
.plan-box.partner h3.plan-title {
	background: #26455e;
	color: #fff100;
}

.initial-cost-block {
	border: 2px solid;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin:50px auto;
	background:#FFF;
}
.initial-cost-box {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 15px 0;
}
.initial-cost-box div{
	width: 210px;
	padding: 0 15px;
}
.initial-cost-content{
	width: calc(100% - 210px);
	padding: 15px;
}
.initial-cost-content ul {
	display: flex;
	flex-wrap: wrap;
	margin:0;
	padding: 0;
	gap: 15px;
}
.initial-cost-content ul li{
	margin:0;
}
p.initial-cost-title {
	margin: 0;
	background: #26455e;
	color: #FFF;
}
p.initial-cost-price {
	margin: 0;
}
span.price-number{
	font-family: "Futura PT Book";
	font-size:1.2em;
}
p.initial-cost-price span.price-number {
	font-size: 3.0rem;
}
@media only screen and (min-width:680px){
	.initial-cost-box div{
		border-right: 2px solid;
	}
}
@media only screen and (max-width:679px){
	.initial-cost-block {
		justify-content: center;
	}
	.initial-cost-box {
		width: 90%;
		border-bottom: 1px solid;
		padding-bottom: 0;
	}
	.initial-cost-box div ,.initial-cost-content {
		width: 100%;
	}
}

