@charset "utf-8";

.contents_main{
    float: none;
    width:100%;
}
.articleTitle.simple {
width: 100%;
box-sizing: border-box;
margin: 20px auto 0;
}
div.memberRegistBlock{
    width: 100%;
    background: #ffe5e5;
    margin-top: 0px;
}
table.inputTable{
    margin-bottom: 30px;
}
table.inputTable td {
    padding: 0px 20px;
}
table.inputTable.wide{
    width: 100%;
    margin:0 auto;
}
.wall.bg{
    padding: 0;
}
.pressBtn_container.center.sub {
height: 50px;
margin-top: 0px;
margin-bottom: 10px;
padding: 10px 0;
font-size: 130%;
}
#material_form input:disabled, #material_form select:disabled, #material_form textarea:disabled {
background: #f0f0f0;
border: 1px solid #c8c8c8;
opacity: 0.5;
}

input::placeholder{
    color:#ccc;
}
table.default th{
    background: #285FD5;
}
table.inputTable th{
    background: #285FD5;
}

#nextStep.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.sectionSubText{
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    text-align: center;
}
.sectionSubText strong{
    font-size: 1.2em;
    color: #285FD5;
    font-weight: bold;
}

#checkBox{
    display: flex;
    align-items: center;
    justify-content: center;
}

#checkBox input[type="checkbox"] {
  width: 18px;   /* 基本サイズを指定 */
  height: 18px;
  transform: scale(1.2);
  margin-right: 6px;
}

.serchbox{
    background: #dee9ff;
    padding:1em 2em;
    display: flex;
    justify-content: space-around;
}

.serchbox:hover{
    text-decoration: none;
    color: #285FD5;
}

.serchbox p{
    display: flex;
    align-items: center;
}

.serchbox p:hover{
    text-decoration: none;
    color: #285FD5;
}

.serchbox div:nth-of-type(1){
    display: flex;
    background: #fff;
    border: 1px solid #aaa;
    color: #ccc;
    width: 70%;
    border-radius: 5px;
    align-items: center;
    padding-left: 1em;
    box-sizing: border-box;
}
.serchbox div:nth-of-type(2){
    display: flex;
    background: #285FD5;
    color: #fff;
    padding:0.5em;
    border-radius: 5px;
    align-items: center;
}
