/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2020/08/31, 15:21:58
    Author     : user
*/

.midashi-1 {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.midashi-1:before,
.midashi-1:after {
  /*font-family: "Font Awesome 5 Free";*/
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  color: #eb6100;
}

.midashi-1:before {
  left: 0;
  content: '＼';
}

.midashi-1:after {
  right: 0;
  content: '／';
}

.midashi-2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  color: #000000;
  font-weight: bold;
}

.midashi-2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #eb6100;
  border-radius: 2px;
}

.midashi-3 {
  position: relative;/*相対位置*/
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #000000;
  font-weight: bold;
  font-size: 1.5rem;  
}

.midashi-3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #eb6100; /*アイコン色*/
}

.btn-1,
a.btn-1,
button.btn-1{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 0.5rem;
}

.btn-wrap {
  display: block;
  max-width: 880px;
  margin: 0 auto 20px;
}

.btn-c {
  font-size: 2.0rem;
  display: block;
  overflow: hidden;
  padding: 1.5rem 0 1.5rem 3rem;
  border-bottom: 5px solid #00662d;
  background: #094;
  width: 700px;
}

.btn-c:before {
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 1.2rem;
  left: -3.2rem;
  padding: 0 3rem;
  content: "無料!";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  color: #fff;
  background: #eb6100;
  -webkit-box-shadow: 0 3px 3px #094;
  box-shadow: 0 3px 3px #094;
}

.btn-c:hover {
  transform: translateY(3px);
  border-bottom: 2px solid #00662d;
  background: #094;
}

.btn-tag {
  padding: 1.25rem 3rem 1.25rem 80px;
  color: #fff;
  background: #f39800;
}

.btn-tag:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  content: "";
  border-radius: 0.1rem 0 0 0.1rem;
  /*background: rgba(0, 0, 0, 0.07);*/
  background: #eb6100;
}

.btn-tag:hover {
  color: #fff;
  background: #ffa50e;
}

.btn-tag i {
  /*font-size: 120%;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  padding: 1.5rem 0;
  text-align: center;
  letter-spacing: 0;

}

.btn-grey {
  color: #fff;
  background-color: #a9a9a9;
}

.btn-grey:hover {
  color: #fff;
  background: #c0c0c0;
}

.btn-c-2 {
  /*font-size: 2rem;*/
  position: relative;
  padding: 1.2rem 2.8rem 1.3rem 1.7rem;
}

.btn-c-2 i.fa {
  margin-right: 1rem;
}

.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #eb6100;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #eb6100;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}

.form td label {
    width: 30%;
    margin: 3px 0;
    float: left;
}

.form td input[type="checkbox"], .form td input[type="radio"] {
    margin: 0 3px 0 0;
    position: relative;
    top: 2px;
}
