@charset "UTF-8";

/*カラー*/
body{
    background-color:#fdffee;
}
header{
    background-color:#EFCE51;
}

/*セクション横幅*/
.container_row{
    width: 70%;
}

/*タイトルボックス*/
.container_title{
    margin-top: 50px;
    background-color:#99C5C2;
    width: 98%;
    border-radius: 10px;
}
.container_title h2{
    text-align: left;
    padding: 10px;
    border-bottom: none;
}

/*テキストボックス*/
.container_textbox{
    width: 98%;
    margin-left: 0;
    border-top: none
}

/*ボタン*/
.button{
    margin-top: 50px;
    border: none;
    background-color:#EFCE51;
    padding: 15px;
    border-radius: 10px;
}