/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 25 2025 | 04:57:52 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

.tool {
	position: relative;
	margin: min(12vw,96px) auto min(3vw,24px);
	padding: min(8%,48px) min(8%,64px) min(5%,24px);
	width: min(96%,1000px);
	border: 2px solid #0068b7;
	border-radius: 10px;
	box-sizing: border-box;
}
.tool_title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0.5em 1em;
	margin: 0 auto;
	width: max(15em,90%);
	background-color: #0068b7;
	border-radius: 5px;
	font-size: clamp(15px,3vw,24px);
	color: #FFF;
	text-align: center;
	box-sizing: border-box;
}
.tool dl {
	display: flex;
	gap: 8px;
	flex-direction: column;
}
.tool dl dt {
	margin: .5em 0 0;
}
.tool dl dd {
	margin: 0;
}
.tool dl .item-title {
	font-size: clamp(18px,4vw,24px);
	font-weight: 700;
}
.tool dl .item-title > .txt_s {
	display: block;
	font-size: 75%;
}
.tool input {
	display: block;
	margin: 0 auto;
	width: 100%;
	appearance: none;
	background-color: #fff;
	padding: 0.5em 0.75em;
	font-size: 1em;
	line-height: 1.5em;
	border: 1px solid #666;
	border-radius: 6px;
	box-sizing: border-box;
}
.tool .submit,.tool .submit02 {
	margin: min(5vw,40px) auto;
	display: block;
	margin-bottom: 1em;
	padding: 1em .5em;
	border: 0;
	border-radius: 15px;
	background-color: #ed726d;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
	font-size: clamp(18px,4vw,24px);
	color: #FFF;
	cursor: pointer;
}
.tool .submit {
	background-color: #0068b7;
}
.tool .submit02 {
	background-color: #ff0000;
}
.jibai_ttl,.bengo_ttl {
	font-size: clamp(18px,4.5vw,28px);
	font-weight: 700;
}

/*直上げの時は以下のコードを使う*/
.tool #price:not(:empty),.tool #price02:not(:empty) {
	text-align: center;
	padding: min(3%,24px);
	font-size: 250%;
	font-weight: 700;
}
.tool #price:not(:empty) {
	color: #00467c;
}
.tool #price02:not(:empty) {
	color: #e91e63;
}
/*WP内に設定する場合は以下のコードを使う*/
/* .tool #price .price, .tool #price02 .price {
	text-align: center;
	padding: min(3%,24px);
	font-size: 250%;
	font-weight: 700;
}
.tool #price .price {
	color: #00467c;
}
.tool #price02 .price {
	color: #e91e63;
} */

.tool .info {
	margin-top: 1.5em;
}
.tool .info p {
	margin: 0.5em 0;
	font-size: 1em;
}
.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px;
    margin: 0;
}
.under {
  background: linear-gradient(transparent 50%, #F9F871 50%);
}
.bold {
	font-size: clamp(15px,4.5vw,28px);
	font-weight:bold;
	text-align:center;
}
.kansyu {
	text-align: right;
	font-size:0.9em;
}
.kansyu:after {
  content: "";
  display: inline-block;
	width: 37px;
  height: 37px;
  margin: 0 5px;
  background: url(https://nishifunaspolabo.jp/wp-content/uploads/2025/06/ikemurajyuku_logo.png) center center no-repeat;
  background-size: contain;
  vertical-align: -1px;

}
.under_double{
	 border-bottom: double 6px #f96060;
	 line-height: 1.8;
}
@media screen and (min-width: 782px) {
	.tool dl {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
	.tool dl dt {
		margin: 0;
		width: calc(50% - 8px);
	}
	.tool dl dd {
		width: calc(50% - 8px);
	}
	.tool dl .inner {
		padding: .3em;
	}
	.tool dl .item-title > .txt_s {
		font-size: 60%;
	}
}