article{
	max-width:720px;
	margin:0 auto;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
.col_sim {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em;
    background-color: #d4ebff;
    margin-bottom:10px;
}
.col_item {
    margin-right: 1em;
}
.col_item.page_fig {
    border: 1px solid #000;
    padding: 3em 1em;
    background-color: #fff;
    position: relative;
}
.col_item.page_fig .caption_page {
    position: absolute;
    top: 0;
    left: 5%;
    font-size: .7rem;
}
.col_item.page_fig .fig_inner {
    background-color: #99ccff;
    padding: .5em 1em;
}
.col_item.page_fig label {
    display: block;
    font-size: .7rem;
    text-align: center;
    line-height: 1.1;
}
.col_item input {
    width: 3em;
}
.col_item.page_fig input {
    width: 2em;
}
.link_btn.calc{
	margin:0 auto;
	font-size: 1rem;
}
.annotation{
	font-size:.85rem;
	color:#999;
	padding:1em 0;
}
.col_btn .link_btn{
	margin:0 auto;
}
    .result {
      margin-top: 10px;
    color: #999;
    font-size: .85rem;
    line-height: 1.4em;
    padding-bottom: 1em;
    }
    .message {
      margin-top: 5px;
    font-weight: bold;
    color: #0962bd;
    }
    .error {
      color: #c00;
      margin-top: 10px;
    }

@media screen and (max-width:600px){
	.col_sim {
		padding: 2em 1em;
	}
	.col_item:last-child {
		margin-right: 0;
	}
}