@charset "utf-8";
/*
* ideal_weight.css
* 発育のモニタリング
*/

/* header
-------------------------------------------------- */
body.coach #header {
  background: url(/coach/img/header_underline_coach.png) no-repeat center bottom;
}

/* official
-------------------------------------------------- */
.sp-images {text-align:center;	}

.sp-images img{
	margin-top:20px;
}

.m-top10{margin-top:10px;}
.m-top30{margin-top:30px;}
.m-tnone{margin-top:0 !important;	}
.p-top2{padding-top:2px;}
.p-top20{padding-top: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:100%;
	border-collapse:collapse;
	border:1px solid #ccc;
	margin-top:20px;
}

.table03 th,
.table03 td{
	padding:5px;
	border:1px solid #ccc;
}

.table03 th,
.table03 td{
	background-color:#eaeaea;
}

.table03 tr:nth-child(odd) td{
	background: none repeat scroll 0 0 #ffffff;
}

.table03 .tit03{
	white-space: nowrap;
}

.table03 ol{
	padding-left:22px;
}

/* 20250117追加
-------------------------------------------------- */
.disnon{
	display:none !important;
}
	
.table04 tr th {
	border: 1px solid #ccc !important;
	background: #4472c4;
	color: #ffffff;
	padding: 5px;
}
	
.table04 tr td {
	border: 1px solid #909090 !important;
	color: #5a5a5a;
	padding: 5px;
}
	
.bmi-form {
	padding: 0px 0px 20px 20px;
	text-align: center;
	border-radius: 12px;
	max-width: 100%;
	margin: 25px auto 0;
}
	
.bmi-form .btn--primary, .form-input {
	font-size: 17px;
}
	
.rows-wrapper {
	margin: 23px 0;
}
	
.form-row {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: 17px;
}
	
.form-input {
	width: 120px;
	height: 20px;
	text-align: right;
	padding: 3px 5px;
	border: 2px solid #666;
	border-radius: 4px;
	margin: 0 6px;
	font-size: 17px;
}
	
.form-input-date {
	width: 120px;
	height: 20px;
	text-align: center;
	padding: 3px 5px;
	border: 2px solid #666;
	border-radius: 4px;
	margin: 0 6px;
	color: #666;
	font-size: 17px;
}
	
input, textarea {
	outline: 0;
	line-height: 1.5;
	color: inherit;
	font-size: 16px;
	width: 100%;
	transition: .2s;
}
	
.btn--primary {
	background: #052667;
	border: 2px solid #666;
}
	
.btn--primary, .btn--sub {
	padding: 0.3em 3.5em;
	line-height: 1.4;
	align-items: center;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	outline: 0;
}
	
.btn {
	display: block;
}
	
.btn:hover {
	background: #666;
	border: 2px solid #052667;
}
	
button {
	border: none;
	cursor: pointer;
	outline: 0;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	transition: .25s ease;
	font-size: inherit;
	margin: 0;
}
	
.result-summary {
	display: flex;
	margin-top: 10px;
	background: #ffb5b5;
	border-radius: 6px;
	padding: 20px 30px 20px;
	position: relative;
}
	
.important {
	font-size: 1.5em;
	margin: 0 0.05em;
	color: #666;
}
	
.summary-title {
	font-size: 17px;
	color: #666;
}
	
select {
	width: 230px;
	height: 30px;
	text-align: center;
	font-size: 17px;
	padding: 3px 5px;
	color: #666;
	border: 2px solid #666;
	border-radius: 4px;
	margin: 0 6px;
}
	
.mT20 {
	margin-top: 0px !important;
}
	
.radio-1 {
	display: flex;
	flex-wrap: wrap;
	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;
}


/* left image right text 20230426 add
-------------------------------------------------- */

div.in-flex-container-img-text-box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin: 3em 0 2em 0;
}
	
div.in-img-text-box {
	display: block;
	width: calc(25% - 1em);
	height: auto;
}
	
div.in-img-flame {
	display: block;
	width: 100%;
	height: auto;
}
	
div.in-img-flame img {
	display: block;
	width: 100%;
	height: 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: calc(75% - 1em);
	margin-left: 2em;
}
	
div.in-text-box-left {
	display: inline-block;
	width: calc(65% - 1em);
	margin-right: 2em;
}
div.pc-height-2em {
		display: none;
}
	
.radio-1 input {
	display: none;
}
	
