@charset "UTF-8";
*{margin:0;padding:0;}
html {
	height:100%;
}
body {
	font-size: 14px;
	width: 90%;
	margin: auto;
	height:100%;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo",sans-serif;
	font-weight: 400;
	line-height:1.7;
	position:relative;
	letter-spacing:1px;
  height: 100%;
	box-sizing: border-box;
	color: #111111;
	-webkit-text-size-adjust: 100%;
}
.pc{
	display:none !important;
}
.sp{
	display: visible;
}
a{
	text-decoration: none;
	outline: none;
	color: #363636;
}
a:focus, *:focus{ 
	outline:none; 
}
a img,a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s;
}
ul li {
	list-style:none;
}
img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.logo{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px auto;
}
.logo p{
	margin: 0 15px;
	width: 30%;
	max-width: 100px;
}
.logo p.fami{
	width: 26%;
	max-width: 90px;
}
.logo p img{
	width: 100%;
}
.title{
	text-align: center;
	font-size: 22px;
	position: relative;
	color: #5ea7d5;
}
.title span{
	background: #fff;
	display:inline-block;
	position: relative;
	z-index: 1;
	padding: 0 10px;
}
.title:after{
	content: "";
	position: absolute;
	background: #5ea7d5;
	width: 80%;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	height: 2px;
}
.title2{
	background: #5ea7d5;
	color: #fff;
	text-align: center;
	padding: 4px;
	font-size: 18px;
	margin-top: 20px;
}
.txt{
	margin-top: 20px;
}
.txt span{
	color: #ba0000;
	font-size: 12px;
}
.kyouka_type{
	margin-top: 20px;
}
.kyouka_type li{
	width: 100%;
	margin: auto;
	padding: 0px 35px 30px;
	text-align: center;
	margin-bottom: 30px;
	box-sizing: border-box;
	border-bottom: 1px dotted #9c9c9c;
}
.kyouka_type li:last-child{
	margin-bottom: 10px;
}
.kyouka_type li.pdd{
	padding: 0px 40px 30px;
}
.kyouka_type_sub{
	font-size: 13px;
	color: #565656;
}
.bordernon{
	border-bottom: none !important;
}
.kyouka_type li img{
	width:100%;
}
.kyouka_type li .type{
	display: block;
	margin: 20px 0 10px;
	font-weight: 900;
	background: #eee;
	padding: 4px 0;
}
.kyouka_type li .tax{
	font-size: 11px;
}
.mgt130{
	margin-top: 50px;
}
.mgt90{
	margin-top: 50px;
}
.contactbox{
	background: #eff5fa;
	padding: 24px;
	margin-top: 20px;
	border: 2px solid #5ea7d5;
}
.attention{
	color: #ba0000;
	margin-top: 20px;
	font-size: 12px;
}
.contactbox h4{
	text-align: center;
	font-size: 20px;
}
.fax_link{
	width: 100%;
	margin: 20px auto 0;
	text-align: center;
}
.fax_link a{
	display: block;
	background: #6f6f6f;
	color: #fff;
	padding: 10px 0;
	border-radius: 3px;
}
.con2{
	margin-top: 20px;
}
.con2 li{
	background: #fff;
	text-align: center;
	padding: 15px;
	border: 2px solid #ededed;
	font-size: 12px;
}
.con2 li:first-child{
	margin-bottom: 10px;
}
.con2 li a{
	text-decoration: underline;
}
.con2 li span{
	font-size: 18px;
	padding-top: 5px;
	display: block;
	font-weight: 900;
}