p.p_title {
    margin: 3px;
}

input[type="text"] {
    width: 51vw;
    height: 35px;
}

.row {
    margin: 3px;
    margin-bottom:10px;
}

.attention{
    color: red;
    font-size: smaller;
    margin: 3px;
}

.title{
    display: flex;
    width:240px;
}

.center_area{
    display: flex;
    font-size: medium;
}

.text_box {

}

p.inputed_text{
    padding: 6px;
    width: 51vw;
    min-height:25px;
    border: 1px dotted;
    margin-bottom: 20px;
    margin-top: 0px;
}

input[type="submit"] {
    min-width: 200px;
    padding: 7px;
    margin: 5px;
    font-weight: bold;
    color: darkred;
    border-color: burlywood;
    background-color: beige;
    letter-spacing: 8px;
}

p.warning {
    border: 3px dotted darkgrey;
    padding: 8px;
    font-size: smaller;
    font-weight: bold;
    color: dodgerblue;
    letter-spacing: 5px;
}

p.button_area {
    width: 100%;
    text-align: center;
}

@media screen and (max-width:1081px){

	.main_area_right {
	    width: 100%;
	}
}