@charset "UTF-8";
/* -------------------------------------
 * Since:     2015-01-15
 * Modified:  2015-01-15
 * Guideline: Ver.2.0
 * -------------------------------------
 */
/* ================================================================================== */
/*　home
 ---------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
#slide {
  float: none;
  position: relative;
}

#slide div.slide_main {
  position: absolute;
  top: 35%;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width: 90%;
  height: auto;
  text-align: center;
}

#slide div.slide_main h1 {
  border-bottom: 2px solid #FFF;
  color: #FFF;
  font-size: 2.25rem;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 15px;
  padding: 0px 5px;
}

#slide div.slide_main p.text {
  line-height: 1.25;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 30px;
  padding: 0px 5px;
}

#slide div.slide_main p.btnNav01 {
  width: 280px;
}

@media (min-width: 720px) {
  #slide div.slide_main {
    top: 0;
    width: 720px;
    height: 306px;
  }
  #slide div.slide_main h1 {
    font-size: 3.85rem;
    margin-bottom: 25px;
  }
  #slide div.slide_main p.text {
    line-height: 1.8;
  }
}

#slideBtn a {
  position: absolute;
  z-index: 2;
  bottom: -15px;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 0.875rem/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  margin-left: -23px;
  padding-top: 60px;
}

#slideBtn a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=50;
}

#slideBtn a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#slideBtn a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#slideBtn a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#home #international {
  background-color: #fff;
  color: #540a05;
  padding: 30px 10px;
}

#home #international div.container > .inner {
  padding: 0px;
}

#home #international h2:after {
  color: #B3B3B3;
  content: 'International';
}

#home #about {
  background-color: #540a05;
  color: #fff;
  padding: 30px 10px;
}

#home #about div.container > .inner {
  padding: 0px;
}

#home #about h2:after {
  color: #B3B3B3;
  content: 'About';
}

#home #news {
  padding: 30px 10px;
}

#home #news div.container > .inner {
  padding: 0px;
}

#home #news h2:after {
  content: 'News';
}

#home #activity {
  padding: 30px 10px;
}

#home #activity .container > .inner {
  padding: 0px 10px;
}

#home #activity .container > h2:after {
  content: 'activity';
}

@media (min-width: 1200px) {
  #home .container > .inner {
    padding: 0px 30px;
  }
  #home #international {
    padding: 60px 0px;
  }
  #home #about {
    padding: 60px 0px;
  }
  #home #news {
    padding: 60px 0px;
  }
  #home #news div.container > .inner {
    padding: 0px 30px;
  }
  #home #news div.container > .inner p.w280px {
    width: 280px;
  }
  #home #activity {
    padding: 60px 0px;
  }
  #home #activity .container > .inner {
    padding: 0px 30px;
  }
}

@media (min-width: 720px) {
  #slide div.slide_main h1 {
    font-size: 3.85rem;
    margin-bottom: 25px;
  }
  #slide div.slide_main p.text {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

@media (min-width: 640px) and (max-width: 1200px) {
  #home #news div.container > .inner {
    padding: 0px 30px;
  }
}

ul.topicsList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  max-width: 800px;
  margin: 0 auto;
}

ul.topicsList li {
  width: 100%;
}

ul.topicsList li a {
  text-decoration: none;
  margin: 0;
  padding: 20px 0;
  -webkit-box-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  background-color: #FFF;
  border-bottom: 1px dashed #CCC;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

ul.topicsList li a:link {
  color: #333;
}

ul.topicsList li a:active {
  color: #333;
}

ul.topicsList li a:visited {
  color: #333;
}

ul.topicsList li a:hover {
  color: #E20A16;
}

ul.topicsList li figure {
  font-size: 0px;
  line-height: 0;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100px;
  width: 100%;
}

ul.topicsList li figure img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

ul.topicsList li div.text {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0 0 10px;
  padding: 0 15px 0 0;
}

ul.topicsList li div.text p time {
  font-weight: blod;
  color: #D0A573;
  margin: 0px 0px 10px;
}

ul.topicsList li div.text .tit {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}

/*　その2 dawnload版　*/
#download .list ul.list02 > li a {
  padding: 10px 40px 10px 55px;
}

#download .list ul.list02:before {
  position: absolute;
  left: 10px;
  top: 60%;
  -webkit-transform: translate(0%, -60%);
  -moz-transform: translate(0%, -60%);
  -ms-transform: translate(0%, -60%);
  -o-transform: translate(0%, -60%);
}

#download .list ul.list02 > li a[href$=".doc"]:before,
#download .list ul.list02 > li a[href$=".docx"]:before {
  content: url(../img/ico_doc.png);
}

#download .list ul.list02 > li a[href$=".xls"]:before,
#download .list ul.list02 > li a[href$=".xlsx"]:before {
  content: url(../img/ico_xls.png);
}

#download .list ul.list02 > li a[href$=".pdf"]:before {
  content: url(../img/ico_pdf.png);
}

/* ========================================================== */
/*!　国際ゾンタについて
 * ---------------------------------------------------------- */
#international .international__block {
  display: block;
  margin: 0 0 30px 0;
}

#international .international__block figure {
  text-align: center;
}

#international .international__block .article {
  margin: 0 0 20px 0;
}

#international .international__block .article h2 {
  font-size: 1.714rem;
  font-weight: bold;
  padding: 0em 0.5em;
  color: #f89500;
  background: transparent;
  border-left: solid 5px #660000;
}

#international .international__block .article h3 {
  font-size: 1.5rem;
}

#international .container > .inner {
  max-width: 980px;
  margin: 0px auto;
}

@media (min-width: 800px) {
  #international .international__block {
    margin: 0 0 60px 0;
  }
  #international .international__block .article {
    margin: 0px 0 25px 0;
  }
}

/* ========================================================== */
/*!　奈良ゾンタクラブについて
 * ---------------------------------------------------------- */
#about .about__block {
  display: block;
  margin: 0 0 30px 0;
}

#about .about__block figure {
  text-align: center;
}

#about .about__block .article {
  margin: 0 0 20px 0;
}

#about .about__block .article h2 {
  font-size: 1.714rem;
  font-weight: bold;
  padding: 0em 0.5em;
  color: #f89500;
  background: transparent;
  border-left: solid 5px #660000;
}

#about .about__block .article ul li {
  padding: 0 0 0 20px;
  position: relative;
}

#about .about__block .article ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "◆";
}

#about .about__block .article dl.list {
  padding: 0 10px 10px;
}

#about .about__block .article dl.list dt {
  position: relative;
  float: left;
  width: 5em;
  padding: 10px 0;
  font-weight: bold;
  text-indent: 1em;
  text-align: center;
  text-align-last: justify;
}

#about .about__block .article dl.list dt::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: ":";
  line-height: 0;
}

#about .about__block .article dl.list dd {
  padding: 10px 0 10px 7em;
  border-bottom: 1px #CCCCCC solid;
}

@media (min-width: 800px) {
  #about .about__block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 60px 0;
  }
  #about .about__block:nth-of-type(even) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #about .about__block:nth-of-type(odd) {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #about .about__block figure {
    width: 49%;
  }
  #about .about__block figure img {
    border-style: none;
    height: auto;
    max-width: 100%;
  }
  #about .about__block .article {
    margin: 10px 0 25px 0;
    width: 49%;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
}

/* ========================================================== */
/*!　活動ギャラリー
 * ---------------------------------------------------------- */
#activity #categoryTit01 {
  font-size: 1.73333rem;
  font-weight: bold;
  text-align: center;
}

ul.activityList {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

ul.activityList li {
  margin: 0px 0px 20px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

@media (max-width: 959px) {
  ul.activityList li {
    width: 50%;
  }
  ul.activityList li:nth-of-type(2n-2) {
    padding: 0;
  }
}

@media (min-width: 960px) {
  ul.activityList li {
    width: 25%;
  }
  ul.activityList li:nth-of-type(4n-4) {
    padding: 0;
  }
}

ul.activityList li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

ul.activityList li a {
  width: 100%;
  background-color: #FFF;
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 0;
}

ul.activityList li a:link, ul.activityList li a:active ul.activityList li a:visited {
  color: #000;
}

ul.activityList li a:hover {
  color: #E20A16;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
  -moz-transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

ul.activityList li a .photo {
  height: 220px;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 0px;
  line-height: 0;
}

ul.activityList li a h2 {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
}

ul.activityList li a p {
  font-size: 0.8rem;
  font-weight: normal;
}

.backnumber {
  padding: 40px 20px 30px;
  background-color: #F6F6F6;
}

@media print, screen and (min-width: 960px) {
  .backnumber {
    padding: 60px 50px 60px;
  }
}

.backnumber h2 {
  font-size: 1.5rem;
  text-align: center;
}

.backnumber ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

.backnumber ul li {
  border-bottom: 1px solid #CCC;
  margin: 0 1% 0 0;
  -webkit-box-flex: 0 0 24%;
  -moz-box-flex: 0 0 24%;
  -webkit-flex: 0 0 24%;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
}

@media print, screen and (max-width: 490px) {
  .backnumber ul li {
    -webkit-box-flex: 0 0 49%;
    -moz-box-flex: 0 0 49%;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
}

.backnumber ul li a {
  padding: 0;
  text-decoration: underline;
  display: block;
  position: relative;
  padding: 10px 40px 10px 10px;
  text-decoration: none;
}

.backnumber ul li a:link, .backnumber ul li a:active, .backnumber ul li a:visited {
  color: #000;
}

.backnumber ul li a:hover {
  color: #E20A16;
}

.backnumber ul li a:after {
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 0.625rem;
  content: "\f054";
  right: 10px;
  color: #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/*　詳細
 * ---------------------------------------------------- */
.details .articleTit {
  overflow: hidden;
  padding: 15px 0px;
  max-width: 1000px;
  margin: 0 auto 35px;
  border-bottom: 1px solid #999;
}

.details .articleTit h1 {
  font-size: 1.6rem;
  font-weight: bold;
  clear: both;
  color: #333;
}

/*　日時　*/
p.day {
  margin-bottom: 10px;
}

p.day time {
  font-size: 0.875rem;
  line-height: normal;
}

/*　システムフリー　*/
.system-free {
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 0;
}

.container .PDF {
  max-width: 700px;
  margin: 0 auto;
}

/* ========================================================== */
/*!　歴史
 * ---------------------------------------------------------- */
#history .area_block {
  max-width: 960px;
  margin: 0 auto;
}

#history .title01 {
  border-top: solid 3px #e7e6e6;
  position: relative;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2;
  text-indent: 0.5em;
  color: #f89500;
}

#history .title01:before {
  position: absolute;
  content: " ";
  display: block;
  border-top: solid 3px #660000;
  top: -3px;
  width: 5em;
}

#history dl {
  margin: 0 0 30px 0;
}

#history dl dt {
  padding: 10px 0 0 0;
  font-weight: bold;
}

#history dl dd {
  padding: 10px 0;
  border-bottom: 1px #CCCCCC solid;
}

#history .fiscal-year {
  padding: 16px 20px;
  background: #f7f7f7;
  border-left: 4px solid #bfa23a;
}

#history .fy-term {
  font-weight: bold;
  font-size: 1.05em;
}

#history .fy-role {
  margin: 0;
  font-size: 0.95em;
}

#history .nav {
  margin: 60px 0;
}

#history .nav ul {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  list-style: none;
  padding: 15px;
  margin: 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

#history .nav .next {
  grid-column: 1;
  justify-self: start;
}

#history .nav .top {
  grid-column: 2;
  justify-self: center;
  font-weight: 600;
}

#history .nav .prev {
  grid-column: 3;
  justify-self: end;
}

#history .nav a {
  text-decoration: none;
  color: #333;
}

#history .nav a:hover {
  text-decoration: underline;
}

#history .president-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

#history .president-links li {
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fafafa;
}

#history .president-links li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

#history .president-links li a:hover {
  background: #f0f0f0;
}

#history .president-links li a span {
  display: block;
}

@media screen and (min-width: 640px) {
  #history dl {
    margin: 0 0 70px 0;
  }
  #history dl dt {
    float: left;
    width: 11em;
    padding: 10px 0;
    text-indent: 1em;
  }
  #history dl dd {
    padding: 10px 0 10px 11em;
  }
}

@media screen and (max-width: 360px) {
  #history .nav ul {
    grid-template-columns: 1fr;
    row-gap: 10px;
    text-align: center;
  }
  #history .nav ul .prev, #history .nav ul .next, #history .nav ul .top {
    justify-self: center;
  }
}

/*==================================================================================================================*/
/*!　入会案内 */
/* ---------------------------------------------------------- */
#admission #contents .container > .inner {
  padding: 0 10px;
}

#admission .block__text {
  margin: 0 0 30px 0;
}

#admission .block__text h3 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0px 15px;
  color: #7B1B32;
  border-left: solid 5px #7B1B32;
}

#admission .block__text > p {
  padding: 0 20px;
}

/*==================================================================================================================*/
/*!　プライバシーポリシー */
/* ---------------------------------------------------------- */
#privacy .container h2 {
  font-weight: bold;
  margin-bottom: 15px;
}

#privacy .container ul {
  list-style: disc;
  padding-left: 25px;
}

#privacy .privacy__block {
  max-width: 900px;
  display: block;
  margin: 0 auto 30px auto;
}

@media print, screen and (min-width: 640px) {
  #privacy .container > .inner {
    padding: 0px 30px;
  }
}

/* ========================================================== */
/*!　リンク集
 * ---------------------------------------------------------- */
#link .category__block h2 {
  padding: 0em 0.5em;
  color: #f89500;
  background: transparent;
  border-left: solid 5px #660000;
  font-weight: bold;
  font-size: 1.5rem;
}

#link .area__block {
  padding: 30px 20px 30px;
  background-color: #F6F6F6;
}

@media (min-width: 960px) {
  #link .area__block {
    padding: 60px 50px 60px;
  }
}

#link .area__block h3 {
  font-size: 1.25rem;
  text-align: center;
}

#link .area__block ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#link .area__block ul li {
  border-bottom: 1px solid #CCC;
  margin: 0 1% 0 0;
  -webkit-box-flex: 0 0 49%;
  -moz-box-flex: 0 0 49%;
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  display: block;
  position: relative;
  padding: 10px 20px 10px 10px;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

@media (min-width: 960px) {
  #link .area__block ul li {
    -webkit-box-flex: 0 0 24%;
    -moz-box-flex: 0 0 24%;
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
  }
}

#link .area__block ul li a {
  width: 100%;
  display: block;
  text-decoration: underline;
}

#link .area__block ul li a:link, #link .area__block ul li a:active, #link .area__block ul li a:visited {
  color: #000;
}

#link .area__block ul li a:hover {
  color: #E20A16;
}

#link .area__block ul li a:after {
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 0.625rem;
  content: "\f054";
  right: 10px;
  color: #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
