/*//////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
スマホレイアウト
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*共通設定*/
.pc-none{
  display: block !important;
}
.sp-none{
  display: none !important;
}
.row{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.in_row{
  width:100%;
  padding: 0 0px 0;
  box-sizing: border-box;
  margin:0 auto;
  text-align:center;
}
p{font-size: 14px}
/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
.header_main{
  width: 100%;
}
div.head_in{
  padding: 10px 0 10px;
  display: flex; 
  justify-content: center; 
  align-items: center;  
  /*flex-direction: column; */
  border-bottom: 1px solid #008bd5;
}
div.head_in img{width: 70%;}
div.head_login{
  display: none;
}

/*--------------------------------------------------------
main view
--------------------------------------------------------*/
div.mainview{

}
div.mainview_in{
  height: auto;
  padding: 15px 3px 0;
}
div.main_left{
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: left;
}
div.main_right{
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: right;
  right: 0;
  margin: 0;
  z-index: 8;
}
div.main_right img{
  width: 40%;
  margin-left: auto;
}
div.main_left h1{
  width: 95%;
  margin: 0;
  font-size: 22px;
  padding: 0 0 10px;
}
div.main_left h2{
  width: 95%;
  font-size: 18px;
  border-top: none;
  padding: 0px 0 10px;
}
div.main_left h3{
  padding: 0 0 0px 0;
}
div.main_left h3 img{
  width: 70%;
}
/*--------------------------------------------------------
cta
--------------------------------------------------------*/
.cta{
  padding: 15px;
  box-sizing: border-box;
}
.cta_in{
  display: flex; 
  flex-direction: column;
}
.cta_left{
  width: 100%;
  margin: 0 auto;
}
.cta_right{
  margin: 0 auto;
  width: 100%;
}
.cta_left h3{
  font-size: 16px;
  padding-bottom: 15px;
}
h2.titleh2{
  margin: 15px auto 15px;
  font-size: 20px;
}
p.titletext{
  margin: 10px auto 10px;
  font-size: 16px;
  text-align: center;
}

/*--------------------------------------------------------
btn design
--------------------------------------------------------*/
.reg_btn {
  font-size: 18px;
  padding: 15px 0px 15px;
  width: 90%;
  margin: 0 auto 10px;
}
.reg_btn2 {
  font-size: 18px;
  padding: 15px 0px 15px;
  width: 90%;
  margin: 20px auto 10px;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
div.footer{
  background: #fff;
}
div.footer_in{
  padding: 15px 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
div.footer_left{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
}
div.footer_right{
  display: none;
}
div.footer_left a{
  margin: 0 auto;
}
div.footer_left a img{
  width: 70%;
}

ul.foot_nav{
  text-align: left;
  margin: 15px 0 5px;
  display: flex;
  justify-content:space-around;
  align-items: center;
  flex-wrap: wrap;
}
ul.foot_nav li{
  width: 50%;
  text-align: left;
  padding: 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #008bd5;
}
ul.foot_nav li:nth-child(1),ul.foot_nav li:nth-child(2){
  border-top: 1px solid #008bd5;
}
ul.foot_nav li:nth-child(odd){
  border-right: 1px solid #008bd5;
}
ul.foot_nav li a{
  font-size: 14px;
}

div.copy{
  border: none;
  padding: 0px 0 80px;
}
div.copy h5{
  border:none;
  font-size: 14px;
}

.d-none{
  display: none;
}


/*--------------------------------
スマホのフッターメニュー
---------------------------------*/
div.sp_foot{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}
ul.footer_menu {
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}
ul.footer_menu li {
  display: flex;
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:10px 0 10px;
   margin:0 auto;
   text-align: center;
   font-size: 14px;
   background: #0baaff;
}

.foot_btn{
  margin: 0 auto 0 !important;
  font-size: 16px;
  padding: 5px 0 5px;
}
/*--------------------------------------------------------
item
--------------------------------------------------------*/
.item{
  padding: 15px;
  box-sizing: border-box;
}
ul.item_list{
  margin: 20px auto 0;
  display: flex; 
  justify-content: center; 
  align-items: stretch;
  flex-direction: column;
}
ul.item_list li{
  width: 100%;
  margin: 0 auto 10px;
  padding: 15px;
}
ul.item_list li:first-child{
  background-image: url(../images/item_icon01.png);
  background-position: left 10px top 10px;
  background-repeat: no-repeat;
}
ul.item_list li:last-child{
  background-image: url(../images/item_icon02.png);
  background-position: left 10px top 10px;
  background-repeat: no-repeat;
}
ul.item_list li h3{
  font-size: 20px;
  padding: 0 0 20px 0;
}
ul.item_list li p{
  font-size: 16px;
  padding: 20px 0 0 0;
  margin-top: auto;
  letter-spacing: -1px;
}

ul.item_list li:nth-child(1) img{
  width: 90%;
  margin: 10px auto 10px;
}
ul.item_list li:nth-child(2) img{
  width: 40%;
  margin: 10px auto 10px;
}

/*--------------------------------------------------------
type
--------------------------------------------------------*/
.type{
  padding: 15px;
  box-sizing: border-box;
}
ul.type_list{
  margin: 20px auto 0;
  display: flex; 
  justify-content: center; 
  align-items: stretch;
  flex-direction: column;
}
ul.type_list li{
  width: 100%;
  margin: 0 auto 10px;
  padding: 15px;
  box-sizing: border-box;
}
ul.type_list li img{
  width: 100%;
}
ul.type_list li h3{
  padding: 7px;
  font-size: 20px;
}
ul.type_list li p{
  padding:20px 0 20px;
  font-size: 16px;
}
ul.type_list li h4{
  padding:20px 0 0px;
}

/*--------------------------------------------------------
point
--------------------------------------------------------*/
.point{
  padding: 15px;
  box-sizing: border-box;
}
ul.point_list{
  margin: 20px auto 0;
  display: flex; 
  justify-content: center; 
  align-items: center;
  flex-direction: column;
}
ul.point_list li{
  width: 100%;
  padding: 15px;
  margin: 0px auto 10px;
}
ul.point_list li:first-child{
  background-image: url(../images/item_icon01.png);
  background-position: left 5px top 10px;
  background-repeat: no-repeat;
  background-size: 15% auto;
}
ul.point_list li:nth-child(2){
  background-image: url(../images/item_icon02.png);
  background-position: left 5px top 10px;
  background-repeat: no-repeat;
  background-size: 15% auto;
}
ul.point_list li:nth-child(3){
  background-image: url(../images/item_icon03.png);
  background-position: left 5px top 10px;
  background-repeat: no-repeat;
  background-size: 15% auto;
}
ul.point_list li h3{
  width: 100%;
  font-size: 18px;
}
ul.point_list li div.point_wrap{
  display: flex; 
  justify-content: space-around; 
  align-items: center;
  flex-direction: column;
  padding: 10px 0 0;
}

ul.point_list li div.point_wrap div{
  width: 100%;
  padding: 20px 0 0px;
}
ul.point_list li div.point_wrap div p{
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
}
ul.point_list li div.point_wrap div p span{
  font-size: 14px;
  color: red;
}

/*--------------------------------------------------------
flow
--------------------------------------------------------*/
.flow{
  padding: 15px;
  box-sizing: border-box;
}
ul.flow_list{
  margin: 10px auto 20px;
  display: flex; 
  justify-content: space-around; 
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
ul.flow_list li{
  width: 100%;
  padding: 10px 0 10px;
}
div.flow_maru{
  margin: 10px auto;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: #008bd5;
  display: flex; 
  justify-content: center; 
  align-items: center;
  flex-direction: column;
  position: relative;
}
div.flow_maru img:first-child{
  position: absolute;
  top: -20px;
}
div.flow_maru h3{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 20px 0 0 0;
}
ul.flow_list li p{
  font-size: 16px;
}
ul.flow_list li p span{
  color: red;
  font-size: 14px;
}


/*--------------------------------------------------------
guide
--------------------------------------------------------*/
.guide{
  padding: 15px;
  box-sizing: border-box;
}
.guide_in{
  background: #ffffff;
  padding: 15px;
  margin: 10px auto;
  display: flex; 
  justify-content: space-around; 
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
}
.guide_in div{
  text-align: left;
  padding: 15px;
  width: 100%;
}
.guide_in h3{
  font-size: 20px;
  padding: 0 0 20px 0;
}

/*--------------------------------------------------------
about
--------------------------------------------------------*/
.about_in{
  margin: 20px auto;
  background: #fff;
  padding: 15px;
}
table.about_tb{
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
table.about_tb th{
  width: 35%;
  padding: 10px;
  font-size: 14px;
}
table.about_tb td{
  width: 65%;
  padding: 10px;
  font-size: 14px;
}


.privacy_in{
  background: #fff;
  padding: 15px;
  margin: 0px auto;
  text-align: left;
}
.privacy_in h3{
  padding: 10px 0 10px;
  font-size: 16px;
}
.privacy_in p{
  font-size: 14px;
}




























/*--------------------------------------------------------
contact
--------------------------------------------------------*/
div.contact_wrap{
  width: 90%;
  margin: 40px auto;
  background: #fff;
  padding: 10px;
}
table.contact_tb{
  width: 100%;
  border: none;
}
table.contact_tb th{
  border: none;
  text-align: left;
  padding: 4px;
}
table.contact_tb th label{
  color: #54595f;
  font-size: 16px;
  font-weight: 500;
}
table.contact_tb td{
  padding: 4px;
  border: none;
}
.inp01{
  width: 100%;
  background-color: #EFF8FF;
  font-size: 16px;
  font-weight: 400;
  border-width: 0px 0px 0px 0px;  
  border-radius: 3px;
  padding: .5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 1.4;
  min-height: 40px;
  box-sizing: border-box;
  color: #54595f;
}
.inp02{
  width: 100%;
  background-color: #EFF8FF;
  font-size: 16px;
  font-weight: 400;
  border-width: 0px 0px 0px 0px;  
  border-radius: 3px;
  padding: .5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 1.4;
  min-height: 180px;
  box-sizing: border-box;
  color: #54595f;
}
.contact_btn{
  font-size: 16px;
  font-weight: 500;
  border-style: solid;
  border-width: 0px 0px 3px 0px;
  border-radius: 0px 0px 0px 0px;
  color: #52a4ff;
  border-color: #52a4ff;
  min-height: 40px;
  padding: 5px 10px 5px;
}
.contact_btn:hover{
  opacity: 0.8;
}




/*-----signup-----*/
.sign-up {
  width:96%;
  margin:20px auto;
  padding: 20px ;
  box-sizing: border-box;
}
.sign-up .title{
  /* width: 50%; */
}
.sign-up .text{
 width: 90%;
 margin: 30px auto;
 text-align:left;
 font-size:16px;
}
.tel{
 font-size: 24px;
 font-weight: bold;
 text-align: center;
 padding: 0 0 30px;
}
.tel a{
 color: #000000;
 text-decoration: none
}
.Form {
 margin-top: 0px;
 margin-left: auto;
 margin-right: auto;
 padding: 0 15px;
}
.Form-Item {
 padding-top: 10px;
 padding-bottom: 10px;
 width: 100%;
 display: grid;
 text-align:left;
}
Form-Item:nth-child(5) {
border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
 width: 100%;
 max-width: 248px;
 letter-spacing: 0.05em;
 font-weight: bold;
 font-size: 18px;
 padding-bottom: 10px;
}
.Form-Item-Label.isMsg {
margin-top: 8px;
margin-bottom: auto;
}
.Form-Item-Label-Required {
 border-radius: 6px;
 margin-left: 8px;
 width: 48px;
 display: inline-block;
 text-align: center;
 background: #d59600;
 font-size: 14px;
}
.Form-Item-Label-Any {
 border-radius: 6px;
 margin-left: 8px;
 width: 48px;
 display: inline-block;
 text-align: center;
 background: #57da73;
 font-size: 14px;
}
.Form-Item-Input input[type="text"] {
 -webkit-appearance: none;
 width: 100%;
 height: 40px;
 border: 2px solid;
 margin-bottom: 0;
}
.Form-Item-Input {
 -webkit-appearance: none;
 margin-left: 0px;
 padding-left: 1em;
 padding-right: 1em;
 flex: 1;
 background: #fff;
 font-size: 18px;
 height: 40px;
 border: 3px solid #008bd5;
 position: inherit;
 width: 100%;
}
.Form-Item-Textarea {
 margin-left: 0px;
 padding-left: 1em;
 padding-right: 1em;
 flex: 1;
 max-width: 410px;
 background: #fff;
 font-size: 18px;
 height: 140px;
 border: 3px solid #008bd5;
 position: inherit;
 line-height: 30px;
 padding-top: 10px;
}

/*-----personal-----*/
.register-icon{
 margin-bottom: 50px
}
.register-icon ul{
 display: inline-flex;
 justify-content: center;
 padding: 0;
 width: 100%;
 font-size: 11px;
}
.register-icon ul li{
 list-style: none;
 padding: 0 5px;
 text-align: center;
}
.register-icon ul li img {
 width: 55px;
}
hr{
 border-width: 3px;
 color: #52A4FF;
 border-style: solid;
 width: 45%;
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
display: block;
margin-left: 0px;
position: relative;
padding-left: 35px;
padding-bottom: 10px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
content: '';
display: block;
width: 20px;
height: 20px;
border: 3px solid #52A4FF;
position: absolute;
left: 0;
top: 0;
opacity: .6;
-webkit-transition: all .12s, border-color .08s;
transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
width: 10px;
top: -5px;
left: 5px;
border-radius: 0;
opacity: 1;
border-top-color: transparent;
border-left-color: transparent;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
select{
 -webkit-appearance: none;
 margin-left: 0px;
 padding-left: 1em;
 padding-right: 1em;
 max-width: 410px;
 background: #fff;
 font-size: 18px;
 height: 40px;
 border: 3px solid #52A4FF;
}

.zone.fade {
transition: all 0.3s ease-out;
opacity: 1;
}
.Form h1{    margin-top: 50px;}
/*-----new-----*/
.new .title{
 width: 60%
}
div.new.Form-Item {
 width: 100%;
 margin: 0;
}
.New-Form-Item-Label {
 width: 100%;
 max-width: 248px;
 letter-spacing: 0.05em;
 font-weight: bold;
 font-size: 18px;
 padding-bottom: 10px;
}
.new .zone {
 width: 100%;
 background-color: #52A4FF;
 border: 2px dotted;
}
.label-txt{
 padding-left: 325px;
 line-height: 1px;
 font-size: 14px;
}
p.label-bottom{
 width: 40%;
 float: left;
}
.ECM_CheckboxInput {
padding: 12px 0;
display: flex;
align-items: center;
cursor: pointer;
}

.ECM_CheckboxInput-Input {
margin: 0;
width: 0;
opacity: 0;
}

.ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput {
background: #fff !important;
border: solid 3px #52A4FF;  
}

.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
background: #fff !important;
border: solid 3px #52A4FF;  
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
border: solid 3px #52A4FF;
background: #FFFFFF;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
background-size: contain;
}
.ECM_CheckboxInput-DummyInput {
position: relative;
top: 0;
left: 0;
display: block;
width: 32px;
height: 32px;
border: solid 3px #52A4FF;
background: #FFFFFF;
border-radius: 4px;
}
.ECM_CheckboxInput-LabelText {
margin-left: 12px;
display: block;
font-size: 18px;
font-weight: bold;
}
.terms{
 height: 200px;
 overflow-y: scroll;
 overflow-x: hidden;
 margin-bottom: 30px;
 font-size: 15px;
 line-height: 23px
}
/*スクロールバー全体*/
.terms::-webkit-scrollbar {
 width: 10px;
}

/*スクロールバーの軌道*/
.terms::-webkit-scrollbar-track {
border-radius: 5px;
}

/*スクロールバーの動く部分*/
.terms::-webkit-scrollbar-thumb {
background-color: #52A4FF;
height: 50px;
}
.Form-Item label{font-size:16px;}


.login-inner{
  width:100%;
  background-color: #eaeaea;
  margin: auto;
  padding: 40px;
  margin-bottom: 20px;
}
.forgot-pass a{
  text-align: center;
  color: #000;
  text-decoration: none
}

.login-inner input[type="text"],
.login-inner input[type="password"]
 {
    -webkit-appearance: none;
	  width: 100%;
    height: 40px;
    border: 2px solid;
    margin-bottom: 20px;
    position: inherit;
    border-radius: 0;
}
.login-inner textarea {
    -webkit-appearance: none;
	width: 100%;
	height: 200px;
	border-color: #d2d2d2;
}
.login-inner input[type="submit"] {
    -webkit-appearance: none;
	width: 100%;
    margin: 15px auto;
    padding: 10px 0 8px 0;
    color: #000;
    font-size: 18px;
    background-color: #ffffff;
    display: block;
    font-weight: 600;
    border: 2px solid;
    position: inherit;
    height: auto;
    border-radius: 0
}

/*-----personal-----*/
.register-icon{
  margin-bottom: 50px
}
.register-icon ul{
  display: inline-flex;
  justify-content: center;
  padding: 0;
  width: 100%;
  font-size: 11px;
}
.register-icon ul li{
  list-style: none;
  padding: 0 5px;
  margin:0 auto;
  text-align: center;
}
.register-icon ul li img {
  width: 55px;
}


.apply{
  background-color: #efefef;
  width: 90%;
  margin: auto;
  padding: 10px;
}
.apply table { width: 100%; border:none; padding: 10px;text-align: center;}
.apply thead { display: none;}
.apply tr {
  border-top: 1px solid #4f4d47;
  display: block;
  margin-bottom: 20px;
  border-left: 1px solid;
}
.apply td {
  border-right: 1px solid #4f4d47;
  border-bottom: none;
  display: block;
  padding: 0;
  background-color: #fff;
}

.apply th {
  text-align: center;
  padding: 5px;
}
/* tdのデザイン */
.apply #demo01 td:nth-of-type(1) { background-color: #52A4FF;}
.apply td:last-child { border-bottom: 1px solid #4f4d47;}
   
/*td:beforeのデザイン*/
.apply #demo01 td:before {
  background-color: #f5f3ec;
  color: #4f4d47;
  display: block;
}

/* contentでタイトルを追加 */
.apply #demo01 td:nth-of-type(2):before { content: &quot;データ容量&quot;;}
.apply #demo01 td:nth-of-type(3):before { content: &quot;バージョン管理&quot;;}


.apply th { background-color: #52A4FF;}
.btn-yellow{
  padding:20px 0 20px;
  margin:0 auto;
}
.btn-yellow a{
  background-color: #52A4FF;
  color: #fff;
  padding: 10px;
  margin-top: 30px;
  text-decoration: none;
}

/* 2021.10.25 add */
.cmpbox{
  width:100%;
  margin:0px auto 20px;
  padding:10px;
  box-sizing: border-box;
  border:2px solid red;
}
