

.section{
    background-color: #FFF;
    margin: 40px auto;
    padding: 24px 0 2px;
    font-size: 14px;
    font-family: NotoSansRegular;
    position: relative;
    width: 100%;
    max-width: 1120px;
}


.textBox {
    margin: 0 auto;
    padding: 12px 0;
    width: 350px;
    color: #444;
}

.textBox input{
	height: 40px;
    padding: 2px 4px 0 6px;
    background-color: #efe1ea;
    border: solid 1px #999;
    font-size: 14px;
    line-height: 18px;
    color: #444;
}

.textBox label{
	height: 40px;
    padding: 2px 4px 0 6px;
    background-color: #efe1ea;
    border: solid 1px #999;
    font-size: 14px;
    line-height: 18px;
    color: #444;
}

.textBox textarea{
    height: 40px;
    padding: 2px 4px 0 6px;
    background-color: #efe1ea;
    border: solid 1px #999;
    font-size: 14px;
    line-height: 18px;
    color: #444;
}

.textArea{
    margin: 0 auto;
    padding: 12px 0;
    width: 350px;
    color: #444;
}

.textArea textarea{
    width: 100%;
    position: relative;
    height: 40px;
    padding: 2px 4px 0 6px;
    box-sizing: border-box;
    background-color: #efe1ea;
    border: solid 1px #999;
    font-size: 14px;
    line-height: 18px;
    color: #444;
}

.textArea2{
    margin: 0 auto;
    padding: 12px 0;
    width: 350px;
    color: #444;
}

.textArea2 textarea{
    width: 100%;
    position: relative;
    height: 120px;
    padding: 2px 4px 0 6px;
    box-sizing: border-box;
    background-color: #efe1ea;
    border: solid 1px #999;
    font-size: 14px;
    line-height: 18px;
    color: #444;
}



.ds-btn button{
    font-size:15px;
    color:#fff;

}



.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #cc0e64;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #cc0e64;
    border-radius: 3px;
        text-align: center;
        box-shadow: 4px 4px #555;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}


.select-box01{
/*    width: 350px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f1ebdb;*/
}

.select-box01 select {
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #eee;
    background: url("../images/arrow01.png") right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efe1ea 100%);
    background: url("../images/arrow01.png") right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efe1ea 100%);
    background-size: 20px, 100%;
}

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.banner_logo{
    margin:0 auto;
    width: 350px;
}
.midashi{
    margin: 30px auto 10px;
    font-size: 18px;
    color:#fff;
    font-weight:bold;
    width: 350px;
background: #cc0e64;
    padding: 10px 0;
    text-align: center;
}
