/* CSS Document */
* {}

body, h1, h2, h3, h4, h5, p {
  margin: 0; 
  line-height: 1;
}

body {
  font-size: 16px;
  color: #3d3d3d;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul, li {
  list-style: none; 
  margin: 0;
  padding: 0;
}

.container {
  max-width: calc(1080px + 80px);
  margin: 0 auto;
  padding: 40px;
  background: #faf9f7;
  box-sizing: border-box;
}

@media (max-width: 599px) {
  .container {
    padding: 20px 16px;
  } 
}

/* --header-- */

header {
  width: 100%;
}

header div.header_container {
  max-width: calc(1080px + 80px);
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
}

header h1 {
  font-size: 0;
  width: 32%;
}

@media (max-width: 499px) {
  header h1 {
    width: 40%;
  }
}

/* --fv-- */

section.fv {
  width: 100%;
}

section.fv div.fv_container {
  max-width: calc(1080px + 80px);
  margin: 0 auto;
  background-image: url(image/bg_fv.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 400px 0 32px;
  position: relative;
}

section.fv div.fv_container h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 64px 0 8px;
  background: rgba(2, 33, 82, 0.8);
  top: 0;
  font-size: 42px;
  border-bottom: 4px solid #fff;
}

section.fv div.fv_container div.fv_desc_area {
  width: 100%;
  text-align: center;
}

section.fv div.fv_container p.fv_desc {
  display: inline-block;
  padding: 8px 16px;
  text-align: center;
  border-radius: 8px;
  background: rgba(256, 256, 256, 0.8);
  color: rgba(2, 33, 82, 1);
  font-size: 32px;
  letter-spacing: 1.6px;
  font-weight: bold;
}

section.fv div.fv_container p.fv_desc strong {
  font-size: 40px;
}

@media (max-width: 699px) {
  
  section.fv div.fv_container {
    padding: 320px 0 32px;
  }
  
  section.fv div.fv_container h2 {
    padding: 48px 0 8px;
    font-size: 32px;
    border-bottom: 3px solid #fff;
  }
  
  section.fv div.fv_container p.fv_desc {
    font-size: 24px;
  }
  
  section.fv div.fv_container p.fv_desc strong {
    font-size: 32px;
  }
}

@media (max-width: 499px) {
  
  section.fv div.fv_container h2 {
    padding: 40px 0 8px;
    font-size: 20px;
    border-bottom: 2px solid #fff;
  }
  
  section.fv div.fv_container p.fv_desc {
    font-size: 13px;
  }
  
  section.fv div.fv_container p.fv_desc strong {
    font-size: 16px;
  }
}

/* --cta-- */

section.cta {
  width: 100%;
}

section.cta div.cta_wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  gap: 4px;
  box-sizing: border-box;
}

section.cta div.btn_area {
  width: calc((100% - 4px) / 2);
  text-align: center;
}

section.cta div.btn_area a {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 88%;
  margin: 0 auto;
  padding: 16px 0;
  border: 1px solid #fff;
  border-radius: 99px;
}

section.cta div.btn_area a.sheet {
  background: #245e69;
  box-shadow: 0 0 0 2px #245e69;
  transition: background 0.6s;
}

section.cta div.btn_area a.sheet:hover {
  background: #faf9f7;
  color: #245e69;
  opacity: 1;
  text-decoration: underline;
}

section.cta div.btn_area a.entry {
  background: #245F90;
  box-shadow: 0 0 0 2px #245F90;
  transition: background 0.6s;
}

section.cta div.btn_area a.entry:hover {
  background: #faf9f7;
  color: #245F90;
  opacity: 1;
  text-decoration: underline;
}

section.cta p.cta_sttl {
  text-align: center;
  margin-top: 16px;
  color: #c51f4c;
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 849px) {

  section.cta div.btn_area a {
    font-size: 18px;
    padding: 16px 0;
  }

  section.cta p.cta_sttl {
    font-size: 16px;
  }
}

@media (max-width: 699px) {
  
  section.cta div.cta_wrap {
    flex-direction: column;
    gap: 16px;
  }

  section.cta div.btn_area {
    width: 100%;
    text-align: center;
  }

  section.cta div.btn_area a {
    font-size: 16px;
    width: 94%;
    padding: 8px 0;
  }

  section.cta p.cta_sttl {
    margin-top: 8px;
    font-size: 13px;
  }
}

/* --section.item-- */

section.item {
  width: 100%;
}

section.item h3 {
  font-size: 28px;
  border-left: 12px solid rgba(2, 33, 82, 1);
  padding-left: 8px;
  line-height: 1.6;
}

section.item p.cont {
  width: 96%;
  margin: 32px auto 0;
  line-height: 1.4;
  text-align: justify;
}

section.item p.cont strong {
  font-size: 24px;
  color: #aa941d;
}

@media (max-width: 599px) {
  
  section.item h3 {
    font-size: 20px;
    border-left: 8px solid rgba(2, 33, 82, 1);
    padding-left: 4px;
    line-height: 1.6;
  }
  
  section.item p.cont {
    margin: 24px auto 0;
    font-size: 13px;
  }
  
  section.item p.cont strong {
    font-size: 16px;
    color: #aa941d;
  }
}

/* --brackets-- */

div.brackets {
  width: 100%;
  margin-top: 36px;
}

div.brackets h4 {
  font-size: 24px;
}

div.brackets h4 small {
  font-size: 13px;
  font-weight: normal;
}

p.brackets_cont, p.brackets_cont02 {
  width: 90%;
  margin: 8px auto;
  padding-left: 1em;
  line-height: 1.6;
}

p.brackets_cont::before {
  content: '・';
  margin-left: -1em;
}

p.brackets_cont strong {
  font-size: 20px;
  color: #aa941d;
}

p.brackets_cont strong a {
  font-size: 20px;
  color: #c51f4c;
  text-decoration: underline;
}

@media (max-width: 599px) {
  
  div.brackets h4 {
    font-size: 18px;
  }

  div.brackets h4 small {
    font-size: 10px;
  }
  p.brackets_cont, p.brackets_cont02 {
    width: auto;
    margin: 4px auto;
    font-size: 13px;
  }
  
  p.brackets_cont strong {
    font-size: 16px;
    color: #aa941d;
  }
}

/* --standard_area-- */

div.standard_area {
  width: 88%;
  margin: 32px auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 24px;
  align-items: stretch;
}

div.standard_area div.standard_group {
  width: calc((100% - 24px * 2) / 3);
  border: 1px solid #054263;
  border-radius: 8px;
  padding: 32px 20px;
  box-sizing: border-box;
  background: rgba(36, 94, 105, 0.1);
}

div.standard_area div.standard_group div.h5_area {
  width: 100%;
  text-align: center;
}

div.standard_area div.standard_group div.h5_area h5 {
  display: inline-block;
  font-size: 24px;
  padding: 8px 16px;
  border-bottom: 2px solid #054263;
}

div.standard_area div.standard_group p.standard_desc {
  margin: 28px auto 0;
  width: 94%;
  text-align: justify;
  line-height: 1.6;
}

div.standard_area div.standard_group p.standard_desc strong {
  color: #aa941d;
  font-size: 20px;
  letter-spacing: 0.1px;
}

@media (max-width: 899px) {
  div.standard_area {
    width: 88%;
    margin: 28px auto 0;
    gap: 20px;
  }
  
  div.standard_area div.standard_group {
    width: calc((100% - 20px) / 2);
    padding: 28px 18px;
  }
  
  div.standard_area div.standard_group div.h5_area h5 {
    font-size: 20px;
    padding: 8px 16px;
  }
  
  div.standard_area div.standard_group p.standard_desc {
    margin: 20px auto 0;
    width: 94%;
    text-align: justify;
    line-height: 1.6;
  }
  
  div.standard_area div.standard_group p.standard_desc strong {
    color: #aa941d;
    font-size: 18px;
    letter-spacing: 0.1px;
  }
}

@media (max-width: 499px) {
  div.standard_area {
    width: 74%;
    margin: 24px auto 0;
    flex-direction: column;
    gap: 16px;
  }
  
  div.standard_area div.standard_group {
    width: 100%;
    padding: 28px 32px;
  }
  
  div.standard_area div.standard_group div.h5_area h5 {
    font-size: 20px;
    padding: 8px 16px;
  }
  
  div.standard_area div.standard_group p.standard_desc {
    margin: 20px auto 0;
    width: 94%;
    text-align: justify;
    line-height: 1.6;
    font-size: 13px;
  }
  
  div.standard_area div.standard_group p.standard_desc strong {
    color: #aa941d;
    font-size: 16px;
    letter-spacing: 0.1px;
  }
}

/* --prize_area-- */

div.about_prize {
  margin: 32px 0;
  display: flex;
  align-items: center;
}

div.about_prize div.icon_area {
  width: 8%;
}

div.about_prize div.txt_area {
  flex: 1;
  margin-left: 16px;
}

div.about_prize div.txt_area p.txt01 + p.txt01 {
  margin-top: 8px;
}

div.about_prize div.txt_area p.txt01 strong {
  font-size: 20px;
  color: #aa941d;
}

@media (max-width: 699px) {
  
  div.about_prize div.icon_area {
    width: 16%;
  }
  
  div.about_prize div.txt_area {
    flex: 1;
    margin-left: 8px;
    font-size: 13px;
  }
  
  div.about_prize div.txt_area p.txt01 + p.txt01 {
    margin-top: 8px;
  }
  
  div.about_prize div.txt_area p.txt01 strong {
    font-size: 16px;
    color: #aa941d;
  }
}


/* --2023事例コンテスト-- */

.sp_obj {
  display: none;
}

span.dateOf2023 {
  font-size: 18px;
  color: #c51f4c;
  font-weight: bold;
}

span.apply2023 {
  font-size: 13px;
}

div.selection_flow_image {
  width: 100%;
  margin: 36px 0 0;
  padding: 0 16px;
}

div.selection_flow_image img {
  width: 100%;
  float: none;
}

@media (max-width: 699px) {
  .pc_obj {
    display: none;
  }

  .sp_obj {
    display: block;
  }


  div.selection_flow_image {
    width: 80%;
    margin: 18px auto 0;
    padding: 0 16px;
  }
}

/* --各章について-- */

div.about_prize_contents {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

div.about_prize_contents div.icon_area {
  width: 10%;
}

div.about_prize_contents div.icon_area img {
  width: 100%;
  float: none;
}

div.about_prize_contents p.txt_area {
  flex: 1;
  margin-left: 2%;
}

div.about_prize_contents p.txt_area span.txt01 {
  font-weight: bold;
}

div.about_prize_contents p.txt_area span.txt02 {
  font-weight: bold;
  color: #c51f4c;
  font-size: 20px;
}

@media (max-width: 699px) {
  
  div.about_prize_contents div.icon_area {
    width: 20%;
  }
  
  div.about_prize_contents div.icon_area img {
    width: 100%;
    float: none;
  }
  
  div.about_prize_contents p.txt_area {
    flex: 1;
    margin-left: 2%;
    font-size: 10px;
  }
  
  div.about_prize_contents p.txt_area span.txt01 {
    font-weight: bold;
  }
  
  div.about_prize_contents p.txt_area span.txt02 {
    font-weight: bold;
    color: #c51f4c;
    font-size: 13px;
  }
}

/* --2022年コンテスト受賞結果-- */

div.contest2022_result_example_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 16px;
  box-sizing: border-box;
}

div.contest2022_result_example_wrapper div.result_item {
  width: calc((100% - 16px) / 2);
  margin-top: 32px;
  padding: 16px;
  background: #eee;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

div.contest2022_result_example_wrapper div.result_item div.prize_area {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}

div.contest2022_result_example_wrapper div.result_item div.prize_area_top {
  width: 80px;
  height: 80px;
}

div.contest2022_result_example_wrapper div.result_item div.prize_area p.prize_name {
  padding: 2px 20px;
  border-radius: 99px;
  background: rgba(2, 33, 82, 1);
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  box-shadow: 0 0 0 4px rgba(2, 33, 82, 1);
}

div.contest2022_result_example_wrapper div.result_item div.image_area {
  width: 100%;
  height: auto;
  position: relative;
}

div.contest2022_result_example_wrapper div.result_item div.image_area img {
  width: 100%;
  float: none;
  margin: auto;
  vertical-align: bottom;
}

div.contest2022_result_example_wrapper div.result_item div.image_area div.face_area {
  position: absolute;
  display: block;
  width: 120px;
  height: 120PX;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #fff;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  transform: translateY(50%);
}

div.contest2022_result_example_wrapper div.result_item div.image_area div.face_area img {
  width: 100%;
  float: none;
  margin: auto;
  border-radius: 50%;
  vertical-align: bottom;
}

div.contest2022_result_example_wrapper div.result_item p.company {
  margin-top: 78px;
  text-align: center;
}

div.contest2022_result_example_wrapper div.result_item p.name {
  margin-top: 4px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

div.contest2022_result_example_wrapper div.result_item p.desc01 {
  width: 90%;
  margin: 16px auto 0;
  text-align: center;
  font-weight: bold;
  color: #aa941d;
  line-height: 1.4;
}

div.contest2022_result_example_wrapper div.result_item p.desc02 {
  width: 95%;
  margin: 16px auto 0;
  text-align: justify;
  font-weight: bold;
  line-height: 1.6;
  font-size: 13px;
}

@media (max-width: 699px) {
  div.contest2022_result_example_wrapper {
    flex-direction: column;
    gap: 8px;
  }
  
  div.contest2022_result_example_wrapper div.result_item {
    width: 100%;
    margin-top: 16px;
  }
  
  div.contest2022_result_example_wrapper div.result_item div.prize_area p.prize_name {
    padding: 2px 16px;
    font-size: 13px;
  }
  
  div.contest2022_result_example_wrapper div.result_item div.image_area div.face_area {
    width: 100px;
    height: 100PX;
    border: 2px solid #fff;
  }
  
  div.contest2022_result_example_wrapper div.result_item p.company {
    margin-top: 64px;
  }
  
  div.contest2022_result_example_wrapper div.result_item p.name {
    margin-top: 4px;
    font-size: 16px;
  }
  
  div.contest2022_result_example_wrapper div.result_item p.desc01 {
    width: 90%;
    margin: 8px auto 0;
  }
  
  div.contest2022_result_example_wrapper div.result_item p.desc02 {
    margin: 8px auto 0;
    font-size: 13px;
  }
}


/* エントリーフロー図 */

div.selection_flow_wrap {
  margin-top: 32px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
}

div.selection_flow_wrap div.selection_flow_item {
  width: calc((100% - 40px * 3) / 4);
  padding: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

div.selection_flow_wrap div.selection_flow_item div.ttl_area_wrap {
  width: 100%;
  position: relative;
}

div.selection_flow_wrap div.selection_flow_item div.ttl_area_wrap::after {
  position: absolute;
  display: block;
  content: '';
  background-image: url(image/icon_arrow_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -24px;
  transform: translateX(50%);
}

div.selection_flow_wrap div.selection_flow_item div.ttl_area_wrap_last::after {
  content: none;
}

div.selection_flow_wrap div.selection_flow_item div.ttl_area01 {
  width: 86%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(2, 33, 82, 1);
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
}

div.selection_flow_wrap div.selection_flow_item div.ttl_area02 {
  width: 86%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(2, 33, 82, 0.7);
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
}

div.selection_flow_wrap div.selection_flow_item div.ttl_area01::before, div.selection_flow_wrap div.selection_flow_item div.ttl_area02::before {
  display: block;
  content: '';
  padding-top: 100%;
}

div.selection_flow_wrap div.selection_flow_item div.txt_area_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

div.selection_flow_wrap div.selection_flow_item p.txt_area {
  margin: 24px 0 8px;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  font-size: 13px;
}

div.selection_flow_wrap div.selection_flow_item p.txt_area span.red {
  color: #c51f4c;
}

div.selection_flow_wrap div.selection_flow_item p.date_area {
  margin-top: auto;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  font-size: 13px;
  padding: 8px 0;
  background: rgba(2, 33, 82, 1);
  color: #fff;
  border-radius: 8px;
}

@media (max-width: 799px) {
  div.selection_flow_wrap {
    gap: 40px;
  }
  
  div.selection_flow_wrap div.selection_flow_item {
    width: calc((100% - 40px) / 2);
    padding: 8px;
    position: relative;
  }
  
  div.selection_flow_wrap div.selection_flow_item div.ttl_area_wrap {
    width: 100%;
    position: relative;
  }
  
  div.selection_flow_wrap div.selection_flow_item div.ttl_area_wrap::after {
    position: absolute;
    display: block;
    content: '';
    background-image: url(image/icon_arrow_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    transform: translateX(50%);
  }
  
  div.selection_flow_wrap div.selection_flow_item div.ttl_area_wrap_last::after {
    content: none;
  }
  
  div.selection_flow_wrap div.selection_flow_item div.ttl_area01 {
    width: 86%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(2, 33, 82, 1);
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    font-size: 28px;
    text-align: center;
  }
  
  div.selection_flow_wrap div.selection_flow_item div.ttl_area02 {
    width: 86%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(2, 33, 82, 0.7);
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    font-size: 28px;
    text-align: center;
  }
  
  div.selection_flow_wrap div.selection_flow_item p.txt_area {
    margin-top: 24px;
    text-align: left;
    line-height: 1.6;
    font-weight: bold;
    font-size: 15px;
  }
  
  div.selection_flow_wrap div.selection_flow_item p.txt_area span.red {
    color: #c51f4c;
  }
}

@media (max-width: 499px) {
  div.selection_flow_wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    flex-direction: column;
    gap: 40px;
  }
  
  div.selection_flow_wrap div.selection_flow_item {
    width: 100%;
    padding: 8px;
    position: relative;
  }
  
  div.selection_flow_wrap div.selection_flow_item::after {
    position: absolute;
    display: block;
    content: '';
    background-image: url(image/icon_arrow_down.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 20px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -40px;
    transform: translateY(-50%);
  }
  
  div.selection_flow_wrap div.selection_flow_item:last-child::after {
    content: none;
  }
  
  div.selection_flow_wrap div.selection_flow_item div.ttl_area_wrap::after {
    content: none;
  }
  
  div.selection_flow_wrap div.selection_flow_item div.ttl_area_wrap_last::after {
    content: none;
  }
  
  div.selection_flow_wrap div.selection_flow_item div.ttl_area01 {
    width: 64%;
    font-size: 20px;
  }
  
  div.selection_flow_wrap div.selection_flow_item div.ttl_area02 {
    width: 63%;
    font-size: 20px;
  }
  
  div.selection_flow_wrap div.selection_flow_item p.txt_area {
    width: 78%;
    margin: 24px auto 0;
    font-size: 13px;
  }
}

/* --選考基準について-- */

div.standard_2023_area {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  gap: 16px;
  margin-top: 16px;
}

div.standard_2023_area div.standard_item {
  width: calc((100% - 16px * 3) / 4);
  padding: 8px;
  box-sizing: border-box;
}

div.standard_2023_area div.standard_item div.ttl_area {
  width: 86%;
  margin: 0 auto;
  background: rgba(7, 156, 252, 0.6);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  font-size: 24px;
  text-indent: 0;
  color: #fff;
  font-weight: bold;
}

div.standard_2023_area div.standard_item div.ttl_area::after {
  display: block;
  content: '';
  padding-top: 100%;
}

div.standard_2023_area div.standard_item p.txt_area {
  width: 98%;
  margin: 16px auto 0;
  font-size: 13px;
  line-height: 1.8;
  text-indent: 0;
  color: #212121;
  font-weight: bold;
}

div.standard_2023_area div.standard_item p.txt_area span {
  color: #c51f4c;
}

div.standard_2023_attention_area {
  margin-top: 48px;
}

div.standard_2023_attention_area P {
  margin: 0;
  padding: 0;
  line-height: 0.0004;
  font-size: 16px;
}

div.standard_2023_attention_area P + P {
  margin: 8px;
}

@media (max-width: 699px) {
  div.standard_2023_area {
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
  }
  
  div.standard_2023_area div.standard_item {
    width: 100%;
  }
  
  div.standard_2023_area div.standard_item div.ttl_area {
    width: 64%;
    font-size: 20px;
  }
  
  div.standard_2023_area div.standard_item p.txt_area {
    width: 94%;
    margin: 8px auto 0;
    font-size: 13px;
    line-height: 1.4;
    text-indent: 0;
  }
  
  div.standard_2023_attention_area {
    margin-top: 24px;
  }
  
  div.standard_2023_attention_area p {
    line-height: 1;
    font-size: 13px;
  }
  
  div.standard_2023_attention_area p + p {
    margin: 8px;
  }
}

/* --footer-- */

footer {
  width: 100%;
}

footer div.footer_container {
  background: rgba(2, 33, 82, 0.8);
  max-width: calc(1080px + 80px);
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

footer p {
  line-height: 1.8;
  color: #fff;
  text-align: center;
}

footer small {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 32px;
}

@media (max-width: 499px) {
  footer div.footer_container {
    padding: 38px 0;
  }
  
  footer p {
    line-height: 1.6;
    font-size: 13px;
  }
  
  footer small {
    margin-top: 24px;
    font-size: 8px;
    letter-spacing: -1px;
  }
}

