@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');
@charset "UTF-8";


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,
legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}

html {
  overflow: auto;
}
body {
  -webkit-print-color-adjust: exact;
  overflow:hidden;
  font-size: 18px;
  line-height:1.5;
  color:#000;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;

  background: #008bd5;
}

input,select,textarea,button{
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
}
/* IE hack */
_:-ms-input-placeholder, :root 
body {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
}
_:-ms-input-placeholder, :root 
input,select,textarea,button{
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
}

body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,dd,dt{
  margin:0;padding:0px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,p,span,th,td{
  /*mplus 1 のジャギをとる*/
  transform: rotate(0.05deg);
}
a {
  /*mplus 1 のジャギをとる*/
  transform: rotate(0.05deg);
  text-decoration: none; 
  color:#d59600;
}
a:hover {text-decoration: none;}
/*a img:hover { opacity: 0.9; -moz-opacity: 0.9;}*/
a img {
  border-style:none;
}

img {
  vertical-align: bottom;
}

button{
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

textarea{
  resize: vertical;
  min-height: 3em;
  max-height: 25em;
  height: 10em;
}

button:focus,
input:focus,
select:focus,
textarea:focus{
  outline: none;
}
button:hover{
  cursor:pointer
}

table{
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------
定数 ※個別設定
--------------------------------------------------------*/

/*透かし文字*/
{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

a:hover{
  opacity: 0.8;
}

/*共通設定*/
.pc-none{
  display: none;
}

.row{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.in_row{
  width:1200px;
  margin:0 auto;
  text-align:center;
}

/* IE hack */
_:-ms-input-placeholder, :root 
.boxsample {
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
/*firefox hack*/
@-moz-document url-prefix() {
  div.boxsample{
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
  }
}


.tcenter{text-align: center;}
.tleft{text-align: left;}
.tright{text-align: right;}

/* -----------------------------------
  **. Loader
------------------------------------- */
/*loading circle*/
#loading{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    margin:auto;
}
#loading img{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right:0;
    bottom:0;
    background: #FFF;
    z-index: 500000;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
header.header_main{
  width: 100%;
  background: #fff;
}
div.head_in{
  padding: 10px 0 10px;
  display: flex; 
  justify-content: flex-start; 
  align-items: center;  
}
div.head_login{
  margin-left: auto;
  display: flex; 
  justify-content: center; 
  align-items: center; 
}

.clearfix{
  clear:both;
}


/*--------------------------------------------------------
btn design
--------------------------------------------------------*/
.head_btn{
  font-size: 16px;
  padding: 10px 40px 10px;
  color: #fff;
  border-radius: 100vh;
  background: #008bd5;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);  
  cursor: pointer;
  transition: all 0.3s;
}
.head_btn:hover{
  background: #fff;
  color: #008bd5;
  border: 2px solid #008bd5;
  font-weight: 500;
}
.reg_btn {
  font-size: 24px;
  padding: 25px 0px 25px;
  color: #fff;
  border-radius: 100vh;
  background: #008bd5;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);  
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  width: 60%;
  margin: 0 auto 10px;
}
.reg_btn:hover {
  background: #fff;
  color: #008bd5;
  border: 2px solid #008bd5;
  font-weight: 500;
}
.reg_btn2 {
  font-size: 24px;
  padding: 25px 0px 25px;
  color: #fff;
  border-radius: 100vh;
  background: #d59600;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);  
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  width: 60%;
  margin: 20px auto 10px;
}
.reg_btn2:hover {
  background: #fff;
  color: #d59600;
  border: 2px solid #d59600;
  font-weight: 500;
}

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

}
div.mainview_in{
  height: 560px;
  display: flex; 
  justify-content: space-around; 
  align-items: flex-end;  
}
div.main_left{
  width: 50%;
  height: 100%;
  display: flex; 
  justify-content:flex-end;
  align-items: center;  
  flex-direction: column;
  box-sizing: border-box;
}
div.main_right{
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  display: flex; 
  justify-content:flex-end;
  align-items: center;  
  flex-direction: column;
}
div.main_left h1{
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  line-height: 1.66;
  padding: 0 0 40px;
}
div.main_left h2{
  width: 90%;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 1.66;
  border-top: 1px solid #fff;
  padding: 40px 0 50px;
}
div.main_left h3{
  padding: 0 0 10px 0;
}
/*--------------------------------------------------------
cta
--------------------------------------------------------*/
.cta{
  background: #fff;
  padding: 40px 0 40px;
}
.cta_in{
  display: flex; 
  justify-content: center; 
  align-items: center;
}
.cta_left{
  width: 50%;
  margin: 0 auto;
}
.cta_right{
  margin: 0 auto;
  width: 50%;
}
.cta_left h3{
  color: #008bd5;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}

h2.titleh2{
  margin: 20px auto 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
}
p.titletext{
  margin: 20px auto 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
div.footer{
  background: #fff;
}
div.footer_in{
  padding: 40px 20px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
div.footer_left{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
div.footer_right{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

ul.foot_nav{
  text-align: left;
  margin: 20px 0 20px 30px;
}
ul.foot_nav li{
  text-align: left;
  padding: 10px 0 0px;
}
ul.foot_nav li a{
  color: #008bd5;
  font-size: 16px;
  display: block;
  transform:rotate(0.05deg);
}
ul.foot_nav li a:before{
  content: "・";
}

div.copy{
  border-top: 1px solid #008bd5;
  background: #fff;
  padding: 40px 0 40px;
}
div.copy h5{
  font-size: 16px;
  color: #008bd5;
}

/*page top*/
#page_top{
  width: 69px;
  height: 69px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: #008bd5;
  border: 1px solid #fff;
  opacity: 0.8;
  -webkit-border-radius: 50px;/* for Safari and Chrome */
  -moz-border-radius: 50px; /* for Firefox */
  -o-border-radius: 50px; /* for opera */
  border-radius: 50px;
}
#page_top a{
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 35px;
  color: #fff;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.d-none{
  display: none;
}

.side_banner{
  position: fixed;
  bottom: 70px;
  right:0;
}

/*--------------------------------------------------------
item
--------------------------------------------------------*/
.item{
  padding:40px 0 40px;
}
ul.item_list{
  margin: 40px auto 0;
  display: flex; 
  justify-content: center; 
  align-items: stretch;
}
ul.item_list li{
  width: 42%;
  margin: 0 20px 0;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
ul.item_list li:first-child{
  background-image: url(../images/item_icon01.png);
  background-position: left 30px top 30px;
  background-repeat: no-repeat;
}
ul.item_list li:last-child{
  background-image: url(../images/item_icon02.png);
  background-position: left 30px top 30px;
  background-repeat: no-repeat;
}
ul.item_list li h3{
  font-size: 24px;
  font-weight: 500;
  color: #008bd5;
  padding: 0 0 40px 0;
}
ul.item_list li p{
  font-size: 16px;
  padding: 40px 0 0 0;
  margin-top: auto;
}
ul.item_list li img{
    align-self: center; /* 追加 */
}

/*--------------------------------------------------------
type
--------------------------------------------------------*/
.type{
  padding:40px 0 40px;
}
ul.type_list{
  margin: 40px auto 20px;
  display: flex; 
  justify-content: center; 
  align-items: stretch;
}
ul.type_list li{
  width: 42%;
  margin: 0 20px 0;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
ul.type_list li h3{
  width: 100%;
  background: #fff;
  border-radius: 50px;
  padding: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #008bd5;
}
ul.type_list li p{
  padding:40px 0 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
ul.type_list li h4{
  padding:20px 0 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

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

ul.point_list li div.point_wrap div{
  width: 50%;
}
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:40px 0 40px;
}
ul.flow_list{
  margin: 40px auto 40px;
  display: flex; 
  justify-content: space-around; 
  align-items: flex-start;
  width: 90%;
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px 20px 40px;
  box-sizing: border-box;
}
ul.flow_list li{
  width: 31%;
  text-align: center;
}
div.flow_maru{
  margin: 0 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: 24px;
  font-weight: 500;
  color: #fff;
  padding: 20px 0 0 0;
}
ul.flow_list li p{
  padding: 10px 0 0;
  font-size: 16px;
  margin: 0 auto;
}
ul.flow_list li p span{
  color: red;
  font-size: 14px;
}


/*--------------------------------------------------------
下層ページ　デザイン
--------------------------------------------------------*/

/*--------------------------------------------------------
guide
--------------------------------------------------------*/
.guide{
  padding:40px 0 40px;
}
.guide_in{
  background: #ffffff;
  padding: 30px;
  margin: 20px auto;
  display: flex; 
  justify-content: space-around; 
  align-items: center;
  border-radius: 10px;
}
.guide_in div{
  text-align: left;
  padding: 20px;
  width: 68%;
}
.guide_in h3{
  font-size: 24px;
  padding: 0 0 20px 0;
}
/*--------------------------------------------------------
about
--------------------------------------------------------*/
.about_in{
  margin: 20px auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
table.about_tb{
  border-collapse: collapse;
  width: 70%;
  margin: 0 auto;
}
table.about_tb th{
  width: 30%;
  border-bottom: 1px solid #000;
  padding: 40px;
}
table.about_tb td{
  width: 70%;
  border-bottom: 1px solid #000;
  padding: 40px;
}


.privacy_in{
  background: #fff;
  padding: 30px;
  margin: 0px auto;
  text-align: left;
}
.privacy_in h3{
  padding: 10px 0 10px;
  font-size: 18px;
}

.privacy_in p{
  padding: 10px 0 10px;
  font-size: 16px;
}
















/*--------------------------------------------------------
contact
--------------------------------------------------------*/
div.contact_wrap{
  width: 800px;
  margin: 40px auto;
  background: #fff;
  padding: 40px;
}
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: 18px;
  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: 18px;
  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;
}

/* laravel add css */
.contact_row{
  text-align:left;
}

.text{
  margin:20px auto;
  text-align:center;
}

/*-----signup-----*/
.sign-up {
  margin:20px auto;
  background:#fff;
  padding: 30px;
}
.sign-up .title{
  /* width: 15%; */
  padding:15px 0 0 0;
}
.sign-up .text{
 width: 50%;
 margin: 30px auto;
}
.form_ttl{color:#fff;}
.tel{
 font-size: 24px;
 color: #000000;
 font-weight: bold;
 text-align: center;
}
.Form {
margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 720px;
}
.Form-Item {
padding-top: 14px;
padding-bottom: 14px;
width: 100%;
display: flex;
align-items: center;
}
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: 16px;
color:#666;
text-align:left;
}
.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;
 color:#fff;
 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"] {
 width: 100%;
 height: 40px;
 border: 2px solid;
 margin-bottom: 0;
}

.Form-Item-Input {
 margin-left: 40px;
 padding-left: 1em;
 padding-right: 1em;
 flex: 1;
 max-width: 410px;
 background: #fff;
 font-size: 16px;
 height: 40px;
 border-width: 0px 0px 0px 0px;  
 border-radius: 3px;
 position: inherit;
 background-color: #eaeaea;
box-sizing: border-box;
color: #666666;
}

.Form-Item-Textarea {
 margin-left: 40px;
 padding-left: 1em;
 padding-right: 1em;
 flex: 1;
 max-width: 410px;
 font-size: 18px;
 height: 140px;
 border-width: 0px 0px 0px 0px;  
 border-radius: 3px;
 position: inherit;
 line-height: 30px;
 padding-top: 10px;
 background-color: #eaeaea;
}
.Form-Btn {
 border-radius: 3px;
 margin: 50px auto 0;
 padding: 15px 80px;
 display: block;
 letter-spacing: 0.05em;
 /* background: #52A4FF; */
 border-bottom:2px solid #52A4FF;
 color:#52A4FF;
 font-weight: bold;
 font-size: 20px;
 position: inherit;
 width: auto;
 height: auto;
 transition : all 0.5s ease 0s;
}
.Form-Btn:hover{
  opacity:0.8;
  
  color:#666;
  border-bottom:2px solid #666;
}


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

input[type="checkbox"] + label {
  display: block;
  margin-left: 40px;
  position: relative;
  padding-left: 35px;
  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{
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 410px;
    background: #fff;
    font-size: 18px;
    height: 40px;
    border: 3px solid #52A4FF;
}
.zone {      
    margin: auto;
    width: 80%;
    height: 50%;
    border: 3px solid #52A4FF;
    text-align: center;
    z-index: 20;
    transition: all 0.3s ease-out;
}
 
  .zone .selectFile {
    height: 50px;
    margin: 50px auto;
    position: relative;     
  }

  .zone label, input {
    cursor: pointer;
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 5px;          
  }



.Form h1{    margin-top: 50px;}
/*-----new-----*/
.new .title{
    width: 18%
}
div.new.Form-Item {
    width: 30%;
    float: left;
    margin: 0 10px;
}
.New-Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    top: 615px;
}
.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: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 30px;
    border:1px solid #000;
    font-size:14px;
    padding:15px;
    text-align:left;
  }
/*スクロールバー全体*/
.terms::-webkit-scrollbar {
    width: 10px;
}

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

/*スクロールバーの動く部分*/
.terms::-webkit-scrollbar-thumb {
  background-color: #52A4FF;
  height: 50px;
}
.login-inner{
  width:50%;
  background-color: #fff;
  margin: 20px auto;
  padding: 20px;
  margin-bottom: 20px;
}
.forgot-pass a{
  text-align: center;
  color: #000;
  text-decoration: none
}
.login-inner input[type="text"],
.login-inner input[type="password"] {
	width: 100%;
    height: 40px;
    border: 2px solid #52A4FF;
    margin-bottom: 50px;
    position: inherit;
    border-radius: 0;
}
.login-inner textarea {
	width: 100%;
	height: 200px;
	border-color: #d2d2d2;
}
.login-inner input[type="submit"] {
	width: 200px;
    margin: 0 auto;
    padding: 10px 0 8px 0;
    color: #52A4FF;
    font-size: 24px;
    background-color: #ffffff;
    border: unset;
    border-radius: 0;
    display: block;
    font-weight: 600;
    border: 2px solid #52A4FF;
    position: inherit;
    height: auto;
    border-radius: 0
}
.error_mes{color:#52A4FF;}

/*-----personal-----*/
.register-icon{
  margin-bottom: 50px
}
.register-icon ul{
  margin:20px auto 0;
  display: inline-flex;
  justify-content: center;
  padding: 0;
  width: 100%;
}
.register-icon ul li{
  list-style: none;
  border:2px solid #52A4FF;
  padding: 15px 50px 10px;
  margin:0 10px 0;
  -webkit-border-radius: 10px;/* for Safari and Chrome */
  -moz-border-radius: 10px; /* for Firefox */
  -o-border-radius: 10px; /* for opera */
  border-radius: 10px;
  text-align: center;
}
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: 40px;
position: relative;
padding-left: 35px;
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{
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  max-width: 410px;
  background: #fff;
  font-size: 18px;
  height: 40px;
  border: 3px solid #52A4FF;
}
.zone {      
  margin: auto;
  width: 80%;
  height: 50%;
  border: 3px solid #52A4FF;
  text-align: center;
  z-index: 20;
  transition: all 0.3s ease-out;
}

.zone .selectFile {
  height: 50px;
  margin: 50px auto;
  position: relative;     
}

.zone label, input {
  cursor: pointer;
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 5px;          
}


.zone input[type=file] {
  opacity: 0;
}

}
.zone.in {
color:white;
border-color:white;
background: radial-gradient(ellipse at center,#EB6A5A 0,#52A4FF 100%);
i {          
  color:#fff;
}
label {
  background: #fff;
  color:#EB6A5A;
}
}
.zone.hover {
color:gray;
border-color:white;
background:#fff;
border:5px dashed gray;
i {          
  color:#EB6A5A;
}
label {
  background: #fff;
  color:#EB6A5A;
}
}
.zone.fade {
transition: all 0.3s ease-out;
opacity: 1;
}
.apply{
  background-color: #efefef;
  width: 76%;
  margin: auto;
  padding: 30px;
}
.apply table {
  width: 640px;
  border-spacing: 0;
  margin: 0 auto;
  border-collapse: collapse;
  transform: rotate(0);

}
.apply table tr:nth-child(even){
  border-collapse: collapse;
  background:#fff;
}
.apply th, .apply td {
  border:1px solid #ccc;
  text-align: center;
  padding: 5px;
  border-collapse: collapse;
}

.apply th {
   background-color: #008bd5;
   color:#fff;
  border-collapse: collapse;
}
.btn-yellow{
  color:#fff;

  padding:40px 0 40px;
}
.tojiru_btn{
  padding:5px;
  color:#fff;
  background:#52A4FF;

}
.btn-yellow a{
  background-color: #008bd5;
  color: #fff;
  padding: 20px;
  margin:40px auto;
  text-decoration: none;
}




/* 2021.07.20 add */
#satei02{
  display: none;
}
.satei_item_box{
  overflow:auto;
  border:2px solid #52A4FF;
  padding:10px 10px 20px 10px;
}
ul.satei_list{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
ul.satei_list li{
  padding:10px;
  border:1px solid #52A4FF;
  text-align:center;
  margin:10px 10px 0 0;
}
ul.satei_list li h4{
  font-size:16px;
}
ul.satei_list li label{
  padding:0 !important;
  margin:0 !important;
  margin-left:10px !important;
  padding-left:40px !important;
  font-size:14px;
}
.val21_span{
  display: block;
  padding-top:5px;
  font-size:11px !important;
  text-align:left !important;
  line-height:1.2 !important;
}

/* 2021.10.25 add */
.cmpbox{
  width:80%;
  margin:20px auto;
  padding:15px;
  border:4px solid red;
}


div.btn_box{
  padding:20px 0 0 0;
}






