@charset "UTF-8";
.BreadCrumb{
  padding: 75px 0 0 0;
}
main{
  width: 92vw;
  margin: auto;
  padding: 10vw 0 0;
}
/*---------------------------------------------------------------*/
/*--//mainArea--*/
.mainArea{
  width: 92vw;
  margin: auto;
}
.mainTitle{
  position: relative;
  background-color: #f1f5f6;
  padding: 3vw 3vw;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.mainTitle > h1{
  font-size: 4vw;
  color: #061651;
  width: 66vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.mainTitle > p{
  font-size: 3.4vw;
  color: #343434;
  font-weight: 300;
  display: block;
  width: 92vw;
  line-height: 1.5;
  padding: 2vw 0 0;
}
.mainTitle > a{
  text-decoration: none;
  position: absolute;
  top: 1vw;
  right: 1vw;
  width: 20vw;
  height: 8vw;
  background-color: #005db2;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  display: grid;
  place-items: center;
}
.mainTitle > a > span{
  font-size: 2.6vw;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.mainTitle > a:hover{
  background-color: #eff8ff;
}
.mainTitle > a:hover > span{
  color: #005eb2;
}

/*---------------------------------------------------------------*/
.mainImages{
  margin: 5vw 0 10vw;
/*
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
*/
}
.mainImages li{
  width: 92vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #f1f5f6;
  margin: 0 auto 4vw;
}
.mainImages li > img{
}

.mainArea > p{
  padding: 5vw 0;
  font-size: 3.4vw;
  color: #343434;
  font-weight: 300;
  display: block;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.mainArea > h3{
  font-size: 5vw;
  color: #005db1;
  letter-spacing: 0.1em;
}
.mainArea > h3 > span{

}
.mainArea > table{
  margin: 5vw 0 4vw;
}
.mainArea > table tr{

}
.mainArea > table th{
  font-size: 3.4vw;
  color: #343434;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  background-color: #f1f5f6;
  padding: 1vw 2vw;
  width: 30vw;
  border: 1px solid #d4d4d4;
}
.mainArea > table td{
  font-size: 3.4vw;
  color: #343434;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  padding: 1vw 2vw;s
  width: 62vw;
  border: 1px solid #d4d4d4;
}

/*---------------------------------------------------------------*/
/*--//mainBody--*/
.mainBody{
  position: relative;
  background-color: #f1f5f6;
  margin: 10vw 0 20vw;
  padding: 4vw;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.mainBody > h3{
  font-size: 5vw;
  color: #005db1;
  letter-spacing: 0.1em;
}
.mainBody > p{
  padding: 4vw 0 6vw;
  font-size: 3.6vw;
  color: #343434;
  font-weight: 300;
  display: block;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.mainBody > ul{
  padding: 2vw 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mainBody > ul li{
  font-size: 3.4vw;
  color: #343434;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 1vw;
  padding: .5vw 2vw;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}


/*---------------------------------------------------------------*/
/*--//mainMap--*/
.mainMap{
  width: 100%;
  height: 50vw;
  margin: auto auto 14vw;
}





/*---------------------------------------------------------------*/
/*--//　add　--*/
.addArea{
/*  background-color: #005db1;*/
  width: 92vw;
  margin: 0 0 30vw 0;
}
.addArea > h2{
  margin: 0 0 2vw 0;
}
.addArea > h3{
  font-size: 3vw;
  color: #343434;
  font-weight: 300;
  line-height: 1.5;
}
.addArea > h4{
  font-size: 3vw;
  color: #343434;
  font-weight: 300;
  line-height: 1.5;
}
.addArea > p{
  font-size: 3vw;
  color: #343434;
  font-weight: 300;
  line-height: 1.5;
}


/*------------------------------------------------------------------------------------------------------*/
/*　　　　PC css　　　　*/
/*------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
.BreadCrumb{
  padding: 75px 0 0 0;
}
main{
  width: 1200px;
  margin: auto;
  padding: 50px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*---------------------------------------------------------------*/
/*--//mainArea--*/
.mainArea{
  width: 850px;
  margin: 0;
}
.mainTitle{
  position: relative;
  background-color: #f1f5f6;
  padding: 10px 20px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.mainTitle > h1{
  font-size: 28px;
  color: #061651;
  width: 620px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.mainTitle > p{
  font-size: 16px;
  color: #343434;
  font-weight: 300;
  display: block;
  width: 620px;
  line-height: 1.5;
  padding: 20px 0 5px;
}
.mainTitle > a{
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 160px;
  height: 40px;
  background-color: #005db2;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  display: grid;
  place-items: center;
}
.mainTitle > a > span{
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.mainTitle > a:hover{
  background-color: #eff8ff;
}
.mainTitle > a:hover > span{
  color: #005eb2;
}

/*---------------------------------------------------------------*/
.mainImages{
  margin: 60px 0 120px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mainImages li{
  width: 255px;
  height: 170px;
  margin: 0 0 42.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #f1f5f6;
}
.mainImages li:nth-child(3n+2){
  margin: 0 42.5px 42.5px;
}
.mainImages li > img{
}

.mainArea > p{
  padding: 20px 0;
  font-size: 13px;
  color: #343434;
  font-weight: 300;
  display: block;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.mainArea > h3{
  font-size: 18px;
  color: #005db1;
  letter-spacing: 0.1em;
}
.mainArea > h3 > span{

}
.mainArea > table{
  margin: 20px 0 40px;
}
.mainArea > table tr{

}
.mainArea > table th{
  font-size: 13px;
  color: #343434;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  background-color: #f1f5f6;
  padding: 4px 10px;
  width: 120px;
  border: 1px solid #d4d4d4;
}
.mainArea > table td{
  font-size: 13px;
  color: #343434;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  padding: 4px 10px;
  width: 305px;
  border: 1px solid #d4d4d4;
}

/*---------------------------------------------------------------*/
/*--//mainBody--*/
.mainBody{
  position: relative;
  background-color: #f1f5f6;
  margin: 60px 0;
  padding: 20px 20px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.mainBody > h3{
  font-size: 18px;
  color: #005db1;
  letter-spacing: 0.1em;
}
.mainBody > p{
  padding: 10px 0 30px;
  font-size: 13px;
  color: #343434;
  font-weight: 300;
  display: block;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.mainBody > ul{
  padding: 10px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mainBody > ul li{
  font-size: 13px;
  color: #343434;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 5px;
  padding: 2px 10px;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/*---------------------------------------------------------------*/
/*--//mainMap--*/
.mainMap{
  width: 100%;
  height: 260px;
  margin: auto auto 100px auto;
}

/*---------------------------------------------------------------*/
/*--//　add　--*/
.addArea{
/*  background-color: #005db1;*/
  width: 300px;
  margin: 0 0 0 0;
}
.addArea > h2{
  margin: 0 0 20px 0;
}
.addArea > h3{
  font-size: 12px;
  color: #343434;
  font-weight: 300;
  line-height: 1.5;
}
.addArea > h4{
  font-size: 12px;
  color: #343434;
  font-weight: 300;
  line-height: 1.5;
}
.addArea > p{
  font-size: 12px;
  color: #343434;
  font-weight: 300;
  line-height: 1.5;
}

}/*--　PC css終了　--*/