@charset "utf-8";
*{
    margin: 0;
    padding: 0; 
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body{
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	font-size: 0;
}
.ff_a{
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}
.ff_b{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#html-mail{
	line-height: 1.5;
	color: #000000;
	overflow: hidden;
}
#html-mail .layout{
	max-width: 1100px;
	width: 90%;
	margin: auto;
}
#html-mail .fade{
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#html-mail header{
	background-color: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 101;
	border-bottom: 2px solid #4092DC;
}
#html-mail header .layout{
	max-width: 1880px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-left: calc(2% + 20px);
	padding-right: 2%;
}
#html-mail header .logo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
}
#html-mail header .logo .menu-mob{
	display: none;
}
#html-mail header .logo a{
	width: 156px;
	padding: 27px 0 28px;
}
#html-mail header .logo a img{
	display: block;
	width: 100%;
}
#html-mail header .anchor-point{
	width: calc(100% - 156px);
	max-width: 1510px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	z-index: 2;
}
#html-mail header .anchor-point ul{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	padding: 0 20px 0 40px;
}
#html-mail header .anchor-point ul li{
	display: flex;
	align-items: stretch;
	justify-content: center;
}
#html-mail header .anchor-point ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	padding: 0 20px;
}
#html-mail header .anchor-point ul li a.active{
	/*background-color: #e4eef7;*/
}
#html-mail header .anchor-point ul li a:hover{
	background-color: #e4eef7;
}
#html-mail header .anchor-point>div{
	display: flex;
	justify-content: center;
	align-items: center;
}
#html-mail header .anchor-point>div a{
	width: 253px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 22px;
	line-height: 1.2;
	text-decoration: none;
}
#html-mail header .anchor-point>div a:hover{
	opacity: 0.8;
}
#html-mail header .anchor-point>div a span{
	padding-left: 8px;
}
#html-mail header .anchor-point>div .a_phone{
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	background-color: #4a8ecc;
	margin-right: 15px;
}
#html-mail header .anchor-point>div .a_mail{
	font-size: 1.6rem;
	font-weight: bold;
	color: #4a8ecc;
	background-color: #fdd000;
}
#html-mail .top{
	position: fixed;
	right: 5%;
	bottom: 5%;
}
#html-mail .top:hover{
	transform: translateY(-5px);
}
#html-mail .top img{
	width: 50px;
}
#html-mail .fixed_bar{
	position: fixed;
	right: 0;
	top: 40%;
}
#html-mail .fixed_bar a:hover{
	opacity: 0.8;
}
#html-mail .top img{
	max-width: 100%;
}
#html-mail .sec img{
	display: block;
	width: 100%;
}
#html-mail .sec8{
	padding: 110px 0;
}
#html-mail .sec8 .contact{
	width: 100%;
	max-width: 715px;
	margin: auto;
}
#html-mail .sec8 h2{
	font-size: 4.4rem;
	font-weight: bold;
	letter-spacing: 7px;
	color: #4a8ecc;
	text-align: center;
	line-height: 1;
	margin-bottom: 30px;
}
#html-mail footer{
	background-color: #f3f4f4;
	padding: 80px 0 70px;
}
#html-mail footer ul li{
	list-style-type: none;
	font-size: 1.6rem;
	line-height: 2.375;
	text-align: center;
}
#html-mail footer ul li a{
	font-size: inherit;
	color: inherit;
	text-decoration: none;
}
#html-mail footer ul li a:hover{
	color: #4a8ecc;
}
#html-mail footer ul.u1 li{
	font-weight: bold;
}
#html-mail footer ul.u1 li.li_flex{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
#html-mail footer ul.u2,
#html-mail footer ul.u3{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
}
#html-mail footer ul.u2 li a,
#html-mail footer ul.u3 li a{
	padding: 0 20px;
	border-right: 1px solid #000;
	word-break: break-word;
}
#html-mail footer ul.u2 li:last-of-type a,
#html-mail footer ul.u3 li:last-of-type a{
	border-right: 1px solid transparent;
}
#html-mail footer ul.u2 li.no_boder a,
#html-mail footer ul.u3 li.no_boder a{
	border-right: 1px solid transparent;
}
#html-mail footer ul.u2{
	max-width: 737px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#html-mail footer p{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	color: #4a8ecc;
	line-height: 1;
	margin-bottom: 12px;
}

@media only screen and (max-width: 1600px) {
	#html-mail header .logo a{
		width: 130px;
		padding: 25px 0;
	}
	#html-mail header .anchor-point{
		width: calc(100% - 130px);
		justify-content: flex-end;
	}
	#html-mail header .anchor-point>div a{
		width: 230px;
		height: 40px;
	}
	#html-mail header .anchor-point ul li a{
		padding: 0 15px;
	}
}
@media only screen and (max-width: 1440px) {
	#html-mail header .logo a{
		padding: 20px 0;
	}
	#html-mail header .anchor-point ul li a{
		font-size: 1.4rem;
		padding: 0 10px;
	}
	#html-mail header .anchor-point>div a{
		width: 200px;
	}
	#html-mail header .anchor-point>div .a_phone{
		font-size: 1.8rem;
	}
	#html-mail header .anchor-point>div .a_mail{
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 1280px) {
	#html-mail header .layout{
		padding-left: 2%;
	}
	#html-mail header .anchor-point ul{
		padding: 0 40px 0 30px;
	}
	#html-mail header .anchor-point>div{
		flex-direction: column;
	}
	#html-mail header .anchor-point>div a{
		height: 35px;
	}
	#html-mail header .anchor-point>div .a_phone{
		margin-right: 0;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#html-mail header .anchor-point>div .a_mail{
		margin-bottom: 5px;
	}
	#html-mail .sec8 h2{
		font-size: 4rem;
		letter-spacing: 6px;
	}
	#html-mail footer ul.u2 li.no_boder a,
	#html-mail footer ul.u3 li.no_boder a{
		border-right: 1px solid #000;
	}
}
@media only screen and (max-width: 1024px) {
	#html-mail header{
		border-bottom: 1px solid #4a8ecc;
	}
	#html-mail header .layout{
		flex-direction: column;
		padding: 0;
	}
	#html-mail header .layout:before{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(228,238,247,0);
		transition: .3s;
	}
	#html-mail header .layout.mob{
		position: relative;
	}
	#html-mail header .layout.mob:before{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: -1000vw;
		background-color: rgba(228,238,247,1);
		transition: .3s;
	}
	#html-mail header .logo{
		padding: 0 2%;
		border-bottom: 1px solid #4092DC;
	}
	#html-mail header .logo .menu-mob{
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 50px;
		height: 50px;
		background: #4092DC;
		border-radius: 5px;
		cursor: pointer;
	}
	#html-mail header .logo .menu-mob span{
		display: block;
		width: 65%;
		height: 4px;
		background-color: #fff;
	}
	#html-mail header .logo .menu-mob:before{
		content: '';
		width: 65%;
		height: 4px;
		background-color: #fff;
		position: absolute;
		top: 12px;
		left: 0;
		right: 0;
		margin: auto;
		transition: .3s;
	}
	#html-mail header .logo .menu-mob:after{
		content: '';
		width: 65%;
		height: 4px;
		background-color: #fff;
		position: absolute;
		bottom: 12px;
		left: 0;
		right: 0;
		margin: auto;
		transition: .3s;
	}
	#html-mail header .logo .active span{
		height: 0 !important;
	}
	#html-mail header .logo .active:before{
		transform: rotate(-45deg);
		top: 46%;
	}
	#html-mail header .logo .active:after{
		transform: rotate(-135deg);
		bottom: 46%;
	}
	#html-mail header .anchor-point{
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		display: none;
		padding: 0 2%;
		border-bottom: 1px solid #4092DC;
	}
	#html-mail header .anchor-point ul{
		flex-direction: column;
		padding: 0;
		width: 100%;
	}
	#html-mail header .anchor-point ul li{
		width: 100%;
		justify-content: flex-start;
		align-items: flex-start;
		border-bottom: 1px solid #4092DC;
	}
	#html-mail header .anchor-point ul li a{
		width: 100%;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 15px 10px;
	}
	#html-mail header .anchor-point ul li a:hover{
		background-color: transparent;
	}
	#html-mail header .anchor-point>div{
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin: 10px 0;
	}
	#html-mail header .anchor-point>div a{
		width: 49%;
		border-radius: 0;
		margin: 0 !important;
		height: 42px;
		padding: 0 5px;
	}
	#html-mail .sec8{
		padding: 100px 0;
	}
	#html-mail .sec8 h2{
		font-size: 3.5rem;
		letter-spacing: 5px;
	}
	#html-mail .fixed_bar{
		width: 50%;
		max-width: 271px;
		top: auto;
		bottom: 15%;
	}
	#html-mail .fixed_bar img{
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	#html-mail .sec8{
		padding: 80px 0;
	}
	#html-mail .sec8 h2{
		font-size: 3rem;
		letter-spacing: 4px;
	}
	#html-mail footer{
		padding: 70px 0;
	}
	#html-mail footer ul.u2{
		margin-top: 20px;
		margin-bottom: 25px;
	}
	#html-mail footer ul.u2 li a,
	#html-mail footer ul.u3 li a{
		padding: 0 15px;
	}
}
@media only screen and (max-width: 480px) {
	#html-mail header .logo a{
		width: 100px;
	}
	#html-mail header .logo .menu-mob{
		width: 40px;
		height: 40px;
	}
	#html-mail header .logo .menu-mob span{
		height: 2px;
	}
	#html-mail header .logo .menu-mob:before{
		height: 2px;
		top: 12px;
		left: 0;
		right: 0;
	}
	#html-mail header .logo .menu-mob:after{
		height: 2px;
		bottom: 12px;
		left: 0;
		right: 0;
	}
	#html-mail header .logo .active:before{
		transform: rotate(-45deg);
		top: 48%;
	}
	#html-mail header .logo .active:after{
		transform: rotate(-135deg);
		bottom: 47%;
	}
	#html-mail header .anchor-point>div .a_phone img{
		width: 15px;
	}
	#html-mail header .anchor-point>div .a_mail img{
		width: 15px;
	}
	#html-mail header .anchor-point>div a span{
		padding-left: 3px;
	}
	#html-mail .sec8{
		padding: 60px 0;
	}
	#html-mail .sec8 h2{
		font-size: 2.5rem;
		letter-spacing: 3px;
	}
	#html-mail footer{
		padding: 60px 0;
	}
	#html-mail footer ul li{
		font-size: 1.4rem;
		line-height: 2;
	}
	#html-mail footer ul.u2{
		margin-top: 15px;
		margin-bottom: 20px;
	}
	#html-mail footer ul.u2 li a,
	#html-mail footer ul.u3 li a{
		padding: 0 10px;
	}
	#html-mail footer p{
		font-size: 1.8rem;
		letter-spacing: 2px;
	}
	#html-mail .top img{
		width: 40px;
	}
}


