/* スマートフォン向け */



/* common */

/* 2021 本体側と重複しているため削除
	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 */

/* 2021 未使用のため削除
	.fs15 {
	    font-size: 15px;
	}
	.fs16 {
	    font-size: 16px;
	}
*/
.fs18 {
    font-size: 2.0rem;					/* 2021変更 */
}

/* 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: 2.1rem;
	width: 5.0rem;
	font-size: 3.2rem;
	margin-bottom: 1.6rem;
	padding: 2.0rem;
}

.input_txt_S {					/* 2021追加 */
	height: 2.1rem;
	width: 7.0rem;
	font-size: 3.2rem;
	margin-bottom: 1.6rem;
	padding: 2.0rem;
}

.input_txt_R {
	height: 2.1rem;				/* 2021変更 */
	width: 25.0rem;				/* 2021変更 */
	font-size: 3.2rem;			/* 2021追加 */
	margin-bottom: 1.6rem;				/* 2021追加 */
	padding: 2.0rem;			/* 2021追加 */
}
.input_txt_L {
	height: 2.1rem;				/* 2021変更 */
	width: 30.0rem;				/* 2021変更 */
	font-size: 3.2rem;			/* 2021追加 */
	margin-bottom: 1.6rem;				/* 2021追加 */
	padding: 2.0rem;			/* 2021追加 */
}
.input_txt_LL {
	height: 2.1rem;				/* 2021変更 */
	width: 50.0rem;				/* 2021変更 */
	font-size: 3.2rem;			/* 2021追加 */
	margin-bottom: 1.6rem;		/* 2021追加 */
	padding: 2.0rem;			/* 2021追加 */
}
.input_txt_FULL {				/* 2021追加 */
	height: 100%;
	width: 100%;
	font-size: 3.2rem;
	margin-bottom: 1.6rem;
	padding: 2.0rem;
	box-sizing:border-box;
}
.input_radio_R {
	width: 3.0rem;
	height: 3.0rem;
	vertical-align:middle;
	margin-bottom: 1.0rem;		/* 2021追加 */
}


/* 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;
	border: solid 1px gray;				/* 2021追加 */
}
.result {
    padding: 25px 0;

    font-size: 50px;
    text-align: center;
}
