@charset "UTF-8";

#table + .contents_box01 .inner_item_txt table tr {
    border-bottom: 0.5px dotted;
}

#table + .contents_box01 .inner_item_txt table tr:last-child {
    border-bottom: none;
    border-top: 4px solid;
}

#table2 + .contents_box01 .inner_item_txt table tr {
    border-bottom: 0.5px dotted;
}

#table2 + .contents_box01 .inner_item_txt table thead {
    border: 1px solid;
    background: #96858d;
    color: #fff;
}

/*SP時、文章左寄せに変更*/
@media screen and (max-width: 900px){
	#text_center+section .inner_item_txt p{
		text-align: left!important;
	}
}
/*設備紹介_テキスト*/
.contents_box01 .title{
	font-size: 1.8rem;
	padding: 5px 10px 5px 10px;
	background: #f0f3f7;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 30px;
}

#kureka+section .inner_item_img a{
	pointer-events: none;
}
#simulation+section .heading.block_header_3{
	margin-bottom: 0px;
}
#table+div.block_table_3 table th,
#table2+div.block_table_3 table th{
	text-align: left;
}
#table+div.block_table_3 table td,
#table2+div.block_table_3 table td{
	text-align: center;
}
#table+div.block_table_3 table tr:nth-child(3){
	color: #c50000;
	font-weight: 600;
}
#table+div.block_table_3 table tr:nth-child(5){
	font-weight: 600;
}


#simulation2+section .inner_item_txt a{
    position: relative;
    display: inline-block;
    vertical-align: middle;
	padding-left: 20px;
}
#simulation2+section .inner_item_txt a:hover{
	opacity: 0.8;
}
#simulation2+section .inner_item_txt a::before,
#simulation2+section .inner_item_txt a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#simulation2+section .inner_item_txt a::before{
    left: 2px;
    width: 7px;
    height: 3px;
    background: #224b7b;
}
#simulation2+section .inner_item_txt a::after{
    left: 2px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #224b7b;
    border-right: 3px solid #224b7b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tb03 th br{
	display: none;
}
.tb03 td br{
	display: none;
}
.txt_L {
	font-size: 1.2em;
}
.simulator_input input,
.simulator_input button,
.simulator_input select,
.simulator_input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
	color: inherit;
}
.simulator_input textarea {
  resize: vertical;
}
.simulator_input input[type='checkbox'],
.simulator_input input[type='radio'] {
  display: none;
}
.simulator_input input[type='submit'],
.simulator_input input[type='button'],
.simulator_input label,
.simulator_input button,
.simulator_input select {
  cursor: pointer;
}
.simulator_input select::-ms-expand {
  display: none;
}
.btn04 button {
    display: inline-block;
    padding: 15px 20px;
	background: #fff100;
    transition: ease-in-out 0.2s;
	border: 1px solid #fff100;
    border-radius: 7px;
	box-sizing: border-box;
	min-width: 200px;
	margin-top: 20px;
	font-weight: bold;
	letter-spacing: .1em;
}
.btn04 button:hover{
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}
.simulator_input input[type="number"]::-webkit-inner-spin-button,
.simulator_input input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}
.simulator_input input,
.simulator_result {
	text-align: right;
	margin-right: 10px;
	padding: 10px 20px;
	width: 250px;
	max-width: calc(100% - 1em - 50px);
	display: inline-block;
	height: 1.5em;
	line-height: 1.5;
}
.simulator_input input {
	background-color: rgb(242, 250, 252);
}
.simulator_input .tb03 td {
	font-size: 18px;
}
.simulator_input tr:last-of-type th,
.simulator_input tr:last-of-type td{
	font-weight: bold;
	font-size: 1.2em;
}
.number_container {
	position: relative;
	text-align: right;
}
.number-input {
	position: relative;
}
.number-input:not(:focus) {
	z-index: 1;
	color: transparent;
}
.number-input:focus {
	z-index: 3;
	color: #333;
}
.number-overlap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	pointer-events: none;
	z-index: 2;
	max-width: 100%;
	width: 250px;
	margin: 0 auto;
	padding-top: 22px;
	padding-right: calc(1em + 30px);
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tb03 {
	width:100%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #999;
	white-space: nowrap;
}
.tb03 td, .tb03 th {
	padding: 12px 36px;
}
.tb03 th {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	color: #666;
	background-color: #FAFAFA;
	font-size: 16px;
}
.tb03 th span {
	font-size: 13px;
}
.tb03 td {
	background-color: #ffffff;
	color: #666666;
	text-align: center;
}
.pl10 {
    padding-left: 10px;
}
.color_red {
    color: #f33;
}
.tb03 th span {
    font-size: 13px;
}
.sp_inline {
    display: none !important;
}
.mb15 {
    margin-bottom: 15px;
}
#bana+div {
    margin: 0;
}
#bana+div .content_wrapper {
    width: auto;
    margin: 0 auto;
}
#bana+div .inner_item {
    width: 23.5% !important;
}
#bana+div .heading.block_header_4 .h {
    text-align: center;
}
@media screen and (max-width: 900px) {
.sp_inline {
    display: inline !important;
}
.simulator_input .tb03 th,
.simulator_input .tb03 td {
	display: block;
	font-size: 15px;
	padding: 12px 5px;
}
.simulator_input input, .simulator_result {
	width: calc(100% - 1em - 80px);
	height: auto;
}
#bana+div .inner_item {
    width: 49% !important;
}
#bana+div .inner_item:nth-child(3) {
    margin-left: 0 !important;
}
#bana+div .inner_item:nth-child(n+3) {
    margin-top: 2%;
}
}

/*アンカーリンクの調整*/
#大人の矯正費,#こどもの矯正費,#PAYMENT,#医療費控除{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

@media screen and (max-width: 900px) {
	#大人の矯正費,#こどもの矯正費,#PAYMENT,#医療費控除{
    	padding-top: 0px;
    	margin-top: 0px;
	}
}

.widget_menu01 li dd a {
    color: #00bfff;
}