@charset "UTF-8";
/*--------------------------------------------------*/
/*		http://hssr.sato-group.com/
/*		/css/union.css
/*--------------------------------------------------*/
/*		$index
/*--------------------------------------------------*/
/*			$index.......目次
/*			$visual......visual部分
/*			$layout......全体・部分的なレイアウト
/*			$guide.......grant-guide内
/*				$guideBox01.......box01内
/*				$guideBox02.......box02内
/*				$guideBox03.......box03内
/*			$list........grant-list内
/*				$listBox01........box01内
/*				$listBox02........box02内
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*			$visual
/*--------------------------------------------------*/
#lower-visual {
  background: url(../images/union/visual_pc.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #lower-visual {
    background: url(../images/union/visual_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

/*--------------------------------------------------*/
/*			$box01
/*--------------------------------------------------*/
#box01 {
  padding-bottom: 40px;
}

#box01 p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #box01 {
    padding-bottom: 6.125%;
  }
  #box01 p {
    font-size: 1.2rem;
    text-align: center;
  }
}

/*--------------------------------------------------*/
/*			$box02
/*--------------------------------------------------*/
#box02 {
  padding-bottom: 45px;
}

#box02 li {
  text-align: center;
  margin-bottom: 10px;
  padding: 1em;
  border: 1px #2a366d solid;
  font-size: 1.4rem;
}

#box02 li:last-child {
  margin-bottom: 0;
}

#box02 li p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15em;
}

#box02 li p span {
  margin-left: 1em;
}

#box02 li p span a {
  padding: .5em 3em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #box02 {
    padding-bottom: 7.03125%;
  }
  #box02 li {
    margin-bottom: 3.33333%;
    font-size: 1.2rem;
  }
  #box02 li p {
    padding-left: 0;
    display: block;
    text-align: center;
  }
  #box02 li p span {
    display: block;
    margin: 1em auto 0;
    width: 57.5%;
  }
  #box02 li p a {
    text-align: center;
  }
}

/*--------------------------------------------------*/
/*			$box03
/*--------------------------------------------------*/
#box03 {
  margin: 0 0 45px;
}

#box03 .txt01 {
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 15px;
}

#box03 .txt01 span {
  color: #ed2e1a;
}

#box03 ul {
  margin: 0 0 35px;
}

#box03 ul.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

#box03 ul li {
  width: 470px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px;
  background-color: #dbeffa;
}

#box03 ul li:nth-of-type(1), #box03 ul li:nth-of-type(2) {
  margin: 0 0 17px;
}

#box03 dt {
  text-align: center;
  font-size: 1.4rem;
  margin: 0 0 20px;
}

#box03 dd {
  font-size: 1.4rem;
}

#box03 dd p {
  text-align: center;
}

#box03 dd b {
  font-size: 2rem;
  color: #ed9b1a;
}

@media screen and (max-width: 767px) {
  #box03 {
    margin: 0 0 5%;
  }
  #box03 .txt01 {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 4%;
  }
  #box03 .txt01 span {
    color: #ed2e1a;
  }
  #box03 ul {
    margin: 0 0 4%;
  }
  #box03 ul.flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  #box03 ul li {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 3%;
    margin: 0 0 2%;
    background-color: #dbeffa;
  }
  #box03 ul li:nth-of-type(1), #box03 ul li:nth-of-type(2) {
    margin: 0 0 2%;
  }
  #box03 ul li:last-child {
    margin: 0;
  }
  #box03 dt {
    text-align: center;
    font-size: 1.2rem;
    margin: 0 0 2%;
  }
  #box03 dd {
    font-size: 1.2rem;
  }
  #box03 dd p {
    text-align: center;
  }
  #box03 dd b {
    font-size: 1.5rem;
    color: #ed9b1a;
  }
}

/*--------------------------------------------------*/
/*			$box04
/*--------------------------------------------------*/
#box04 {
  padding-bottom: 50px;
}

#box04 .box04-top {
  padding-bottom: 30px;
  font-size: 1.4rem;
}

#box04 .box04-top p {
  padding-bottom: 1em;
  text-align: center;
}

#box04 .box04-top ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1em;
}

#box04 .box04-top ul li {
  width: 308px;
  padding: 1em;
  background-color: #f4f4f4;
  text-align: center;
}

#box04 aside {
  margin: 0 0 30px;
}

#box04 aside p {
  position: relative;
  margin-bottom: 35px;
  color: #ed9b1a;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

#box04 aside p:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 64px 0 64px;
  border-color: #ed9c1a transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#box04 aside dl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#box04 aside dl dt {
  width: 167px;
  margin-right: 30px;
  font-size: 0;
  line-height: 0;
}

#box04 aside dl dd {
  font-size: 1.8rem;
}

#box04 aside dl dd span {
  font-size: 1.4rem;
}

#box04 .contact .tel {
  background-color: #fdf8ee;
  padding: 20px 0;
  margin: 0 0 12px;
}

#box04 .contact .tel dt {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}

#box04 .contact .tel dt:before {
  content: "\e909";
  margin-right: 5px;
  font-size: 2rem;
  font-family: 'icomoon';
  line-height: 1;
}

#box04 .contact .tel dd {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

#box04 .contact .tel dd b {
  font-size: 4.2rem;
  font-weight: bold;
}

#box04 .contact .tel dd small {
  font-size: 1.4rem;
  font-weight: normal;
}

#box04 .contact .mail {
  background-color: #fdf8ee;
  padding: 20px 0;
}

#box04 .contact .mail dt {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}

#box04 .contact .mail dt:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 5px;
  font-size: 2rem;
}

#box04 .contact .mail .btn {
  font-size: 1.8rem;
  width: 400px;
  margin: 0 auto;
}

#box04 .contact p.btn02 a {
  text-align: center;
  color: #fff;
  padding: 5px;
  background-color: #ed9b1a;
}

@media screen and (max-width: 767px) {
  #box04 {
    padding-bottom: 6.25%;
  }
  #box04 .box04-top {
    /*padding-bottom: (25/600)*100*1%;*/
    padding-bottom: 0;
    font-size: 1.2rem;
  }
  #box04 .box04-top p {
    text-align: center;
  }
  #box04 .box04-top ul {
    display: block;
    padding-bottom: 1em;
  }
  #box04 .box04-top ul li {
    width: 100%;
    margin-bottom: 1.66667%;
    padding: 1em 1.5em;
    text-align: center;
  }
  #box04 .box04-top ul li:last-child {
    margin-bottom: 0;
  }
  #box04 aside {
    margin: 0 0 3%;
  }
  #box04 aside p {
    /*margin-bottom: (90/600)*100*1%;*/
    margin-bottom: 10%;
    font-size: 1.5rem;
  }
  #box04 aside p:after {
    border-width: 20px 35px 0 35px;
  }
  #box04 aside dl {
    display: block;
  }
  #box04 aside dl dt {
    width: 46.66667%;
    margin: 0 auto 5%;
  }
  #box04 aside dl dd {
    font-size: 1.5rem;
    text-align: center;
  }
  #box04 aside dl dd span {
    font-size: 1.2rem;
  }
  #box04 .contact .tel {
    background-color: #fdf8ee;
    padding: 5% 0;
    margin: 0 0 3%;
  }
  #box04 .contact .tel dt {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  #box04 .contact .tel dt:before {
    content: "\e909";
    margin-right: 1%;
    font-size: 1.5rem;
    font-family: 'icomoon';
    line-height: 1;
  }
  #box04 .contact .tel dd {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }
  #box04 .contact .tel dd b {
    font-size: 2.5rem;
    font-weight: bold;
  }
  #box04 .contact .tel dd small {
    font-size: 1.2rem;
    font-weight: normal;
  }
  #box04 .contact .mail {
    background-color: #fdf8ee;
    padding: 5% 0;
  }
  #box04 .contact .mail dt {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 1%;
  }
  #box04 .contact .mail dt:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 1%;
    font-size: 1.5rem;
  }
  #box04 .contact .mail .btn {
    font-size: 1.4rem;
    width: 83.33333333333333%;
    margin: 0 auto;
    background-color: #ed9b1a;
  }
}

/*--------------------------------------------------*/
/*			$box05
/*--------------------------------------------------*/
#box05 ul.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#box05 ul.flex > li {
  width: 470px;
  padding-bottom: 60px;
}

#box05 ul.flex table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  line-height: 1.8;
}

#box05 ul.flex table thead th {
  padding-bottom: .5em;
  font-size: 2rem;
  font-weight: normal;
}

#box05 ul.flex table thead th span {
  font-size: 1.6rem;
}

#box05 ul.flex table tbody th {
  width: 34.89362%;
  padding: 1em;
  border: 1px #9a9a96 solid;
  background-color: #dbeffa;
  font-weight: normal;
}

#box05 ul.flex table tbody td {
  padding: 1em;
  border: 1px #9a9a96 solid;
}

#box05 ul.flex table tbody td .inline {
  font-size: 0;
  line-height: 0;
}

#box05 ul.flex table tbody td .inline li {
  display: inline-block;
  padding-right: 2em;
  font-size: 1.4rem;
  line-height: 1.8;
}

#box05 ul.flex table tbody td .inline li:last-child {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  #box05 ul.flex {
    display: block;
  }
  #box05 ul.flex > li {
    width: 100%;
    padding-bottom: 10%;
  }
  #box05 ul.flex table {
    font-size: 1.2rem;
  }
  #box05 ul.flex table thead th {
    font-size: 1.4rem;
  }
  #box05 ul.flex table thead th span {
    font-size: 1.2rem;
  }
  #box05 ul.flex table tbody th {
    display: block;
    width: 100%;
    padding: .8em .5em;
    border-bottom: none;
  }
  #box05 ul.flex table tbody td {
    display: block;
    width: 100%;
    padding: .8em .5em;
    border-bottom: none;
  }
  #box05 ul.flex table tbody td .inline {
    font-size: 0;
    line-height: 0;
  }
  #box05 ul.flex table tbody td .inline li {
    font-size: 1.2rem;
  }
  #box05 ul.flex table tbody tr:last-child td {
    border-bottom: 1px #9a9a96 solid;
  }
}
/*# sourceMappingURL=union.css.map */