body {
  margin: 0;
  padding: 0;
    /*
  line-height: 1.5;
  */

/*
  font-size: 1.4vw;
*/

  /* font-family: "TBUDゴシック R","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif; */

  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif, "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic";


  overflow-x: hidden;

-webkit-overflow-scrolling: touch;
}
h2{
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.8em;
}
#wrapper{
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 70px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/

    width: calc(100vw - 15px); /* 追加     padding-right: 15px   スクロール表示時にずれないよう */
}

#company_square{
    /*
      width: 70%;
      */
      margin-left: 15%;
      margin-right: 15%;
    height: auto;
    position: relative;/*←相対位置*/
    border: thin solid black;
     margin-top: 5vw;
     padding-top: 40px;
     padding-bottom: 40px;
     padding-right: 40px;
     padding-left: 40px;
     font-size: 1.4vw;
     line-height: 1.4em;
}
#company_square2{
    /*
      width: 70%;
      */
      margin-left: 15%;
      margin-right: 15%;
    height: auto;
    position: relative;/*←相対位置*/
    border: thin solid black;
     margin-top: 5vw;
     padding-top: 40px;
     padding-bottom: 40px;
     padding-right: 40px;
     padding-left: 40px;
     /* font-size: 1.4vw; */
     line-height: 1.4em;
}

#wrapper_svc_main{
    width: 90%;
    position: center;
    margin-left: 5%;
    margin-right: 5%;
    position: relative;/*←相対位置*/
  /*  padding-bottom: 30px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}


#index_bottun {

  display: inline-block;
  text-align: center;
  background-color: white;

}
#index_bottun input{
  /*
  display: inline-block;
  text-align: center;
  background-color: white;
*/

     background-color: whitesmoke;


    border: 2px solid whitesmoke;

    color:  black !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#index_bottun input:hover{
    background-color: transparent;
    border: 2px solid gray;
    color: black !important;
    font-size: bold;
  }

/*
#index_bottun input:active{
  color: lightgrey;

}
*/

img.company_ad{
    width: 38%;
    text-align: center;
    max-width: 360px;
}
#mail{
 display:inline;
 color:black;
 text-decoration:none;
}
#copyright{
 style="font-size: 0.7em;
}

img.logo{
  width: 30%;
}



#function_explain1 {
  /*  width: 90%;*/
  	font-size: 1.1em;
    padding: 1.2em;
    margin: 1.2em;
    margin-top: 0em;
  	/*width: 70%;*/
  	background-color: #ffffea;
  	color:black;
    float: right;
    border-radius: 6px;/*角の丸み*/
    border: solid 1px gainsboro;
    line-height: 1.6em;

    /* z-index: 0;
    position: relative; */

}
#function_explain2 {
  	font-size: 1.1em;
    padding: 1.2em;
    margin: 1.2em;
    margin-top: 0em;

  	/*width: 70%;*/
  	background-color: #ffeff7;
  	color:black;
    float: right;
    border-radius: 6px;/*角の丸み*/
    border: solid 1px gainsboro;
    line-height: 1.6em;

}
#function_explain3 {
  	font-size: 1.1em;
    padding: 1.2em;
    margin: 1.2em;
    margin-top: 0em;

  	/*width: 70%;*/
  	background-color: #f7efff;
  	color:black;
    float: right;
    border-radius: 6px;/*角の丸み*/
    border: solid 1px gainsboro;
    line-height: 1.6em;

}
#function_explain4 {
  	font-size: 1.1em;
    padding: 1.2em;
    margin: 1.2em;
    margin-top: 0em;

  	/*width: 70%;*/
  	background-color: #efffef;
  	color:black;
    float: right;
    border-radius: 6px;/*角の丸み*/
    border: solid 1px gainsboro;
    line-height: 1.6em;

}
#function_explain5 {
  	font-size: 1.1em;
    padding: 1.2em;
    margin: 1.2em;
    margin-top: 0em;

  	/*width: 70%;*/
  	background-color: #ffe5ff;
  	color:black;
    float: right;
    border-radius: 6px;/*角の丸み*/
    border: solid 1px gainsboro;
    line-height: 1.6em;
}


#shigyo_explain1 {
  	font-size: 1.1em;
    padding-top: 2em;
    padding-bottom: 0.8em;
    padding-left: 3.3em;
    padding-right: 2em;
    margin: 1.2em;
  	background-color: #ffffea;
  	color:black;
    float: right;
    border-radius: 6px;/*角の丸み*/
    border: solid 1px gainsboro;
    line-height: 1.6em;
}

#two-way{
    font-size:0.8em;
		color: black;
    margin-left: 6%;
    margin-top:1em;
}


#exec {
  font-size: 0.8em;

  /* font-size: 0.8rem; */

		width: 10em;
		background-color:lightskyblue;
		color:black;

    margin-right:5%;
    float: right;

    /*  iOS15 + new Safariでボタン形状が変わったことへの対応 */
    -webkit-appearance: none;
    border-radius: 0;
    border-bottom: 2px solid gray;
    border-right: 2px solid gray;
    border-top: 2px solid gainsboro;
    border-left: 2px solid gainsboro;
}
#exec_long{
		font-size: 0.8em;
		width: 10em;
		background-color:lightskyblue;
		color:black;

    margin-right:5%;
    float: right;

    /*  iOS15 + new Safariでボタン形状が変わったことへの対応 */
    -webkit-appearance: none;
    border-radius: 0;
    border-bottom: 2px solid gray;
    border-right: 2px solid gray;
    border-top: 2px solid gainsboro;
    border-left: 2px solid gainsboro;
}

#exec_long_trigger{
		font-size: 0.8em;
		width: 10em;
		background-color:pink;
		color:black;
    margin-right:5%;
    float: right;

    /*  iOS15 + new Safariでボタン形状が変わったことへの対応 */
    -webkit-appearance: none;
    border-radius: 0;
    border-bottom: 2px solid gray;
    border-right: 2px solid gray;
    border-top: 2px solid gainsboro;
    border-left: 2px solid gainsboro;
}

#exec_terminal {
		font-size: 0.8em;
		width: 10em;
		background-color:lightskyblue;
		color:black;

    margin-right:5%;
    float: right;

    /*  iOS15 + new Safariでボタン形状が変わったことへの対応 */
    -webkit-appearance: none;
    border-radius: 0;
    border-bottom: 2px solid gray;
    border-right: 2px solid gray;
    border-top: 2px solid gainsboro;
    border-left: 2px solid gainsboro;
}

#step{
    font-size:1.4em;
    /* font-weight:bold; */
    text-decoration:none;
    text-align:left;
    padding:0.6em  0.6em;
    /*
		background-color: #bcffff;
    */
		color: blue;
}
#inst{
    font-size:0.8em;
		color: black;
    margin-left: 5%;
}
#terminal{
    font-size:0.9em;
    font-weight: normal;
		color: black;
    margin-left: 5%;
}
#terminal #caution{
    font-size:0.7em;
		color: red;
    line-height: 1.4em;

}

.kenpo_link {
    width:50%;
    font-size:0.8em;
    color:blue;
}



#title1 {
	position: relative;
    /*
	margin: 0 3vh 0 0;

	top: 1.4vw;
  padding-left: 6vw;
	color: rgba(255, 255, 255, 1.0);
  font-size: 2.8vw;
  font-weight: bold;
  text-shadow: 0 0 1.2vw rgba(105, 105, 105, 1.0);
*/
  text-align: center;

}

#file_selection{
  /*
  margin-left:10%;
  */
  color:black;
  font-size: 0.8em;
}

#title_right_sp{
display:none;
}
#title_right{
  width: 100%;
  height: 50px;
  font-size: 0.7em;
  text-align: center;
  position: absolute;/*←絶対位置*/
  bottom: 0; /*下に固定*/
  /*
  padding: 10px 0 10px 0;
  */
}
#title_right a{
  display: inline;
  text-decoration: none;
  color: black;
  /*
  margin-top: 10px;
  */
  line-height: 1.2em;
}

#footer{
  clear: both;
  width: 100%;
  background: whitesmoke;
  height: 70px;
    position: absolute;/*←絶対位置*/

    bottom: 0; /*下に固定*/
}


.t-btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
background: #1da1f3;
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 12px;/*角の丸み*/


}
.t-btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}



.f-btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #4966a0;
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 12px;/*角の丸み*/

}
.f-btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}


#merit{
  width:100%;
  /*
  height: 195em;
  */
  background-color: cornsilk;
  text-align: center;
}
#merit-in{
  width:72%;
  margin-left: 10%;
  padding: 4%;
  font-size: 1.4em;
  text-align: center;
      border-radius: 20px;/*角の丸み*/
      border: solid 2px blue;
        background-color: white;
}
#contract-word{
  font-size: 0.7em;
  font-style: italic;
}

#point{
  width: 76%;
  margin-left: 8%;
  padding: 4%;
  font-size: 1em;
  text-align: left;
      /* border-radius: 10px; *//*角の丸み*/
    /*  border: solid 2px red; */
        background-color: white;
}

h2 {
  overflow: hidden;
  text-align: center;
}
h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
h2 span::before,
h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  /*
  background-color: #ccc;
  */
    background-color: red;

}
h2 span::before {
  right: 100%;
}
h2 span::after {
  left: 100%;
}


#qa{
  width:100%;

  height: auto;

  background-color: #f4f4ff;
  text-align: center;
}
#qa-in{
  width:60%;
  margin-left: 20%;

  padding: 4%;

  font-size: 1em;
  text-align: left;

        background-color: white;
}

#epi{
  width:100%;
  /*
  height: auto;//80em;
*/
  background-color: #f4fff4;
  text-align: center;
}
#epi-in{
  width:70%;
  margin-left: 11%;
  padding: 4%;

  font-size: 1em;
  text-align: left;
  background-color: #f4fff4;

}

#pln{
  background-color: #efefff;//#eaeaff;//#eaeaff#e5e5ff;//#fffff9;//white;
}

#file-delete{
 margin-left: : 96%;
}


 /* baloon  */
    .css-baloon {
      padding: 0;
      margin: 0;
    }
    .dust {
      width: 32px;
      position: relative;
      /*
      margin:80px 50px 50px;
      padding: 20px;
      */
      border: 0px solid #ccc;
    }
    .baloon-text {
      display: none;
      width: 10em;
      font-size: 12px;
      text-decoration: none;

      position: absolute;
      /*
            position: relative;
          */
      /*
      top: 0;
      */
      margin-top: -13em;

      margin-left: -5em;


      /*
      left: 250px;*/
      padding: 1em;

      border-radius: 5px;
      background: #ffffcc;
      color: black;
      font-weight: normal;
    }
    .baloon-text:after {
      position: absolute;
      width: 0;
      height: 0;

      left: 0;
      bottom: -19px;
      margin-right: auto;

      margin-left: 5em;


      border: solid transparent;
      border-color: rgba(51, 204, 153, 0);
      border-top-color: #ffffcc;
      border-width: 10px;
      pointer-events: none;
      content: " ";
    }
    .dust:hover + .baloon-text {
      display: block;
    }

#setting{
  width: 90%;
  padding-left:0em;
  padding-top:0em;

  font-size:1.2em;
  font-weight:normal;
  text-decoration:none;
  color: blue;
}
#setting-inner{
  width: 20em;
  padding-top:1em;
  padding-bottom:0em;

  font-size:1em;
  font-weight:normal;
  text-decoration:none;
  color: black;
}

#caution{
  font-size: 0.8em;
}

#group_tab{

}


		.tabrow {
		    text-align: center;
		    list-style: none;
        margin: 0px 0 20px;
		    padding: 0;
		    line-height: 24px;
        height: 26px;
		    overflow: hidden;
		    font-size: 12px;
		    font-family: verdana;
		    position: relative;


		}


    /*------------  SP  ---------------------------------------------*/

    @media screen and (max-width : 413px){ /* 767px){  /* 760から変更 */
      .tabrow {
      margin: 0px 0 30px;
      padding: 0;
      line-height: 24px;
      height: 26px;
      overflow: visible;//auto;//hidden;
      font-size: 12px;
      }
    }
    /*------------  SP  ---------------------------------------------*/

		.tabrow li {
		    border: 1px solid #AAA;
		    background: #D1D1D1;
		    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    display: inline-block;
		    position: relative;
		    z-index: 0;
		    border-top-left-radius: 6px;
		    border-top-right-radius: 6px;
		    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
		    text-shadow: 0 1px #FFF;
		    margin: 0 -5px;
		    padding: 0 20px;
		}
		.tabrow a {
			  color: #555;
			  text-decoration: none;
		}
		.tabrow li.selected {
		    background: #FFF;
		    color: #333;
		    z-index: 2;
		    border-bottom-color: #FFF;
		}
		.tabrow:before {
		    position: absolute;
		    content: " ";
		    width: 100%;
		    bottom: 0;
		    left: 0;
		    border-bottom: 1px solid #AAA;
		    z-index: 1;
		}
		.tabrow li:before,
		.tabrow li:after {
		    border: 1px solid #AAA;
		    position: absolute;
		    bottom: -1px;
		    width: 5px;
		    height: 5px;
		    content: " ";
		}
		.tabrow li:before {
		    left: -6px;
		    border-bottom-right-radius: 6px;
		    border-width: 0 1px 1px 0;
		    box-shadow: 2px 2px 0 #D1D1D1;
		}
		.tabrow li:after {
		    right: -6px;
		    border-bottom-left-radius: 6px;
		    border-width: 0 0 1px 1px;
		    box-shadow: -2px 2px 0 #D1D1D1;
		}
		.tabrow li.selected:before {
		    box-shadow: 2px 2px 0 #FFF;
		}
		.tabrow li.selected:after {
		    box-shadow: -2px 2px 0 #FFF;
		}


#agreement{
  display:block;
  font-size: 1.3em;
}
#agreement_sp{
  display:none;
}

#check:disabled {
  color: dimgrey;
  display:none;

}


#notice1{
    display:none;
    border: 1px solid;
    background-color: white;
    z-index: 99;
    font-size: 1.2em;
    color: blue;
    padding: 1em 1em;
    position:fixed;
    margin-top:0em;
    margin-left:40%;
    box-shadow: 4px 4px 8px -4px;
}
.notice1_disp_fdout{
   transition: opacity 6s, visibility 6s;
   opacity: 0;
   visibility: hidden;
}

/*  -------------------------   for smartphone --------- */

@media only screen and (min-width: 0) and (max-width: 760px) {
	body {
    /* font-size: 3.0vw;  //2.4vw */
    font-size: 3.6vw;  //2.4vw
	}
  /*
#wrapper{
    padding-bottom: 70px;//←footerの高さ
}
*/

#wrapper{
    padding-bottom: 100px;/*←footerの高さ*/
}
  #wrapper_svc_main{
      width: 94%;
      margin-left: 2%;
      margin-right: 2%;
  }
  #company_square {
    margin-left: 5%;
    margin-right: 5%;
     margin-top: 5vw;
     padding-top: 20px;
     padding-bottom: 20px;
     padding-right: 10px;
     padding-left: 10px;
     font-size: 3vw;
	}
  #company_square2 {
    margin-left: 5%;
    margin-right: 5%;
     margin-top: 5vw;
     padding-top: 20px;
     padding-bottom: 20px;
     padding-right: 10px;
     padding-left: 10px;
     /* font-size: 3vw; */
  }
  #index_bottun {
    display: block;
    text-align: center;
  }
  img.company_ad{
    width: 60%;
  }
  #mail{
    font-size: 2.6vw;
  }
  #copyright{
   font-size: 1em;
  }

  #title_right {
display:none;
  }

  img.logo{
    width: 70%;
  }


  #title_right_sp{
    display: block;
    width: 100%;
    font-size: 0.8em;
    text-align: center;
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
    padding: 10px 0 10px 0;
    height: 100px;

  }
  #title_right_sp a{
    display: inline;
    text-decoration: none;
    color: black;
  }


  #footer{
    height: 100px;
}

#epi-in{
  width:90%;
  margin-left: 2%;
  padding: 3%;

  font-size: 1em;
  text-align: left;
  background-color: #f4fff4;

  overflow-wrap: break-word;

}

#merit-in{
  width:90%;
  margin-left: 3%;
  padding: 2%;
  font-size: 1.2em;
  text-align: center;
      border-radius: 20px;/*角の丸み*/
      border: solid 1px blue;
        background-color: white;
}
#point{
  width: 88%;
  margin-left: 4%;
  padding: 2%;
}

#qa-in{
  width:80%;
  margin-left: 10%;
  padding: 0;

}


#agreement_sp{
  display:block;
}

#groups_selection_item{
  font-size: 8px;
}

#notice1{
  padding: 2em 1em;
  font-size: 1em;
    margin-top:0em;
    margin-left:3%;
}

#function_explain1 {
    margin: 1.2em;
}
#function_explain2 {
    margin: 1.2em;
}
#function_explain3 {
    margin: 1.2em;
}
#function_explain4 {
    margin: 1.2em;
}
#function_explain5 {
    margin: 1.2em;
}
/*  -----------ここまで-----------   for smartphone --------- */



/*  -------------------------   for PC big sceen --------- */
@media (min-width: 1000px) {
  body {
    font-size: 16px;
  }
}
/*  ------------------------------------------------------ */
