@charset "utf-8";
#customer-data{
padding-bottom: 5em;
}
.font-weight-bold{
font-weight: bold;
}
#customer-data h1{
  font-size: 150%;
  width: 100%;
  border-bottom: solid 2px #667699;
  margin-bottom: 0.5rem;
}
/*ナビ---------------------------------*/
.data-nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  flex-flow: row wrap;
  margin: 20px auto;
}
.data-nav li {
  display: flex;
  width: 100%;
  max-width: calc(100%/4 - 10px);
}
@media screen and (max-width:576px){
.data-nav li {
  max-width: calc(100%/2 - 10px);
  margin-bottom: 15px;
}

}
.data-nav li:hover {
  opacity: 0.7;
}
.data-nav li a {
  background-color: #647394;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 10px 30px 10px;
  position: relative;
}
.data-nav li a::after {
  position: absolute;
  left: 50%; /* 親要素の中央に左端を合わせる */
  transform: translateX(-50%); /* 自身の幅の半分だけ左に戻して中央揃え */
  bottom: 10px;
  content: ''; /*何も入れない*/
  width: 14px;
  height: 15px;
  background-image: url("../../common-img/anchor-point-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}
/*タイトル*/
#customer-data h2{
  font-size: 130%;
  width: 100%;
  border-bottom: solid 2px #667699;
  margin-bottom: 0.5rem;
  margin-top: 3rem;
}
#customer-data h3 {
  font-size: 1.2em;
  background-color: #a7cce7;
  color: #333333;
  display: inline-block;
  padding: 0.5rem;
  margin: 1.5rem auto 1rem auto;
}
/*対応ソフトと<br>バージョン-----------------------*/
.data-1{
display: flex;
justify-content: space-around;
align-items: center;
flex-flow: row wrap;
margin: 20px auto;
}
.data-1 li{
  max-width: calc(100%/2 - 10px);
}
@media screen and (max-width:576px){
.data-1 li{
  max-width: 100%;
  margin-bottom: 10px;
}
}
.data-1 dl{
border:#647394 solid 3px;
border-radius: 10px;
padding: 15px;
display: flex;
justify-content: center;
align-items: center;
flex-flow: row;
}
/*データ作成時の注意点----------------------------*/
.data-2{
border:#647394 2px solid;
border-radius: 10px;
padding: 15px;
margin: 25px auto 15px auto;
}
.data-2 li a{
  border-bottom: dotted 2px #647394;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #647394;
  padding-left: 1rem;
}
.data-2 li a:hover{
  text-decoration: underline;
  cursor: pointer;
}
#data-2-3 ol{
list-style-type: decimal!important;
}
.data-2-3{
border:#647394 2px solid;
border-radius: 10px;
padding: 15px;
margin-top: 15px;
}
.data-2-3 li{
line-height: 2em;
}
.data-2-photo{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#customer-data dl dt{
order:2;
}
#customer-data dl dd{
order:1;
}
/*データチェックにてついて------------------------*/
.data-3-link{
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
margin: 15px auto;
}
.data-3-link a{
	font-weight: 700;
	background-color: #667699;
	color: #fff!important;
	padding: 0.5rem 40px 0.5rem 15px;
	position: relative;
	font-size: 110%;
	text-align: center;
	border-radius: 10px;
}
.data-3-link a::before{
	position: absolute;
	content: url("../../common-img/link-icon_white.svg");
	top: 0.7rem;
	width: 10px;
	right: 1rem;	
}
.data-3-link a:hover{
	opacity: 0.5;
}
/*データの入稿方法について------------------------*/
.data-4-title{
color: #647394;
font-size: 1.3em;
font-weight: 700;
margin: 15px auto 10px auto;
display: block;
}