@charset "utf-8";
#breadcrumb{
  background: #eeecec;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.breadcrumb {
  margin-left:0;
  padding: 3px 0;
  overflow: hidden;
  text-align: left;
}

.breadcrumb li {
  display:inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #333;
}

.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a{
  text-decoration: none;
}
.breadcrumb li a span{
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.breadcrumb li:first-child a:before {
  /*家アイコンに*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
.left_contents{
  float: left;
  width: 73%;
  text-align: left;
}
.left_contents h2.first{
  margin: 50px 0 15px 0;
  border-bottom: solid 3px #cccccc;
  position: relative;
  font-size: 32px;
  color: #007a43;
}
.left_contents h2.first:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #007a43;
  bottom: -3px;
  width: 20%;
}
.l_fv{
  background-color: #e1e1e1;
  border-radius: 6px;
  margin: 20px auto;
  padding: 10px;
}
.l_fv_box{
  background-color: #fff;
  background-image: url(/np/hakajimai/img/flow_fv_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 15px;
  box-shadow: 0.5px 0.5px 2px 1px #777 inset;
}
.l_fv_box h3{
  border-bottom: 3px double #ccc;
  color: #0f7700;
  font-size: 28px;
  line-height: 120%;
  margin:5px 0 10px 0;
}
.l_fv_box p{
  width: 65%;
}
.l_fv_box p span{
  font-size: 100%;
  color: #cc0000;
}
.l_flow{
  text-align: center;
}
.l_flow_box{
  border: 6px solid #e1e1e1;
  border-radius: 6px;
  background-color: #fff;
  padding: 10px;
}
.flow_step{
  margin: 25px auto 40px auto;
}
.flow_step img{
  width: 100%;
}
.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0 0 10px 0;
  overflow:hidden;
}
.step li{
  display:table-cell;
  position:relative;
  background: #dd441b;
  padding: 7px 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.step li:last-child{
  padding-left: 1.5em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 33px 0 33px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #dd441b;
  border-width: 33px 0 33px 1em;
  z-index: 10;
}
.step li.is-current{
  background: #568c17;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #568c17;
}
.flow_step .flexbox_be{
  align-items: center;
}
.step_box{
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  text-align: center;
  width: 110px;
  min-height:145px;
}
.step_box img{
  max-width: 60px;
  margin-top: 10px;
}
.step_box p{
  font-size: 15px;
  font-weight: bold;
  color: #3a3a3a;
  line-height: 120%;
}
.step_num{
  border-bottom: 1px solid #e1e1e1;
  color: #007a43;
  font-weight: bold;
}
.step_arrow{
  width: 0;
  height: 0;
  border-left: 10px solid #e1e1e1;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.step_title{
  background-color: #007a43;
  text-align: left;
  padding: 7px 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.step_title span{
  font-weight: normal;
}
span.circle{
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  text-align:center;
  line-height: 35px;
  margin: 0 10px;
  color: #007a43;
  font-size: 26px;
  font-weight: normal;
}
.l_flow_box img{
  float: left;
  margin: 10px 10px 0 0;
}
.l_flow_con{
  float: right;
  width: 62%;
  margin-right: 3px;
}
.l_flow_box h3{
  text-align: left;
  border-bottom: 3px double #ccc;
  margin: 20px 0 10px 0;
  font-size: 20px;
}
.l_flow_box h3 span.free, .l_flow_box h3 span.toll{
  background-color: #e42131;
  border-radius: 4px;
  padding: 2px 5px;
  margin-right: 7px;
  vertical-align: middle;
  line-height: 100%;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
.l_flow_box h3 span.toll{
  background-color: #ef7d00;
}
.l_flow_box p{
  text-align: left;
}
.l_flow_box p span{
  color: #cc0000;
}
.l_arrow{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #88d1ac;
  margin: 15px auto;
}
.sub_cv{
  margin: 30px auto;
  background-color: #007a43;
  background-image: url(/np/hakajimai/img/sub_bg_cv.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  border-radius: 10px;
}
.sub_cv .time p{
  text-align: left;
  padding: 155px 0 0 150px;
  font-size: 25px;
  font-weight: bold;
  color: #cc0000;
}
.sub_cv .time p span{
  font-size: 100%;
  color: #000;
}
.sub_cv .cv_tel{
  text-align: left;
  padding: 0 0 60px 135px;
}
.sub_reason{
  text-align: center;
  border: 1px solid #ccc;
  padding-bottom:15px;
}
.sub_reason .reason_box{
  width: 33.3%;
}
.sub_reason img{
  width: 100%;
}
.sub_reason a img{
  width: 100%;
  max-width: 481px;
}
.sub_bana{
  margin: 50px auto 20px auto;
  background-color: #f5f5f5;
  padding: 15px 0 10px 0;
}
.sub_bana .col_3{
  margin: 0 0.5%;
}
.reason_box p, .reason_box p span{
  font-size: 16px;
  text-align: left;
}
.right_contents{
  float: right;
  width: 24%;
}
.info_box{
  background-image: url(/np/hakajimai/img/r_infobox.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.media_box{
  margin: 25px auto;
  background-color: #88d1ac;
  border-radius: 6px;
  padding: 5px;
}
.media_con{
  background-color: #fff;
  padding: 10px 0px;
}
.media_con p{
  font-size: 16px;
  text-align: left;
  padding: 0 12px;
}
.media_con p span{
  font-size: 100%;
  font-weight: bold;
  color: #cc0000;
}
.r_reason_box{
  background-color: #007a43;
  margin: 25px auto;
}
.r_side_menu{
  background-color: #007a43;
  padding: 3px 0 4px 0;
}
ul.r_sub{
  background-color: #efefef;
  list-style: none;
  text-align: left;
  position: relative;
}
ul.r_sub li {
  list-style-type: none!important;
  border-bottom: 1px solid #abaaaa;
  box-shadow: 0px 1.5px 0px rgba(255, 255, 255, 1);
  color: #444444;
  font-weight: bold;
}
ul.r_sub li:last-child{
  border-bottom: 0;
  box-shadow: 0;
}
ul.r_sub li a{
  display: block;
  color: #444444;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5em 0 0.5em 0.5em;
}
ul.r_sub li a:hover{
  color: #ff5500;
}
ul.r_sub li:before {
  font-family: "FontAwesome";
  content: "\f0da";
  position: absolute;
  right : 0.5em; /*左端からのアイコンまで*/
  color: gray; /*アイコン色*/
  padding: 0.5em 0 0.5em 0.5em;
}
.r_pay{
  background: #d8efe1;
  margin: 25px 0;
}
.r_pay h3{
  background-image: url(/np/hakajimai/img/bg_r_pay.png);
  background-position: center top;
  background-repeat: no-repeat;
  color: #004c28;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  padding: 10px;
}
.r_pay .logo{
  background-color:#fff;
  border-radius: 8px;
  margin: 5px 13px;
  padding: 15px 0 5px 0;
}
.r_pay p.r_text{
  padding: 0 13px 20px 0;
}
.r_pay p.r_text a{
  font-size: 15px;
  color: #ff5500;
}
.r_pay p.r_text a:hover{
  text-decoration: none;
}
.r_column, .r_bana{
  margin: 25px 0;
}
.r_column h3, .r_colabo h3{
  background-color:#007a43;
  color: #fff;
  font-size: 22px;
  padding: 8px 0 6px 0;
  margin-bottom: 15px;
}
.r_column_box{
  border-bottom: 2px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.r_column_box a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.r_column_box img{
  float: left;
  margin-right: 10px;
  width: 75px;
}
.r_column_box a:hover{
  background: rgba(255, 255, 255, 0.4);
}
.r_column_box p{
  text-align: left;
  font-size: 16px;
}
.r_colabo h3{
  margin-bottom: 0px;
}
.ribbon-wrapper {
  display: block;
  position: relative;
  margin: 15px auto 35px auto;
  padding: 3px 0;
  width: 100%;
  height: auto;
  background: #f1f1f1;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
  border-radius: 6px;
}
.ribbon-wrapper .ribbon_box{
  background-color: #fff;
  padding: 10px;
  margin: 6px;
  border-radius: 6px;
}
.ribbon_box img.img_ribbon{
  float: right;
  margin-left: 10px;
}
.ribbon_box p{
  padding: .1em 0 .1em .5em;
}
.ribbon_box p span{
  color: #cc0000;
  font-size: 100%;
  font-weight: bold;
}
.ribbon-content {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  }

.ribbon {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  background: linear-gradient(to right, #4298fa 0%,#8fcdff 100%);
  color: #fff;
  text-shadow: 0 2px 2px #56a1f3;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: "";
  border-top: 4px solid #3672b6;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon:before {
  left: 14px;
}

.ribbon:after {
  right: 18px;
}
.ribbon_box h3 {
  position: relative;
  padding: .65em 1em .5em 1.2em;
  font-size: 1.4em;
  line-height: 125%;
}
.ribbon_box h3::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #007a43;
  border-radius: 4px;
}
.inside_mail{
  float: left;
  width: 70%;
}
.inside_pf{
  float: right;
  width: 30%;
}
.inside_mail img, .inside_pf img{
  width: 100%;
}
@media screen and (max-width:768px) {
.right_contents{
  display: none;
}
.left_contents{
  float: none;
  width: 100%;
}
}
