

/* common */
h3 {
	font-size : 1em;
	font-weight : normal;
	margin : 0;
	border-left : solid 3px #006633;
	padding-left : 3px;
}

h4 {
    margin-left: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}
p {
    margin: 0;
}

/* font-size */

.fs15 {
    font-size: 15px;
}
.fs16 {
    font-size: 16px;
}
.fs18 {
    font-size: 18px;
}

/* width */
.ws30 {
    width: 30px;
}
.ws50 {
    width: 50px;
}
.ws100 {
    width: 100px;
}
.ws173 {
    width: 173px;
}
.ws300 {
    width: 300px;
}
.ws700 {
    width: 700px;
}
.ws800 {
    width: 800px;
}
.ws100per {
    width: 100%;
}

/* border */
.b_none {
    border: none;
}
.bb_black {
    border-bottom: 1px solid #000;
}

/* padding */
.pl15 {
    padding-left: 15px;
}
.pr50 {
    padding-right: 50px;
}


/* list-style */
.ls_none {
    list-style: none;
}

/* text_align */
.tx_al_right {
    text-align: right;
}

/* display */
.il_bk {
    display: inline-block;
}
.flex {
    display: flex;
    align-items: center;
}

/* input_txt */
.input_txt_SS {				/* 2021追加 */
    height: 21px;
    width: 20px;
}

.input_txt_S {				/* 2021追加 */
    height: 21px;
    width: 40px;
}

.input_txt_R {
    height: 21px;
    width: 200px;
}
.input_txt_L {
    height: 21px;
    width: 300px;
}
.input_txt_LL {
    height: 21px;
    width: 500px;
}
.input_txt_FULL {				/* 2021追加 */
    height: 100%;
	width: 100%;
	box-sizing:border-box;
}
.input_radio_R {
	width: 30px;
	height: 30px;
}

/* pulldown */
.pulldown_R {
    height: 21px;
    width: 200px;
}

/* S20201用 */
.decline {
    height: 150px;
    width: 90%;
}

/* S30303用 */
.subject {
    display: flex;
    justify-content:center;
    align-items: center;
    font-size: 20px;
}
.result {
    padding: 25px 0;
    width: 950px;
    font-size: 50px;
    text-align: center;
}

