@charset "UTF-8";


#tel-content{ max-width: 700px; margin: 50px auto 0; }
#tel-content br.sp{ display: none; }
#tel-content .navi-list{ max-width: 500px; margin: 0 auto; display: flex; display: -ms-flex; justify-content: space-between; }
#tel-content .navi-list .navi{ width: 18%; }
#tel-content .navi-list .navi a{ display: block; background-color: #000000; color: #ffffff; text-align: center; font-size: 18px; padding: 12px 0; border-radius: 7px; transition: opacity 0.5s; }
#tel-content .navi-list .navi a:hover{ opacity: 0.7; }
#tel-content .section{ margin: 50px auto 0; }
#tel-content .section+.section{ margin-top: 80px; }
#tel-content .section .section-ttl{ color: #3662AA; font-size: 24px; font-weight: bold; margin-bottom: 5px; line-height: 1.5; text-align: center; }
#tel-content .section .attention{ color: #FFFFFF; background-color: #BE0000; text-align: center; padding: 3px 0; margin: 10px auto 0; font-size: 12px; line-height: 1.7; }
#tel-content .section .cat-body{ margin-top: 30px; }
#tel-content .section .cat-body .ttl{ color: #3662AA; font-size: 20px; font-weight: bold; margin-bottom: 5px; line-height: 1.5; }
#tel-content .section .cat-body table th{ border: 1px solid #000000; background-color: #DFEDF8; text-align: center; font-size: 14px; line-height: 1.28; color: #000000; padding: 10px; }
#tel-content .section .cat-body table td{ border: 1px solid #000000; text-align: center; font-size: 14px; line-height: 1.28; color: #000000; padding: 10px; }
#tel-content .section .cat-body table td a{ font-size: 18px; color: #005eab; text-decoration: underline; }
#tel-content .section .cat-body .caption{ margin-top: 5px; font-size: 12px; line-height: 1.7; }
#tel-content .section .cat-body .caption .txt-red{ color: rgb(255, 0, 0); }
#tel-content .etc-body{ margin-top: 20px; }
#tel-content .etc-body .caption{ margin-top: 5px; font-size: 12px; line-height: 1.7; }
#tel-content .etc-body .navi{ margin: 40px auto 0; max-width: 200px; }
#tel-content .etc-body .navi a{ display: block; font-size: 14px; line-height: 1.5; background-color: #3762AA; color: #ffffff; text-align: center; padding: 10px 0; border-radius: 5px; }
#tel-content .etc-body .note{ border: 1px solid #000000; padding: 15px; text-align: center; margin-top: 40px; }


@media only screen and (max-width: 767px) {
	#tel-content{ margin-top: 10%; }
}
@media only screen and (max-width: 480px) {
	#tel-content{ margin: 5% auto 0; }
	#tel-content br.pc{ display: none; }
	#tel-content br.sp{ display: block; }
	#tel-content .navi-list .navi a{ font-size: 14px; }
	#tel-content .section{ margin: 7% auto 0; }
	#tel-content .section+.section{ margin-top: 15%; }
	#tel-content .section .section-ttl{ font-size: 20px; }
	#tel-content .section .cat-body{ margin-top: 7%; }
	#tel-content .section .cat-body .ttl{ font-size: 18px; }
	#tel-content .section .cat-body table th{ font-size: 12px; }
	#tel-content .section .cat-body table td{ font-size: 12px; }
	#tel-content .section .cat-body table td a{ font-size: 16px; }
	#tel-content .etc-body{ margin-top: 5%; }
	#tel-content .etc-body .navi{ margin-top: 5%; }
	#tel-content .etc-body .note{ margin-top: 10%; padding: 15px 10px; }
}