/* リセット */
html,body {
  overflow-x:hidden;
}
* {
  box-sizing:border-box;
  max-width:100%;
  padding:0;
  margin:0;
  list-style:none;
  text-decoration:none;
}
/* 汎用 */
.mb10 {
  margin-bottom:10px !important;
}
.num {
  font-family: 'Roboto', sans-serif;
}
.opa:hover {
  opacity:0.7;
  transition:0.3s;
}
/*----------------------------------------
スマホ出しわけ
----------------------------------------*/
.sp_only{
	display:none !important;
}
.pc_only{
	display:block;
}
@media screen and (max-width:767px){
	.pc_only{
		display:none !important;
	}
	.sp_only{
		display:block !important;
	}
}



.mywidth {
  max-width:1000px !important;
  margin:auto !important;
}
@media screen and (max-width:767px){
  .mywidth {
    padding:0 10px;
  }
}
#workmate_lp_wrap {
}


#workmate_lp_wrap .content_title01 {
  display:flex;
  flex-direction:column;
  text-align:center;
  align-items:center;
  margin-bottom:30px;
  font-size:40px;
  color:#c30d23;
  position:relative;
  padding-bottom:20px;
}
#workmate_lp_wrap .content_title01:after {
  content:"";
  width:80px;
  height:3px;
  background:#c30d23;
  display:inline-block;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
}
#workmate_lp_wrap .content_title01 span {
  color:#000;
  font-size:20px;
  margin-top:5px;
}
@media screen and (max-width:767px){
  #workmate_lp_wrap .content_title01 {
    font-size:30px;
    padding-bottom:10px;
  }
  #workmate_lp_wrap .content_title01:after {
    width:50px;
    height:2px;
  }
  #workmate_lp_wrap .content_title01 span {
    font-size:16px;
  }
}


#workmate_lp_wrap #wm_haed {
  background:rgba(255,255,255,.5);
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index: 100;
}
#workmate_lp_wrap #wm_haed.no_shop {
  position:relative;
  margin-bottom:20px;
}
#workmate_lp_wrap #wm_haed .inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:80px;
}
#workmate_lp_wrap #wm_haed .logo {
  display:flex;
  flex-direction:column;
  font-size:24px;
  color:#000;
}
#workmate_lp_wrap #wm_haed .logo span {
  font-size:12px;
  color:#000;
  margin-bottom: 5px;
}
#workmate_lp_wrap #wm_haed .tel_wrap p {
  font-size:20px;
  font-weight:bold;
  display:flex;
  align-items:center;
}
#workmate_lp_wrap #wm_haed .tel_wrap p img {
  width:25px;
  height:25px;
  margin-right:5px;
}
#workmate_lp_wrap #wm_haed .tel_wrap i {
  font-size:22px;
  color:#000;
  margin-right:10px;
  color:orange;
}
@media screen and (max-width:767px){
  #workmate_lp_wrap #wm_haed .inner {
    min-height:60px;
  }
  #workmate_lp_wrap #wm_haed .logo {
    font-size:20px;
  }
  #workmate_lp_wrap #wm_haed .logo span {
    font-size:10px;
  }
  #workmate_lp_wrap #wm_haed .tel_wrap {
    display:none;
  }
}


/*  main_v  */
#workmate_lp_wrap .main_v {
  background:url(/wp-content/uploads/workmate_shop/bg03.jpg) no-repeat center / cover;
  margin-bottom:40px;
  height:560px;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  position:relative;
}
#workmate_lp_wrap .main_v .point_text {
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom:50px;
}
#workmate_lp_wrap .main_v .point_text span {
  color:#fff;
  border:5px solid #fff;
  padding:10px;
  width:250px;
  text-align:center;
  font-size:30px;
  font-weight:bold;
  line-height:1em;
  position:relative;
  margin:0 20px;
}
#workmate_lp_wrap .main_v .point_text span:nth-child(1) {
  background:#e4007f;
}
#workmate_lp_wrap .main_v .point_text span:nth-child(2) {
  background:#f8b62d;
}
#workmate_lp_wrap .main_v .point_text span:nth-child(3) {
  background:#dae000;
}
#workmate_lp_wrap .main_v .point_text span:after {
  content:"×";
  color:#fff;
  font-size:40px;
  position:absolute;
  right:-40px;  
  font-weight:normal;
}
#workmate_lp_wrap .main_v .point_text span:nth-child(3):after {
  display:none;
}
#workmate_lp_wrap .main_v .main_text {
  font-size:50px;
  text-align:center;
  color:#fff;
  letter-spacing:0.1em;
  text-shadow: 0px 0px 20px rgba(0,0,0,.2);
}
#workmate_lp_wrap .main_v .main_text span {
  color:red;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size:80px;
  transform:rotate(-20deg);
  display:inline-block;
}
#workmate_lp_wrap .main_v .scroll {
  position:absolute;
  bottom:20px;
}
#workmate_lp_wrap .main_v .scroll a {
  color:#fff;
  width:80px;
  height:80px;
  border-radius:50%;
/*   background:rgba(255,255,255,.2); */
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  font-size:18px;
  padding-bottom:5px;
}
#workmate_lp_wrap .main_v .scroll a:before {
  content:"\f103";
  font-family:"FontAwesome";
  color:#fff;
  position:absolute;
  left:0;
  right:0;
  bottom:10px;
  margin:auto;
  text-align:center;
  font-size:18px;
}
@media screen and (max-width:767px){
  #workmate_lp_wrap .main_v {
    background:url(/wp-content/uploads/workmate_shop/sp_main_v.png) no-repeat center / cover;
    margin-bottom:40px;
    min-height:400px;
    height:auto;
    padding:70px 0 70px;
  }
  #workmate_lp_wrap .main_v .point_text {
    width:100%;
    margin-bottom: 20px;
  }
  #workmate_lp_wrap .main_v .point_text span {
    border: 3px solid #fff;
    padding: 5px;
    width: 30%;
    font-size: 12px;
    margin: 0 5px;
    white-space:nowrap;
  }
   #workmate_lp_wrap .main_v .point_text span:after {
     display:none;
   }
   #workmate_lp_wrap .main_v .main_text {
    font-size: 40px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    text-shadow: 0px 0px 20px rgba(0,0,0,.9);
  }
 #workmate_lp_wrap .main_v .main_text span {
    display:block;
    font-size:60px;
    text-shadow: 0px 0px 20px rgba(255,255,255,.9);
    margin-bottom: 15px;
  }
  #workmate_lp_wrap .main_v .scroll {
    position: absolute;
    bottom: 0px;
  }
  #workmate_lp_wrap .main_v .scroll a {
    text-shadow: 0px 0px 20px rgba(0,0,0,.9);
  }
}
/* recommend_wrap */
#workmate_lp_wrap .recommend_wrap {
  background:url(/wp-content/uploads/workmate_shop/bg03.jpg) no-repeat center / cover;
  min-height:500px;
  width:100%;
  position:relative;
  z-index:0;
  padding:60px 0 100px;
}
#workmate_lp_wrap .recommend_over {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(0,0,0,0.3);
  z-index:1;
}
#workmate_lp_wrap .recommend_wrap .mywidth {
  z-index:100;
  position:relative;
}
#workmate_lp_wrap .recommend_wrap .title {
  color:#fff;
  font-size:40px;
  text-align:center;
  margin-bottom:40px;
}
#workmate_lp_wrap .recommend_wrap .box_wrap {
  display:flex;
  justify-content:space-around;
  flex-wrap:wrap;
}
#workmate_lp_wrap .recommend_wrap .box {
  width:30%;
  margin-bottom:30px;
/*   border:10px solid #fff; */
/*   border-radius:10px; */
/*   overflow:hidden; */
/*   box-shadow: 0 0 15px rgba(0,0,0,.3); */
}
#workmate_lp_wrap .recommend_wrap .box dt {
  background:#c30d23;
  padding:15px 15px;
  color:#fff;
  font-weight:bold;
  font-size:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  margin-bottom:20px;
}
#workmate_lp_wrap .recommend_wrap .box dt img {
  margin-right:10px;
  width:60px;
  height:60px;
  object-fit:contain;
}
#workmate_lp_wrap .recommend_wrap .box:nth-child(1) dd {
  background:url(/wp-content/uploads/workmate_shop/recommend01.jpg) no-repeat center / cover;
}
#workmate_lp_wrap .recommend_wrap .box:nth-child(2) dd {
  background:url(/wp-content/uploads/workmate_shop/recommend02.jpg) no-repeat center / cover;
}
#workmate_lp_wrap .recommend_wrap .box:nth-child(3) dd {
  background:url(/wp-content/uploads/workmate_shop/recommend03.jpg) no-repeat center / cover;
}
#workmate_lp_wrap .recommend_wrap .box dd {
  width:100%;
  height:100%;
  height:300px;
  width:300px;
  border-radius:50%;
  position:relative;
  border:5px solid #c30d23;
  
}
#workmate_lp_wrap .recommend_wrap .box dd .text {
  background:rgba(0,0,0,0.7);
  font-size:16px;
  padding:20px;
  line-height:1.8em;
  color:#fff;
  position:absolute;
  left:0;
  right:0;
  bottom:-60px;
}
@media screen and (max-width:767px){
  #workmate_lp_wrap .recommend_wrap {
    background: url(/wp-content/uploads/workmate_shop/bg03.jpg) no-repeat center / cover;
    min-height: 0;
    padding: 60px 0 60px;
  }
  #workmate_lp_wrap .recommend_wrap .title {
    font-size: 24px;
  }
  #workmate_lp_wrap .recommend_wrap .box_wrap {
    flex-direction: column;
  }
  #workmate_lp_wrap .recommend_wrap .box {
    width: 100%;
    max-width:300px;
    margin:0 auto 120px;
  }
  #workmate_lp_wrap .recommend_wrap .box dd {
    margin: auto;
  }
}

/* coock_wrap */
 #workmate_lp_wrap .coock_wrap {
  background:url(/wp-content/uploads/workmate_shop/bg04.jpg) no-repeat center / cover;
  width:100%;
  padding:100px 0;
  position:relative;
  margin-bottom:60px;
}
 #workmate_lp_wrap .coock_wrap .bg_wrap {
   content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
 }
#workmate_lp_wrap .coock_wrap .mywidth {
  position:relative;
  z-index:10;
}
#workmate_lp_wrap .coock_wrap .title {
  color:#fff;
  font-size:40px;
  text-align:center;
  margin-bottom:40px;
}
#workmate_lp_wrap .coock_wrap .box_wrap .box {
  display:flex;
  align-items:center;
  margin-bottom:60px;
}
#workmate_lp_wrap .coock_wrap .box_wrap .box .right_wrap {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  justify-content:space-between;
}
#workmate_lp_wrap .coock_wrap .box_wrap .box .right_wrap .img_wrap {
  width:200px;
  height:200px;
  border-radius:50%;
  border:6px solid #f8e08f;
  overflow:hidden;
  position:relative;
  margin:0 10px 15px;
}
#workmate_lp_wrap .coock_wrap .box_wrap .box .right_wrap .img_wrap img {
  width:100%;
  height:100%;
  object-fit:cover;
}
#workmate_lp_wrap .coock_wrap .box_wrap .box .right_wrap .img_wrap p {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  position:absolute;
  bottom:20px;
  left:0;
  right:0;
  margin:auto;
  text-align:center;
  color:#fff;
  font-size:16px;
  background:rgba(0,0,0,0.5);
  padding:5px;
}
@media screen and (max-width:767px){
   #workmate_lp_wrap .coock_wrap {
    padding:60px 0;
    margin-bottom:60px;
  }
  #workmate_lp_wrap .coock_wrap .title {
    font-size: 28px;
  }
  #workmate_lp_wrap .coock_wrap .box_wrap .box .right_wrap .img_wrap {
    max-width: 200px;
    max-height: 200px;
    width: 49%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #f8e08f;
    overflow: hidden;
    position: relative;
    margin: 0 0px 15px;
  }
}





/* item_wrap */
#workmate_lp_wrap .item_wrap .box {
  border:3px solid #c30d23;
  border-radius:15px;
/*   overflow:hidden; */
  position:relative;
  margin-bottom:40px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fefcea+53,f9e47a+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #fefcea 53%, #f9e47a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#fefcea 53%,#f9e47a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#fefcea 53%,#f9e47a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9e47a',GradientType=0 ); /* IE6-9 */
}
/* nth-child(1) */
#workmate_lp_wrap .item_wrap .box:nth-child(1) {
  border:3px solid #efb125;
}
#workmate_lp_wrap .item_wrap .box:nth-child(1) .title,#workmate_lp_wrap .item_wrap .box:nth-child(1) .inner_wrap .text_wrap .sub_text {
  background:#efb125;
}
/* -------- */
#workmate_lp_wrap .item_wrap .box:nth-child(1)::before {
  content:"";
  width: 250px;
  height: 129px;
  display: block;
  position: absolute;
  right: -72px;
  top:10px;
  background:url(/wp-content/uploads/workmate_shop/flag01.png) no-repeat center / contain;
}
#workmate_lp_wrap .item_wrap .box:nth-child(2)::before {
  content:"";
  width: 250px;
  height: 129px;
  display: block;
  position: absolute;
  right: -72px;
  top:10px;
  background:url(/wp-content/uploads/workmate_shop/flag02.png) no-repeat center / contain;
}
#workmate_lp_wrap .item_wrap .box .title {
  background:#c30d23;
  padding:15px 20px;
  color:#fff;
  font-size:30px;
  border-radius:10px 10px 0 0;
  letter-spacing:0.1em;
}
#workmate_lp_wrap .item_wrap .box .title span {
  font-size:18px;
  display:block;
  letter-spacing:0.2em;
}
#workmate_lp_wrap .item_wrap .box .inner_wrap {
  padding:30px 30px 30px;
  display:flex;
  justify-content:center;
}
#workmate_lp_wrap .item_wrap .box .inner_wrap .img_wrap {
  max-width:484px;
  margin-right:30px;
}
#workmate_lp_wrap .item_wrap .box .inner_wrap .img_wrap img {
  width:100%;
  object-fit:cover;
}
#workmate_lp_wrap .item_wrap .box .inner_wrap .text_wrap {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#workmate_lp_wrap .item_wrap .box .inner_wrap .text_wrap .kakaku {
  color:#c30d23;
  font-weight:bold;
  font-size:22px;
  line-height:1em;
}
#workmate_lp_wrap .item_wrap .box .inner_wrap .text_wrap .price {
  display:flex;
  font-size:80px;
  font-weight:bold;
  color:#c30d23;
  line-height:1em;
}
#workmate_lp_wrap .item_wrap .box .inner_wrap .text_wrap .price > span {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
#workmate_lp_wrap .item_wrap .box .inner_wrap .text_wrap .price > span .tax {
  font-size:16px;
  line-height:1em;
  font-weight:bold;
}
#workmate_lp_wrap .item_wrap .box .inner_wrap .text_wrap .price > span .jp_en {
  font-size:14px;
  line-height:1em;
  font-size:50px;
  font-weight:bold;
}
#workmate_lp_wrap .item_wrap .box .inner_wrap .text_wrap  .cation_text {
  font-size:12px;
  color:#000;
  text-align:right;
}
#workmate_lp_wrap .item_wrap .box .inner_wrap .text_wrap .sub_text {
  background:#c30d23;
/*   border-radius:20px; */
  padding:5px;
  color:#fff;
  font-size:24px;
  font-weight:bold;
  text-align:center;
  margin-top:10px;
}
#workmate_lp_wrap .item_wrap .box .inner_wrap .text_wrap .btn01 {
  display:inline-block;
  margin-top:10px;
}
@media screen and (max-width:767px){
  #workmate_lp_wrap .item_wrap .box .inner_wrap {
    flex-direction:column;
    padding: 20px 10px 20px;
  }
  #workmate_lp_wrap .item_wrap .box:nth-child(1)::before,#workmate_lp_wrap .item_wrap .box:nth-child(2)::before {
    content:"";
    width:150px;
    height:80px;
    display:block;
    position:absolute;
    right:-45px;
    top:-49px;
  }
  #workmate_lp_wrap .item_wrap .box .title {
    font-size:20px;
    border-radius:10px 10px 0 0;
    padding:15px 10px;
  }
  #workmate_lp_wrap .item_wrap .box .title span {
    font-size:12px;
    display:block;
    letter-spacing:0.2em;
  }
  #workmate_lp_wrap .item_wrap .box .inner_wrap .img_wrap {
    max-width: 484px;
    margin:auto;
  }
  #workmate_lp_wrap .item_wrap .box .inner_wrap .text_wrap {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #workmate_lp_wrap .item_wrap .box .inner_wrap .text_wrap .kakaku {
    font-size: 18px;
  }
  #workmate_lp_wrap .item_wrap .box .inner_wrap .text_wrap .price {
    font-size: 60px;
  }
  #workmate_lp_wrap .item_wrap .box .inner_wrap .text_wrap .price > span .jp_en {
    font-size: 35px;
  }
  #workmate_lp_wrap .item_wrap .box .inner_wrap .text_wrap .price > span .tax {
    font-size: 12px;
  }
  #workmate_lp_wrap .item_wrap .box .inner_wrap .text_wrap .sub_text {
    width:100%;
    margin-top:10px;
  }
  #workmate_lp_wrap .item_wrap .box .inner_wrap .text_wrap .sub_text {
    font-size: 20px;
  }
  #workmate_lp_wrap .item_wrap .box .inner_wrap .text_wrap .btn01 {
    margin-top:20px;
  }

}


/* kounou */
#workmate_lp_wrap .kounou {
  padding:40px 0;
  margin-top:0px;
   background:url(/wp-content/uploads/workmate_shop/bg01.png) repeat center;
}
#workmate_lp_wrap .kounou .out_wrap {
  padding:15px 40px;
  margin-bottom:30px;
}
#workmate_lp_wrap .kounou .out_wrap .box {
  padding:20px 20px;
  background:#fff;
  border:10px solid #f8e08f;
  border-radius:10px;
  background: #c19e67; /* Old browsers */
  background: -moz-linear-gradient(left,  #c19e67 0%, #f3e2c7 19%, #e9d4b3 83%, #b68d4c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #c19e67 0%,#f3e2c7 19%,#e9d4b3 83%,#b68d4c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #c19e67 0%,#f3e2c7 19%,#e9d4b3 83%,#b68d4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#workmate_lp_wrap .kounou .out_wrap .box .inner_wrap {
  display:flex;
  justify-content:space-between;
}
#workmate_lp_wrap .kounou .out_wrap .box .inner_wrap .text_wrap {
}


#workmate_lp_wrap .kounou .out_wrap .box .inner_wrap .text_wrap .title {
  font-size:40px;
  display:flex;
  align-items:center;
  margin-bottom:20px;
  color:#c30d23;
}
#workmate_lp_wrap .kounou .out_wrap .box .inner_wrap .text_wrap .title img {
  margin-right:15px;
}
#workmate_lp_wrap .kounou .out_wrap .box .inner_wrap .text_wrap dt {
  font-size:22px;
  padding:0 0 5px 10px;
  margin-bottom:10px;
  border-bottom:2px dotted #999;
}
#workmate_lp_wrap .kounou .out_wrap .box .inner_wrap .text_wrap dd {
  line-height:1.8em;
  font-size:16px;
}
#workmate_lp_wrap .kounou .out_wrap .box .inner_wrap .img_wrap {
  width:300px;
  min-width:300px;
  height:300px;
  border-radius:50%;
  overflow:hidden;
  border:6px solid #b99253;
  box-shadow: 0 0 15px rgba(0,0,0,.3);
  margin-left:30px;
}
#workmate_lp_wrap .kounou .out_wrap .box .inner_wrap  .img_wrap img {
  width:100%;
  height:100%;
  object-fit:cover;
}
@media screen and (max-width:767px){
  #workmate_lp_wrap .kounou .out_wrap {
    padding: 10px 0px; 
  }
  #workmate_lp_wrap .kounou .out_wrap .box {
    padding: 20px 15px;
  }
  #workmate_lp_wrap .kounou .out_wrap .box .inner_wrap {
    flex-direction:column;
    align-items:center;
  }
  #workmate_lp_wrap .kounou .out_wrap .box .inner_wrap .text_wrap .title img {
    margin-right: 10px;
    width:70px;
    height:70px;
    object-fit:contain;
  }
  #workmate_lp_wrap .kounou .out_wrap .box .inner_wrap .img_wrap {
    margin:20px auto 0;
    width: 250px;
    min-width: 250px;
    height: 250px;
  }
  #workmate_lp_wrap .kounou .out_wrap .box .inner_wrap .text_wrap .title {
    font-size: 24px;
  }
  #workmate_lp_wrap .kounou .out_wrap .box .inner_wrap .text_wrap dt {
    font-size: 18px;
    padding: 0 0 5px 0px;
    font-weight:bold;
  }

}
/* #service_wrap */
#workmate_lp_wrap #service_wrap {
  margin:80px 0 0;
}
#workmate_lp_wrap #service_wrap .box .title {
  background:#c30d23;
  color:#fff;
  padding:15px 20px;
  font-size:20px;
  margin-bottom:20px;
}
#workmate_lp_wrap #service_wrap .box ul {
  padding:0 10px;
  margin-bottom:30px;
}
#workmate_lp_wrap #service_wrap .box ul li {
  line-height:2em;
  text-indent:-1em;
  margin-left:1em;
}
#workmate_lp_wrap #service_wrap .box ul li:before {
  content:"・";
}
@media screen and (max-width:767px){
  #workmate_lp_wrap #service_wrap .box .title {
    padding:10px 15px;
    font-size:18px;
    margin-bottom:15px;
  }
  #workmate_lp_wrap #service_wrap .box ul {
    padding: 0 5px;
    margin-bottom: 30px;
  }
  #workmate_lp_wrap #service_wrap .box ul li {
    font-size:14px;
  }
}

/* table */
#workmate_lp_wrap #form {
  margin-top:100px;
}
#workmate_lp_wrap .content_table {
	border:1px solid #fff;
	border-collapse:collapse;
	width:100%;
}
#workmate_lp_wrap .content_table th,#workmate_lp_wrap .content_table td {
	border:1px solid #fff;
	padding:20px 15px;
}
#workmate_lp_wrap .content_table th {
	background:#efb125;
	width:30%;
	color:#fff;
	text-align:left;
	overflow:hidden;
}
#workmate_lp_wrap .company_wrap .content_table th {
	background:#c30d23;
}
#workmate_lp_wrap .company_wrap .content_table td {
	padding-left:30px;
}
#workmate_lp_wrap .content_table td {
	width:70%;
	background:#fff;
}
#workmate_lp_wrap .content_table td .acd_btn {
  margin:15px 0;
  background:orange;
  color:#fff;
  padding:10px 20px;
  font-weight:bold;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  max-width:200px;
  border-radius:10px;
  border-bottom: 2px solid #8a5a01;
  position:relative;
  transition:0.3s;
}
#workmate_lp_wrap .content_table td .acd_btn:after {
  content:"▼";
  color:#fff;
  position:absolute;
  right:10px;
  top:0;
  display:flex;
  align-items:center;
  font-size:12px;
  height:100%;
  transition:0.3s;
}
#workmate_lp_wrap .content_table td .acd_btn.open:after {
  transform:rotate(180deg);
  transition:0.3s;
}
#workmate_lp_wrap .content_table td .item_count_wrap {
  display:flex;
  align-items:center;
}
#workmate_lp_wrap .content_table td .item_count {
  max-width:100px;
  width:100px;
  margin-left:10px;
}
#workmate_lp_wrap .content_table td .p-postal-code {
  max-width:100px;
}
.mw_wp_form_complete,.mw_wp_form_preview {
  margin-top:150px;
}
.mw_wp_form_complete .btn01 {

}
@media screen and (max-width:767px){
	#workmate_lp_wrap .content_table {
		display:block;
		border-top:1px solid #999;
		border-left:1px solid #999;
		border-right:1px solid #999;
		border-bottom:none;
	}
	#workmate_lp_wrap .content_table th,#workmate_lp_wrap .content_table td {
		display:block;
		width:100%;
		border-top:none;
		border-left:none;
		border-right:none;
		border-bottom:1px solid #999;
		padding:10px 15px;
	}
}

/*----------------------------------------
  form_base css
----------------------------------------*/
#workmate_lp_wrap select,input[type=text],#workmate_lp_wrap input[type=email],#workmate_lp_wrap input[type=tel],#workmate_lp_wrap input[type=number],#workmate_lp_wrap input[type=search],#workmate_lp_wrap textarea,button {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#workmate_lp_wrap input[type=text],#workmate_lp_wrap input[type=email],#workmate_lp_wrap input[type=tel],#workmate_lp_wrap input[type=date],#workmate_lp_wrap input[type=search] {
	background:#fff;
	border:1px solid #d1d0cd;
	border-radius:5px;
	font-size:14px;
	padding:7px 15px;
	width:100%;
	height:50px;
	max-width:550px;
	margin:auto;
}
#workmate_lp_wrap input[type=number] {
	background:#fff;
	border:1px solid #d1d0cd;
	border-radius:5px;
	font-size:14px;
	padding:7px 10px;
	width:100%;
	height:38px;
}
#workmate_lp_wrap input[type=file] {
	font-size:14px;
}
#workmate_lp_wrap input[type=submit] {
}
#workmate_lp_wrap .submit {
	height: 60px;
  width: 100%;
  max-width:300px;
  border-radius: 50px;
  background:#c30d23;
  border-bottom:4px solid #38040a;
  border-top:none;
  border-left:none;
  border-right:none;
  color:#fff;
  font-weight:normal;
  letter-spacing:2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight:bold;
  transition:0.3s;
  cursor:pointer;
}
#workmate_lp_wrap .hissu {
	background:#F73D28;
	color:#fff;
	font-size:12px;
	padding:1px 6px 3px;
	border-radius:3px;
	margin-left:10px;
	font-weight:normal;
	float:right;
}
#workmate_lp_wrap label {
	margin-right:10px;
	display:flex;
	align-items:center;
/* 	font-weight:bold; */
	font-size:16px;
	cursor:pointer;
}
#workmate_lp_wrap label [type=checkbox],#workmate_lp_wrap label [type=radio]  {
	margin-right:5px;
	font-size:18px;
}
#workmate_lp_wrap textarea {
	width:100%;
	border:1px solid #d1d0cd;
	height:150px;
	border-radius:5px;
	resize: none;
	padding:10px;
}
#workmate_lp_wrap select {
	background:#fff;
	width:100%;
	padding:10px 15px 10px;
	font-size:14px;
	color:#999;
	border:none;
	border-radius: 0px;
	height:50px;
	cursor: pointer;
}
#workmate_lp_wrap option {
	color:#000000;
}
#workmate_lp_wrap select::-ms-expand {
    display: none;
}
#workmate_lp_wrap .select_wrap {
	position:relative;
	border-radius:5px;
	overflow:hidden;
	border:1px solid #ccc;
}
#workmate_lp_wrap .select_wrap:before {
	content:"\f107";
	font-family:"FontAwesome";
	position:absolute;
	right:0px;
	top:0;
	width:40px;
	height:40px;
	background:#efb125;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content:center;
	font-size:18px;
	height:100%;
	pointer-events: none;
}
#workmate_lp_wrap ::placeholder {
  color: #ccc;
  font-size:14px;
}
@media screen and (max-width:767px){
	#workmate_lp_wrap input[type=text], #workmate_lp_wrap input[type=email],#workmate_lp_wrap input[type=tel] {
    width: 100%;
	}
	#workmate_lp_wrap input[type=number] {
		font-size:16px;
		padding:7px 10px;
		width:100%;
	}
	#workmate_lp_wrap input[type=file] {
	}
	#workmate_lp_wrap select {
		height:50px;
		font-size:14px;
	}
	#workmate_lp_wrap .select_wrap:before {
    width: 50px;
    height: 50px;
    font-size: 20px;
	}
	#workmate_lp_wrap .hissu {
		float:none;
		margin-left:15px;
	}
	#workmate_lp_wrap .submit {
		height: 50px;
	  font-size: 16px;
	  width:100%;
	  margin-top:30px;
	}
	#workmate_lp_wrap label {
		margin-right:10px;
		font-size:14px;
		margin-bottom:0px;
	}
}

#workmate_lp_wrap footer {
  background:#000;
  padding:30px 0 20px;
  text-align:center;
  color:#fff;
  margin-top:80px;
}
#workmate_lp_wrap footer .copy {
  font-size:14px;
}
@media screen and (max-width:767px){
  #workmate_lp_wrap footer {
    margin-bottom:75px;
  }
  #workmate_lp_wrap footer .copy {
    font-size:10px;
  }
}

@media screen and (max-width:767px){
  #workmate_lp_wrap #follow-fotter {
  	position:fixed;
  	bottom:0;
  	width:100%;
  	background:rgba(255,255,255,.7);
  	padding:10px;
  	display:flex;
  	justify-content:space-between;
  	z-index:9999999;
  }
  #workmate_lp_wrap #follow-fotter .foot-button1 {
  	border-radius:10px;
  	padding:15px 5px;
  	display:flex;
  	align-items:center;
  	justify-content:center;
  	text-align:center;
  	width:49%;
  	color:#fff;
  	font-weight:bold;
  	font-size:14px;
  }
  #workmate_lp_wrap #follow-fotter .foot-button1 i {
    font-size:18px;
    margin-right:5px;
  }
  #workmate_lp_wrap #follow-fotter .green-back {
  	background:#20ca45;
  	border-bottom:4px solid #10541f;
  }
  #workmate_lp_wrap #follow-fotter .orange-back {
  	background:#f59d26;
  	border-bottom:4px solid #8e5406;
  }
}

/* 個人情報保護方針  */
.privecy_wrap .text_wrap {
  max-width:800px;
  margin:auto;
}
.privecy_wrap .text_wrap .text {
  line-height:1.8em;
  padding-bottom:30px;
  border-bottom:1px solid #ccc;
  margin-bottom:30px;
}
.privecy_wrap .text_wrap dl dt {
  margin-bottom:10px;
  font-weight:bold;
  font-size:16px;
/*   border-left:5px solid #c30d23;
  padding-left:10px; */
  color:#c30d23;
}
.privecy_wrap .text_wrap dl dd {
  line-height:1.6em;
  margin-bottom:30px;
  margin-left:1em;
}

/* shop foot navi  */
.shop_nav ul {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  margin-bottom:30px;
}
.shop_nav ul li {
  margin:10px 20px;
}
.shop_nav ul li a {
  font-size:14px;
  color:#fff;
}
.shop_nav ul li a:before {
  content:">";
  font-size:14px;
  padding-right:5px;
  position:relative;
  top:-1px;
}
.shop_nav ul li a:hover {
  text-decoration:underline;
}