@charset "utf-8";

*{
box-sizing: border-box;
position: relative;
}
h1,.page h1{
font-size: 28px;
}
h2,.page h2{
font-size: 22px;
}
h3,.page h3{
font-size: 21px;
}
h4,.page h4{
font-size: 18px;
}
b, strong, .bold, .b{
font-size: 1em;
}
.small {
font-size: .9em;
}
*/ .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;
}
.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);
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%;
}
} section#entry {
background: #ffffd9;
}
.form-spacer {
margin: 0;
margin-bottom:15px;
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: 10px;
font-size: 14px;
font-weight: normal;
padding: 0 5px 1px;
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:16px;
padding: 5px;
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: 16px;
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: 16px;
}
.bold, .b {
font-size: 16px;
}
span.underline {
border-bottom: 2px solid;
}
.scroll-box p {
font-size: 16px;
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: 32px;
}
.mega-icon i{
font-size:40px;
}
.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: 14px;
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: 16px;
}
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: 14px;
}
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:21px;
}
p.initial-cost-price span.price-number {
font-size: 30px;
}
@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%;
}
}