html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  color: #666;
  vertical-align:top;
  background:transparent;
}

body {
  line-height:1;
  font-family: -apple-system,"游ゴシック体","YuGothic","游ゴシック","Yu Gothic","メイリオ",sans-serif;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

ul {
  font-size: 0;
}
li{
  list-style: none;
}
p{
  line-height: 2;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  background:transparent;
  color: #666;
  text-decoration: none;
}
a:hover{
  opacity: 0.8;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}
input,textarea {
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -webkit-appearance: none;
 max-width: 100%;
}
h1{
  /*max-width:1000px;*/
  /*margin: 10px auto 0;*/
  padding: 15px;
  font-size: 1.4rem;
  font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo",serif;
  font-weight: bold;
}
h2{
  display: inline-block;
  margin: 40px auto 3px;
  padding: 0 0 0 0;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 2.4rem;
  font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo",serif;
  border-bottom: solid 3px skyblue;
  position: relative;
}
h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}
h3{
  padding-bottom:10px;
  border-bottom:2px dotted orange;
}
h3 span{
  margin-right: 6px;
  color:orange;
}
.mb35{
  margin-bottom: 35px;
}
.mb45{
  margin-bottom: 45px !important;
}
.red{
  color: red;
}
/* 全体・・・・・・・・・・・・・ */
.pc{
  display: block;
}
.sp{
  display: none !important;
}
.content{
  margin-bottom: 50px !important;
}
.text{
  text-align: left;
}
.title{
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
}
/* header・・・・・・・・ ・・・*/
.header{
  display: block;
  /*position:fixed;*/
  top:0;
  left:0;
  width:100%;
  margin: auto;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.1)
}

.header ul.logo { display: flex; flex-direction: row; flex-wrap: nowrap;justify-content: center; align-items: center;}

.header .logo h1{
  letter-spacing: 0.1em;
}
.header .logo p{
  padding:10px 15px;
  font-size: 0.8rem;
  color: #009900;
  letter-spacing: 0.1rem;
  border: 2px solid #009900;
}
.header .logo p:hover{
  color:#fff;
  background: #009900;
}

.header .logo img { width: 100px; }

.header .nav{
}
.header .nav li{
  display: inline-block;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  line-height: 2;
  padding: 15px;
}
.header .nav li a:hover{
  color:#009900;
}
.scroll_point{
  display: block;
  max-width: 1000px;
  margin: -140px auto 0;
  padding-top: 140px;
}
.swiper-container{
  width:100%;
  height: 100%;
  margin: auto;
  /*padding-top: 150px;*/
}
.swiper-wrapper{
  position: relative;
}
.swiper-slide{
  width:100% !important;
  margin: 0 !important;
}
.swiper-slide img{
  max-width: 100%;
  width: 80%;
  height: auto;
  margin-left: 20%;
}
.swiper-pagination-bullet-active{
  background:#009900 !important;
}
.slide_txt{
  margin-left: 7%;
  padding:0 0 0 7%;
  position: absolute;
  top:60%;
  left: 12%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: rgba(253,245,230,0.7);
  font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo",serif;
  font-size: 2vw;
  line-height: 1.8;
  letter-spacing: 0.8em;
  color: orange;
  z-index: 999;
}
.main{
  margin: -120px auto 0;
  text-align: center;
}
.sub_title{
  margin: 0 auto 40px;
  font-size: 0.8rem;
  font-weight: bold;
}
/* カウンセリング・・・・・・・・・・・・・ */
.counseling{
  max-width:initial;
}
.counseling .text{
  text-align: center;
}
.counseling ul{
  width: 100%;
  margin: 3% auto 0;
  padding:2% 0 3% 0;
  background: #e6f7e6;
}
.counseling li{
  display: inline-block;
  width:39%;
  max-width: 395px;
  padding: 0 5% 2% 5%;
  text-align: left;
}
.counseling li:first-child{
  border-right: 2px dotted #009900;
}
.counseling .title{
  position: relative;
  width: 100%;
  padding: 5% 4%;
  text-align: center;
  letter-spacing: 0.02rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255,255,255,0.6);
  font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo",serif;
}
.counseling .title::before,
.counseling .title::after {
  position: absolute;
  content: '';
  width: 30%;
  height: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.counseling .title::before {
  top: -6%;
  left: 2%;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
.counseling .title::after {
  bottom: 6%;
  right: -2%;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.customer{
  margin-top: 1%;
  font-size: 0.8rem;
  text-align: right;
  font-weight: bold;
  color: #666;
}
.customer_img{
  width: 80%;
  display: block;
  margin: 5% auto 5%;
}
.customer_img img{
  width: 96%;
  display: block;
  margin: 3% auto 0;
  padding:2%;
}
.question{
  font-size: 1rem;
  font-weight: bold;
  color: #009900;
  line-height: 1.6;
}
.question::before{
  content: "Q.";
  margin-right: 2%;
  font-family: "din-2014",sans-serif;
  color: #fff;
  -webkit-text-stroke: 1.5px #009900;
  text-stroke: 1.5px #009900;
  font-size: 2rem;
}
.answer{
  width: 84%;
  display: block;
  margin: 0 0 4% 8%;
  padding: 2% 0 0 4%;
  position: relative;
  font-size: 0.9rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}
ul li .answer:last-child{
  margin-bottom: 0;
}
.answer::before{
  content:"A.";
  margin-right: 3%;
  font-family: "din-2014",sans-serif;
  color: orange;
  font-weight: bold;
  font-size: 1.4rem;
  position: absolute;
  top:0;
  left:-5%;
}

/* ストレスチェック・・・・・・・・・ */
.stresscheck{
  max-width: 1000px;
  width: 60%;
  margin: auto;
}
.stresscheck h3{
  margin: 10px auto 13px;
  padding-left: 10px;
  text-align: left;
}
.stresscheck .text{
  margin: auto;
  padding: 5px 20px 10px 20px;
  text-align: justify;
　text-justify: inter-ideograph;
}

#kensyu { padding-top: 40px; }
#kensyu h3 {  margin: 10px auto 13px;
  padding-left: 10px;
  text-align: left;}
#kensyu ul { font-size: 16px; margin: 10px 0px; }
#kensyu ul li { text-align: left; list-style-type: disc; line-height: 2.0; margin-left: 20px;}
#kensyu .text {  margin: auto;
  padding: 5px 20px 10px 20px;
  text-align: justify;
　text-justify: inter-ideograph;}
#kensyu p { text-align: left; line-height: 2.0;}
#kensyu .sub_title { text-align: center; }
.box { margin-bottom: 50px; }

/* 医師のあっせん・・・・・・・・・ */
.recruitment{
  width:100%;
  max-width: initial;
}
.recruitment ul{
  background: rgba(253,245,230,0.5);
}
.recruitment li{
  display: inline-block;
  width: 25%;
}
.recruitment li img{
  width: 100%;
}
.recruitment_text{
  position: relative;
}
.recruitment_text li:first-child{
  width: 40%;
}
.recruitment_text li:last-child{
  width: 60%;
}
.recruitment_text .text{
  width: 42%;
  position: absolute;
  top: 50%;
  left: 73%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1rem;
}

/* ストレスチェック50・・・・・*/
.check table{
  width:84%;
  max-width: 1000px;
  margin: auto;
}
.check tr{
  margin-bottom: 2%;
  text-align: left;
}
.check td{
  width:30%;
}
.check td, .check th{
  padding: 2%;
  vertical-align: middle;
}
.check th{
  width: 38%;
  text-align: center;
}
.check .support{
  display: block;
  width:100%;
  margin: 10% auto 8%;
  padding: 5% 0;
  text-align: center;
  color: #fff;
  border: 1px solid #32CD32;
  font-size: 1.1rem !important;
  font-weight: bold;
  letter-spacing: 0.2em;
  vertical-align: top !important;
  position: relative;
  background: #32CD32;
  border-radius: 5px;
}
.check .support::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #32CD32 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.check .support2{
  box-shadow: 0px 0px 0px 5px #32CD32;
  border: dashed 2px white;
  font-weight: bold;
  letter-spacing: 0.5rem;
}
.check .support2::after{
  bottom:-15px;
}
.check .condition{
  margin-top: 5%;
  padding: 4% 0;
  font-size: 0.9rem;
  background: rgba(253,245,230,1);
  border-radius: 15px;
  font-size: 0.8rem;
}
.check .condition span{
  font-size: 0.7rem !important;
}
.check .bt{
  border-top: 2px solid orange;
}
.check .bt2{
  border-top: 2px solid rgba(253,245,230,1);
}
.check .bb1{
  border-bottom: 2px solid #fff !important;
}
.check .bb2{
  border-bottom: 2px solid orange !important;
}
.check .bb3{
  border-bottom: 1px solid rgba(253,245,230,1);
}
.check .title{
  background: orange;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  color: #fff;
  vertical-align: middle;
  border-bottom: 2px solid #fff;
}
.check .normal{
  font-size: 1.4rem;
  vertical-align: middle;
  border-bottom: 2px solid orange;
}
.check .normal2{
  font-size: 1rem;
}
.check .usually_area{
  margin-right: 4%;
  padding: 1.5% 6%;
  border: 1px solid #009900;
  text-align: center;
  font-size: 0.8rem !important;
  color: #009900;
  font-weight: bold;
  vertical-align: text-top !important;
}
.check .special{
  font-size: 1.6rem;
  vertical-align: middle;
  background: rgba(253,245,230,1);
}
.check .normal span, .check .special span{
  font-size: 0.9rem;
  vertical-align: baseline;
}
.check .sub_text{
  font-size: 0.8rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  color: #fff;
  text-align: left;
} 
.free_area{
  margin-top: 3%;
  padding: 1% 0 2% 0;
  background: #fff;
  border-radius: 10px;
}
.detail_area{
  padding: 2% 0;
  background: #fff;
  border-radius: 10px;
}
.check .free{
  display: flex;
  width: 100%;
  margin: 10% auto 4%;
  font-size: 1rem;
  line-height: 1.3em;
  overflow: hidden;
  align-items: center;
}
.check .free:before{
  content: "";
  flex: 1;
  background: orange;
  padding: 1.5px 0;
  height: 0;
  transform: rotate(40deg);
  }
.check .free:after {
  content: "";
  flex: 1;
  background: orange;
  padding: 1.5px 0;
  height: 0;
  transform: rotate(-40deg);
}
.check .free .red{
  display: block;
  margin: 0 1% 1% 2%;
  font-size: 1.3rem;
}
.check .special .notice{
  margin:  0 5%;
  font-size: 0.8rem;
  text-align: left;
  font-weight: normal;
}
.check .special .notice span{
  margin: 0 0 0 3%;
  font-size: 0.6rem;
}
.check .special .notice2{
  text-align: center;
  margin-left: 0;
}
.check .option th{
  background: orange;
}
.check .number1{
  display: block;
  text-align: left;
  padding-bottom: 5%;
  color: orange;
}
.check .number2{
  display: block;
  padding-bottom: 15%;
  font-size: 1.4rem !important;
}
.check .number3{
  display: block;
  padding-bottom: 0;
  font-size: 1rem !important;
}
.separately{
  width: 80%;
  max-width: 1000px;
  margin: 5px auto 0;
  text-align: left;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}
/* コンタクトフォーム・・・・・ */
::placeholder{
  color: #ccc;
  font-weight: normal;
}
.contact .text{
  margin: 3% auto 3%;
  font-size: 0.9rem;
  text-align: center;
}
form{
  width:60%;
  margin: 4% auto 0;
  overflow: hidden;
}
label{
  width:40%;
  float: left;
  font-size: 0.9rem;
  line-height: 2.6;
  text-align: left;
}
input, textarea{
  width:59%;
  padding: 1% 3%;
  float: left;
  background-color: #F5F7F8;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
  letter-spacing: 0.8;
  font-size: 0.8rem;
  line-height: 2.2;
}
label,input,textarea{
  margin: 5% auto 2%;
}
button{
  -webkit-appearance: none;
  width: 36%;
  margin: 12% 50% 10% 40%;
  padding: 2%;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1rem;
  border: 1px solid orange;
  background: orange;
}
button:hover{
  color: orange;
  background: #fff;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.formrun-system-show{
  font-size: 12px;
  margin-left: 42%;
  text-align: left;
  color:red;
}
form span{
  padding-left: 5%;
  color:#009900;
}
form .colon{
  padding-left: 2%;
  color:#666;
  display: inline;
}
/* completeページ・・・・・・・・・・・・・ */
.complete{
  display: block;
  margin: auto;
  padding-top: 160px;
  text-align: center;
}
.complete .text{
  margin: 3% auto 6%;
  font-size: 0.9rem;
  text-align: center;
}
.complete .button{
  width:60%;
  margin: auto;
}
.complete .button a{
  -webkit-appearance: none;
  display: block;
  width: 26%;
  margin: 0 auto 10%;
  padding: 2%;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1rem;
  border: 1px solid orange;
  background: orange;
}
.complete .button a:hover{
  color: orange;
  background: #fff;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/* プライバシーポリシー・・・・・・ */
.privacy{
  display: block;
  width:62%;
  max-width: 1000px;
  margin: 150px auto 0;
  padding-top: 150px;
}
.privacy table{
  margin: 6vw auto 0;
  text-align: left;
}
.privacy th{
  width: 100%;
  display: block;
  margin-bottom:1vw;
}
.privacy td{
  width: 100%;
  display: block;
  margin-bottom: 4vw;
  line-height: 3vw;
}
/* footer・・・・・・・・・・・・ */
.footer{
  clear: both;
  background: rgba(253,245,230,0.7);;
  padding: 30px 0 10px 0;
}
.footer ul{
  width: 94%;
  max-width: 1000px;
  margin: auto;
}
.footer ul li{
  width:36%;
  display: inline-block;
  padding-right: 4%;
  text-align: left;
}
.footer ul .pc{
  width: 60%;
  padding: 0;
}
.footer .text{
  margin-bottom: 2vw;
  font-size: 0.8rem;
}
.footer .nav{
  width:100%;
  margin-top: 3%;
}
.footer .nav li{
 display: inline-block;
 width:50%;
 font-size: 0.8rem;
 margin-bottom: 3%;
 padding: 0;
 text-align: left;
}
.footer .nav li::before{
  content:"・";
  color: orange;
}
.copyright{
  font-size: 0.7rem;
  text-align: left;
}

@media screen and (max-width:1024px){
.header .nav li { padding: 10px; }
}

@media screen and (max-width:820px){
 .header .nav li{
   letter-spacing: 0;
  }
 .stresscheck{
   width:70%;
 }
 .recruitment_text .text{
   font-size: 0.9rem;
 }
 .counseling li{
   width:41%;
   padding: 0% 3% 2% 3%;
 }
 .title{
   font-size: 1rem;
 }
 .question{
   font-size: 0.9rem;
   margin-bottom: 2%;
 }
 .question::before{
   font-size: 1.6rem;
 }
 .answer{
   margin-bottom: 6%;
   padding-top: 1%;
 }
 .answer::before{
   font-size: 1.2rem;
 }
 .check td{
   width:27%;
 }
 .check .title{
   font-size: 0.9rem;
 }
 .check .special{
   font-size: 1.4rem;
 }
 .check .special .free{
   width:100%;
   font-size: 1rem;
 }
 .check .free{
   line-height: 1.4;
 }
 .check .free .red{
   font-size: 1.4rem;
 }
 .contact{
   width:80%;
 }
.contact form{
   width:80%;
}

@media screen and (min-width:768px) and (max-width:820px) {
  .check .free{
    font-size: 0.9rem;
  }
  .check .free .red{
    font-size: 1rem;
  }

  /*とぐる・・・・・・・・・・・・・・・・・・・・・・*/
  .scroll_point{
    display: block;
    margin-top: -48px;
    padding-top: 48px;
  }
  .header {
   width: 100%;
   /*height: 75px;*/
  }
  .header .nav{
   display: none;
   margin: 0 auto;
   width: 100%;
   position: absolute;
   /*top: 75px;*/
  }
  .header .nav li{
    width: 44%;
    width: 84%;
    margin: 2% 8%;
    padding: 3% 0;
    background: #fff;
  }
  /* .header .nav li:first-child{
    padding: 6% 0;
  } */
  .menu{
    height: 100vh;
   padding: 20px 0;
   background: rgba(253,245,230,1);
  }
  .menu a {
   display: block;
   padding: 10px;
   color: #333;
   text-decoration: none;
   text-align: center;
  }
  .sp-menu {
   display: block;
   position: absolute;
   top: 4vw;
   right: 10px;
  }
  .sp-menu .menu-trigger,
  .sp-menu .menu-trigger span {
   display: inline-block;
   transition: all .4s;
   box-sizing: border-box;
  }
  .sp-menu .menu-trigger {
   position: absolute;
   width: 44px;
   height: 44px;
   right: 0;
   top: 20%;
  }
  .sp-menu .menu-trigger span {
   position: absolute;
   left: 0;
   right: 0;
   margin: auto;
   width: 70%;
   height: 2px;
   background-color: #666;
   border-radius: 5px;
  }
  .sp-menu .menu-trigger span:nth-of-type(1) {
   top: 5px;
  }
  .sp-menu .menu-trigger span:nth-of-type(2) {
   top: 15px;
  }
  .sp-menu .menu-trigger span:nth-of-type(3) {
   top: 25px;
  }
  .sp-menu .menu-trigger.active span:nth-of-type(1) {
   -webkit-transform: translateY(10px) rotate(-45deg);
   transform: translateY(10px) rotate(-45deg);
  }
  .sp-menu .menu-trigger.active span:nth-of-type(2) {
   opacity: 0;
  }
  .sp-menu .menu-trigger.active span:nth-of-type(3) {
   -webkit-transform: translateY(-10px) rotate(45deg);
   transform: translateY(-10px) rotate(45deg);
  }
  .sp-menu img{
   width: 56%;
      padding-top: 3vw;
      padding-left: 19%;
  }



}
@media screen and (max-width:767px){
  .pc{
    display: none !important;
  }
  .sp{
    display: block !important;
  }
  h1{
    margin: 0 auto;
    padding: 10px 0 5px 10px;
    font-size: 4.6vw;
  }
  h1 a img { width: 50px; }  
  h2{
    font-size: 6vw;
    border-bottom: 3px solid skyblue;
  }
  .main{
    margin: -20px auto 0;
  }
  .content{
    margin-bottom: 4% !important;
  }
  .text{
    width:90%;
    margin: 0 auto 6%;
    font-size: 100%;
  }
  .sub_title{
    margin-bottom: 5%;
  }
  .swiper-container{
    /*padding-top: 75px;*/
  }
  .swiper-slide img{
    width: auto;
    /* margin-left: 16%; */
    margin-left: 0;
    height: 58vh;
    object-fit: cover;
  }
  .slide_txt{
    margin-left: 0;
    padding: 0 0 0 12px;
    font-size: 3vw;
    font-weight: bold;
    background: none;
    letter-spacing: 0.4em;
    position: static;
    transform: none;
  }
  .header .logo p{
    margin: 3%;
  }
  .recruitment li{
    width:50%;
  }
  .counseling .text{
    text-align: left;
  }
  .counseling ul{
    padding: 12% 0 10% 0;
  }
  .counseling li{
    width:80%;
  }
  .counseling li:first-child{
    margin-bottom: 16%;
    border: none;
  }
  .question{
    font-size: 4.2vw;
  }
  .answer{
    font-size: 4vw;
  }
  .stresscheck{
    width: 90%;
  }
  .stresscheck h3{
    line-height: 1.7;
  }
  .check .sub_title{
    margin-bottom: 8%;
  }
  .check table{
    width: 100%;
  }
  .check tbody{
    width: 80%;
    display: block;
    margin: auto;
  }
  .check tr{
    display: block;
    width: 100%;
    margin-bottom: 8%;
  }
  .check tr:last-of-type{
    margin-bottom: 2%;
  }
  .check td{
    display: block;
    width: 90%;
    padding: 3% 5%;
  }
  .check th{
   display: block;
   width: 90%;
   padding: 5%;
 }
  .check .title{
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
  }
  .check .normal, .check .normal span, .check .normal2{
    color: #fff;
  }
  .check .special{
    font-size: 6.4vw;
  }
  .check .special .notice span{
    margin: 0;
    font-size: 3.2vw;
  }
  .check .special .notice2{
    margin: 0 auto 6%;
    font-weight: bold;
  }
  .check .jyosei{
    margin-left: 2% !important;
  }
  .check .special .notice{
    font-size: 4vw;
  }
  .check .usually_area{
    margin-right: 4%;
    padding: 1% 2% 1% 3%;
    border: none;
    background: #fff;
    color: orange !important;
  }
  .check .support{
    margin: 6% auto 8%;
  }
  .check .support2{
    width:96%;
    margin: 18% auto 12%;
    border: 1.5px dashed #fff;
  }
  .check .free{
    margin: 4% auto;
  }
  .check .number1{
    width: 70%;
    margin-top: 10%;
    padding-bottom: 0;
    text-align: left !important;
  }
  .check .number2{
    padding: 0 0 0 6%;
    text-align: left !important;
    line-height: 1.2;
  }
  .check .number3{
    padding: 0 0 0 6%;
    text-align: left !important;
    line-height: 1.2;
    font-size: 1.2rem !important;
  }
  .check .bb2{
    border: none !important;
  }
  .option .title{
    font-size: 6vw;
    background: #FFF;
    color: orange;
    font-weight: bold;
    border-left: 8px solid orange;
    border-bottom: 2px solid orange;
  }
  .option .title span{
    display: block;
    color: orange;
    font-size: 4vw;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    margin-top: 5%;
  }
  .contact{
    width:100%;
  }
  form{
    width: 90%;
  }
  label{
    width: 100%;
    margin-top: 10%;
  }
  input, textarea{
    margin-bottom: 8%;
    margin: 0 auto 2%;
    width: 100%;
    font-size: 16px;
  }
  button{
    width: 74%;
    margin: 12% auto 20%;
    font-size: 4vw;
    padding: 4%;
  }
  button:hover{
    pointer-events: none;
  }
  .formrun-system-show{
    margin-left: 0;
  }

/* completeページ・・・・・・・・・・・・・・ */
  .complete{
    width:100%;
    padding-top: 64px;
  }
  .complete .text{
    margin: 14% auto;
  }
  .complete .button{
    width:90%;
    margin: auto;
  }
  .complete .button a{
    width: 60%;
    margin: 12% auto 20%;
    font-size: 4vw;
    padding: 5%;
  }
/* プライバシーポリシー ・・・・・・・・・・・・  */
  .privacy{
    width: 100%;
    margin: 24% auto 0;
    padding: 0;
  }
  .privacy .text{
    width: 84%;
    margin: 10% auto 15%;
  }
  .privacy table{
    width: 82%;
    margin: 10vw auto 0;
    text-align: left;
  }
  .privacy th{
    margin-bottom:3vw;
  }
  .privacy td{
    margin-bottom: 10vw;
    line-height: 6vw;
    font-size: 0.9rem;
    letter-spacing: 0.04rem;
  }
  /* footer・・・・・・・・・・・・・・・・・・・ */
  .footer ul li{
    width:96%;
    padding: 0;
  }
  .footer .nav{
    width: 92%;
    margin: 0 auto 10%;
  }
  .footer .nav li{
    width:100%;
    margin-bottom: 5%;
    font-size: 0.9rem;
  }
  .footer .text{
    margin: 0 auto 6%;
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .copyright{
    text-align: center;
  }
  /*とぐる・・・・・・・・・・・・・・・・・・・・・・*/
  .scroll_point{
    display: block;
    margin-top: -48px;
    padding-top: 48px;
  }
  .header {
   width: 100%;
  /* height: 90px;*/
  }
  .header .nav{
   display: none;
   margin: 0 auto;
   width: 100%;
   position: absolute;
   /*top: 75px;*/
   z-index: 100;
  }
  .header .nav li{
    width: 44%;
    width: 84%;
    margin: 2% 8%;
    padding: 3% 0;
    background: #fff;
  }
  /* .header .nav li:first-child{
    padding: 6% 0;
  } */
  .menu{
    height: 100vh;
   padding: 20px 0;
   background: rgba(253,245,230,1);
  }
  .menu a {
   display: block;
   padding: 10px;
   color: #333;
   text-decoration: none;
   text-align: center;
  }
  .sp-menu {
   display: block;
   position: absolute;
   top: 4vw;
   right: 10px;
  }
  .sp-menu .menu-trigger,
  .sp-menu .menu-trigger span {
   display: inline-block;
   transition: all .4s;
   box-sizing: border-box;
  }
  .sp-menu .menu-trigger {
   position: absolute;
   width: 44px;
   height: 44px;
   right: 0;
   top: 20%;
  }
  .sp-menu .menu-trigger span {
   position: absolute;
   left: 0;
   right: 0;
   margin: auto;
   width: 70%;
   height: 2px;
   background-color: #666;
   border-radius: 5px;
  }
  .sp-menu .menu-trigger span:nth-of-type(1) {
   top: 5px;
  }
  .sp-menu .menu-trigger span:nth-of-type(2) {
   top: 15px;
  }
  .sp-menu .menu-trigger span:nth-of-type(3) {
   top: 25px;
  }
  .sp-menu .menu-trigger.active span:nth-of-type(1) {
   -webkit-transform: translateY(10px) rotate(-45deg);
   transform: translateY(10px) rotate(-45deg);
  }
  .sp-menu .menu-trigger.active span:nth-of-type(2) {
   opacity: 0;
  }
  .sp-menu .menu-trigger.active span:nth-of-type(3) {
   -webkit-transform: translateY(-10px) rotate(45deg);
   transform: translateY(-10px) rotate(45deg);
  }
  .sp-menu img{
   width: 56%;
      padding-top: 3vw;
      padding-left: 19%;
  }
}
 