@charset "utf-8";
/*
* sp_ideal_weight.css
* 発育のモニタリング
*
*/

/* h2-area
-------------------------------------------------- */
#h2-area {display: none;}

/* official
-------------------------------------------------- */
.sp-images img{
  width:100%;
  height:100%;
}

.m-top10{margin-top:10px;}
.m-top30{margin-top:30px;}
.m-tnone{margin-top:-20px;}
.p-top2{padding-top:2px;}
.p-top20{padding-top:20px;}
.sp-space{padding-bottom:20px;}

.pdf_txt{
	background: url("/common/img/icon_pdf.gif") no-repeat scroll 2px top rgba(0, 0, 0, 0);
	padding-left: 20px;
}

/* official index
-------------------------------------------------- */
.table03{
	width:95%;
	border-collapse:collapse;
	border:1px solid #ccc;
	margin:0 auto 14px;
}

.table03 th,
.table03 td{
	padding:5px;
	border:1px solid #ccc;
}

.table03 th{
	background-color:#eaeaea;
}
.table03 tr:nth-child(odd) td{
	background: none repeat scroll 0 0 #fff;
}
.table03 .tit03{
	white-space: nowrap;
}
.table03 ol{
	padding-left:20px;
}

/* 20250117追加
-------------------------------------------------- */
@media screen and (max-width: 600px) {
.bmi-form {
	padding: 0px 10px 30px;
	text-align: center;
	max-width: 100%;
	margin: 10px auto 0;
}
	
.form-row {
	display: block;
	align-items: center;
	margin-bottom: 15px;
	font-size: 14px;
}
	
.form-input {
	width: 100px;
	height: 20px;
	text-align: right;
	padding: 3px 5px;
	border: 2px solid #666;
	border-radius: 4px;
	margin: 0 6px 5px;
	font-size: 14px;
}
	
.form-input-date {
	width: 100px;
	height: 20px;
	text-align: center;
	padding: 3px 5px;
	border: 2px solid #666;
	border-radius: 4px;
	margin: 0 6px 5px;
	font-size: 14px;
}
.btn--primary {
	background: #052667;
	border: 2px solid #666;
}
	
.btn--primary, .btn--sub {
	padding: 0.3em 3.5em;
	line-height: 1.8;
	align-items: center;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	outline: 0;
}
	
button {
	border: none;
	cursor: pointer;
	outline: 0;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	transition: .25s ease;
	font-size: inherit;
	margin: 0;
}	
.btn {
	display: block;
	margin: auto;
}
	
.btn:hover {
	background: #666;
	border: 2px solid #052667;
}
	
.result-summary {
	display: flex;
	background: #ffb5b5;
	border-radius: 6px;
	padding: 15px;
	position: relative;
}
	
.important {
	font-size: 1.4em;
	margin: 0 0.05em;
	color: #666;
}
	
.summary-title {
	font-size: 16px;
	color: #666;
}
	
.txt12 {
	font-size: 11px !important;
}
	
select {
	width: 200px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	padding: 3px 5px;
	color: #666;
	border: 2px solid #666;
	border-radius: 4px;
	margin: 5px 6px 5px;
}

.radio-1 {    
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .3em 2em;
	border: none;
}
	
.radio-1 label {
	display: flex;
	align-items: center;
	gap: 0 .5em;
	position: relative;
	cursor: pointer;
}
	
.radio-1 label::before,
.radio-1 label:has(:checked)::after {
	border-radius: 50%;
	content: '';
}
	
.radio-1 label::before {
	width: 18px;
	height: 18px;
	background-color: #f2f2f2;
}
	
.radio-1 label:has(:checked)::after {
	position: absolute;
	top: 50%;
	left: 9px;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background-color: #052667;
	animation: anim-radio-1 .3s linear;
}
	
@keyframes anim-radio-1 {
	0% {
	box-shadow: 0 0 0 1px transparent;
	}
	50% {
	box-shadow: 0 0 0 10px #f2f2f233;
	}
	100% {
	box-shadow: 0 0 0 10px transparent;
}
}
	
.radio-1 input {
	display: none;
}



/* left image right text 20230426 add
-------------------------------------------------- */

div.in-flex-container-img-text-box {
	margin-top: 10px;
}
	
div.in-img-text-box {
	display: block;
	width: 100%;
	height: auto;
}
	
div.in-img-flame {
	margin: 10px auto;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}
	
div.in-img-flame img {    
    max-width: 80%;
    height: auto;
	margin: 0 auto;
}
	
div.in-img-flame-intext {
	display: block;
	width: 100%;
	height: auto;
}
	
#container #main-colum div.in-text-flame p {
	font-size: .9em;
	line-height: 1.75em;
}
	
div.in-text-box {
	display: inline-block;
	width: 100%;
}
	
div.in-text-box-left {
	display: inline-block;
	width: calc(65% - 1em);
	margin-right: 2em;
}
div.pc-height-2em {
		display: none;
}
}