@charset "utf-8";
/* CSS Document */
p{
	font-size: 16px;
}
.contents{
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.maru{
	font-family: 'M PLUS Rounded 1c',"Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.main-bg{
	background: url("../images/contacttop/bg.jpg") no-repeat center top/cover;
	padding-top: 5px;
	padding-bottom: 65px;
}
.con-wrap{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.con-wrap .img{
	width: 28%;
}
.con-wrap .text{
	width: 70%;
}
.con-wrap .ttl-text{
	font-size: 25px;
	font-weight: 900;
	margin-bottom: 20px;
	line-height: 1;
}
.con-wrap .copy-text{
	font-size: 16px;
	line-height: 1.62;
	color: #484848;
}
.con-wrap .bor-wrap{
	padding-bottom: 53px;
	border-bottom: 1px solid #707070;
	margin-bottom: 53px;
}
.con-wrap .bor-wrap.ex{
	margin-bottom: 46px;
}
.con-wrap .link-text a{
	border-radius: 20px;
	border: 3px solid #707070;
	display: block;
	width: 100%;
	padding-top: 32px;
	padding-bottom: 32px;
	line-height: 1;
	background: #fff;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}
.con-wrap .bnr-flex{
	display: flex;
	justify-content: space-between;
}
.con-wrap .bnr-flex .bnr{
	width: 48.3%;
}
.con-wrap .bnr-flex .text{
	width: 49%;
	line-height: 1.44;
}
.con-wrap .bnr-flex .text .sm-text{
	color: #484848;
	font-size: 18px;
}
.con-wrap .bnr-flex .text .bit-text{
	font-size: 21px;
	font-weight: 700;
}
.taikyo-link a{
	font-size: 21px;
	line-height: 1;
	text-decoration: underline;
	color: #0067B2;
}
.con-wrap .tel-flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.con-wrap .tel-flex .mini-text{
	font-size: 15px;
	width: 15%;
}
.con-wrap .tel-flex .tel-img{
	width: 40.4%;
	margin-right: 1%;
}
.con-wrap .tel-flex .mail-img{
	font-size: 21px;
	line-height: 1;
	color: #64004D;
	width: 43%;
	white-space: nowrap;
	padding-bottom: 5px;
}
.con-wrap ul.link-texlist{
	margin-top: 11px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.con-wrap ul.link-texlist li{
	width: 49.4%;
	margin-top: 13px;
	display: flex;
	align-items: center;
	/*vertical-align: middle;*/
	text-align: center;
	word-break:break-all;
}
.con-wrap ul.link-texlist li a{
	padding: 16px 0px;
	font-size: 25px;
	line-height: 1.28;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	height: 100%;
	color:#000;
	font-weight: 700;
	background: #fff;
	border-radius: 20px;
	border: 3px solid #707070;
}
.con-wrap ul.link-texlist li.ex a{
	padding-top: 26px;
	padding-bottom: 26px;
}
.notes{
	font-size: 12px;
}
.notes2{
	font-size: 14px;
}
@media (min-width: 768px) {
	.wrap{
		width: 1010px;
		margin-left: auto;
		margin-right: auto;
	}
	.wrap.ex{
		width: 863px;
		margin-left: auto;
		margin-right: auto;
	}
	.wrap2{
		width: 820px;
		margin-left: auto;
		margin-right: auto;
	}	
	.wrap3{
		width: 990px;
		margin-left: auto;
		margin-right: auto;
	}	
}
@media only screen and (max-width : 767px) {
	p{
		font-size: 3.6vw;
		line-height: 1.85;
	}
	.wrap{
		width: 88%;
		margin-left: auto;
		margin-right: auto;
	}	
	.wrap2{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}		
	.wrap3{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.notes{
		font-size: 3.2vw;
	}
	.main-bg{
		background: url("../images/contacttop/bg.jpg") no-repeat center top/cover;
		padding-top: 8.5vw;
		padding-bottom: 16vw;
	}
	.con-wrap{
		display: block;
	}
	.con-wrap .img{
		width: 28%;
	}
	.con-wrap .text{
		width: 100%;
	}
	.con-wrap .ttl-text{
		font-size: 5.6vw;
		margin-bottom: 3vw;
		line-height: 1.33;
		text-align: center;
	}
	.con-wrap .copy-text{
		font-size: 3.7vw;
		line-height: 1.62;
		text-align: center;
	}
	.con-wrap .copy-text.left{
		text-align: left;
	}
	.con-wrap .bor-wrap{
		padding-bottom: 10vw;
		border-bottom: 1px solid #707070;
		margin-bottom: 8vw;
	}
	.con-wrap .bor-wrap.ex{
		margin-bottom: 5.8vw;
		padding-bottom: 10vw;
	}
	.con-wrap .link-text a{
		border-radius: 10px;
		border: 3px solid #707070;
		display: block;
		width: 100%;
		padding-top: 6vw;
		padding-bottom: 6vw;
		font-size: 5.6vw;
	}
	.con-wrap .bnr-flex{
		display: block;
	}
	.con-wrap .bnr-flex .bnr{
		width: 104%;
		margin-left: -2%;
		margin-right: -2%;
	}
	.con-wrap .bnr-flex .text{
		width: 100%;
		line-height: 1.44;
		margin-top: 2.6vw;
	}
	.con-wrap .bnr-flex .text .sm-text{
		font-size: 4.26vw;
	}
	.con-wrap .bnr-flex .text .bit-text{
		font-size: 4.8vw;
	}
	.taikyo-link a{
		font-size: 3.7vw;
	}
	.con-wrap .tel-flex{
		display: block;
	}
	.con-wrap .tel-flex .mini-text{
		font-size: 4.2vw;
		margin-bottom: 1.6vw;
		width: 100%;
	}
	.con-wrap .tel-flex .tel-img{
		width: 89%;
		margin-right: 0%;
		margin-bottom: 2.6vw;
	}
	.con-wrap .tel-flex .mail-img{
		font-size: 4.8vw;
		line-height: 1;
		width: 100%;
		white-space: nowrap;
		padding-bottom: 0px;
	}
	.con-wrap .ex-img{
		width: 86%;
		margin-left: 6%;
		margin-top: 6vw;
	}
	.con-wrap ul.link-texlist{
		margin-top: 6.6vw;
		display: block;
	}
	.con-wrap ul.link-texlist li{
		width: 100%;
		margin-top: 2.6vw;
		display: block;
	}
	.con-wrap ul.link-texlist li a{
		padding: 3vw 0px;
		font-size: 5.6vw;
		line-height: 1.28;
		width: 100%;
		border-radius: 10px;
	}
	.con-wrap ul.link-texlist li.ex a{
		padding-top: 6vw;
		padding-bottom: 6vw;
	}
}

.notes.ex{
	color: #751C7A;
}

