.hoge{
    margin: 60px;
}

form{
    padding-top: 50px;
    padding-bottom: 130px;
}

body{
    color: #666;
    font-size: 1.2em;
}

.footerBox{
    background-color: transparent;
}

.btn_submit{
    position: absolute;
    left: calc(50% - 100px);
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    margin: 0 0 10px 0;
    width: 200px;
    height: 60px;
    border-radius: 5px;
    background-color: #31B8BB; 
    color: #fff;
    font-size: 1.5em;
    border: 1px solid #fff;
}
.btn_submit:hover{
    opacity: 60%;
    transition: 0.3s;
}
table{
    margin: 5px;
    padding: 5px;
    margin-bottom: 50px;
}
table td{
    padding: 15px;
    vertical-align: middle;
}
table input{
    line-height: 15px;
    padding: 10px;
    letter-spacing: 0em;
    font-size: 1em;
    color: #666;
    border-radius: 8px;
    border: 1px solid #aaa;
}
table text{
    line-height: 15px;
    padding: 10px;
    letter-spacing: 0em;
    border-radius: 3px;
    border: 1px solid #aaa;
}
table select{
    line-height: 15px;
    padding: 10px;
    letter-spacing: 0em;
    border-radius: 8px;
    font-size: 1em;
    color: #666;
    border: 1px solid #aaa;
}
table textarea{
    margin: 0px;
    margin-top: 5px;
    margin-left: -5px;
    line-height: 1.2em;
    padding: 10px;
    letter-spacing: 0em;
    border-radius: 8px;
    font-size: 1.1em;
    color: #666;
    border: 1px solid #aaa;
}

.size_40{min-width: 40%;}
.size_50{min-width: 50%;}
.size_60{min-width: 60%;}
.size_80{min-width: 80%;}
.size_90{min-width: calc(80% + 15px);}
.size_100{min-width: 100%;}
.textcenter{text-align: center;padding-top: 15px;font-size: 1.3em;}
.textleft{text-align: left;}
.textright{text-align: right;}
.noline{border: none;}
.bottomline{border: none;border-bottom: 1px solid #aaa;}
.leftline{
    /* border-left: 1px solid #aaa; */
    padding: 0 0 0 10px;
    vertical-align: middle;
}
.righttd::before {
    position:relative;
    top: 3px;
    vertical-align: text-top;
    content: "";
}
.checkbox_5_text{
    border-radius: 5px;
    padding: 3px;
    font-size: 1.2em;
    color: #666;
}


[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.3em;
  font-size: 1.05em;
  line-height: 1.7;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #aaa;
  background: #FFF;
  border-radius: .2em;
  box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
  -webkit-transition: all .275s;
      transition: all .275s;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✕';
  position: absolute;
  top: .525em;
  left: .18em;
  font-size: 1.375em;
  color: #F18605;
  line-height: 0;
  -webkit-transition: all .2s;
      transition: all .2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
      transform: scale(0) rotate(45deg);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
}

/* Disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

[type="checkbox"]:disabled:checked + label:after {
  color: #777;
}

[type="checkbox"]:disabled + label {
  color: #aaa;
}

/* Accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(241, 134, 5, .2);
}

.personal_container{
    width: 210mm;
    border: 1px solid rgb(203, 201, 201);
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin: auto;
}

.personal_title{
    background: rgb(195, 194, 194);
    text-align: left;
    margin: 0;
    padding: 5px 20px 5px 20px;
    font-weight: 500;

}

.personal_txt{
    height: 200px;
    overflow: scroll;
    padding: 0 20px 10px 20px ;
    font-size: 15px;
}

.serviceSubTitle{
    margin-bottom: 40px;
}

.iframeWrap {
    width: 800px;
    height: 1000px;
    min-height: 2473px;
}

.iframeWrap iframe {
    width: 100%;
    height: 100%;
    min-height: 2427px;
}


@media screen and (max-width: 820px){
.hoge{
     margin: 30px;
}

.iframeWrap {
     width: 100%;
     height: 1000px;
     min-height: 2226px;
     min-width: 300px;
 }
     
 .iframeWrap iframe {
     width: 100%;
     height: 100%;
     min-height: 2231px;
     min-width: 375px;
 }
 
 /* .--f-240 {
    display: none!important;
 } */
}