@charset "UTF-8";
#footer {
  /* Base CSS */
  /*
  HTML5 reset (base style: html5doctor.com Reset v1.6.1) 
  UPDATE 2013.02.22
  AUTHOR Takuya Sugimoto
   */
  /* _______________________form setting  */
  /* _______________________mouse cursor */
}
#footer html, #footer body, #footer span, #footer object, #footer iframe, #footer blockquote, #footer pre, #footer abbr, #footer address, #footer cite, #footer code, #footer del, #footer dfn, #footer em, #footer img, #footer ins, #footer kbd, #footer q, #footer samp, #footer small, #footer strong, #footer sub, #footer sup, #footer var, #footer b, #footer i, #footer fieldset, #footer form, #footer label, #footer legend, #footer table, #footer caption, #footer tbody, #footer tfoot, #footer thead, #footer tr, #footer th, #footer td, #footer article, #footer aside, #footer canvas, #footer details, #footer figcaption, #footer figure, #footer hgroup, #footer menu, #footer section, #footer summary, #footer time, #footer mark, #footer audio, #footer video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
#footer div, #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer footer, #footer header, #footer dl, #footer dt, #footer dd, #footer ol, #footer ul, #footer li, #footer p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
#footer body {
  line-height: 1;
}
#footer main, #footer article, #footer aside, #footer details, #footer figcaption, #footer figure, #footer footer, #footer header, #footer hgroup, #footer menu, #footer nav, #footer section {
  display: block;
}
#footer ul {
  list-style: none;
}
#footer blockquote, #footer q {
  quotes: none;
}
#footer blockquote:before, #footer blockquote:after, #footer q:before, #footer q:after {
  content: none;
}
#footer a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
}
#footer ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#footer mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#footer del {
  text-decoration: line-through;
}
#footer abbr[title], #footer dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#footer table {
  border-collapse: collapse;
  border-spacing: 0;
}
#footer hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#footer input, #footer textarea, #footer select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
#footer input, #footer textarea, #footer select {
  *font-size: 100%;
}
#footer input, #footer textarea, #footer select, #footer option, #footer optgroup {
  vertical-align: middle;
  letter-spacing: 0em;
}
#footer select {
  min-width: 2em;
}
#footer option, #footer optgroup {
  padding-right: 0.4em;
}
#footer label[for],
#footer input[type="checkbox"],
#footer input[type="radio"],
#footer input[type="button"],
#footer input[type="image"],
#footer input[type="reset"],
#footer input[type="submit"],
#footer select, #footer option, #footer button {
  cursor: pointer;
}
#footer optgroup {
  cursor: default;
}

@media print, screen and (min-width: 751px) {
  .sp {
    display: none;
  }

  #footer {
    position: relative;
    background-color: #16ae41;
    width: 100%;
    padding: 35px 0 30px;
  }
  #footer a {
    color: #fff;
  }
  #footer .f_inner {
    width: 1200px;
    margin: 0 auto;
  }
  #footer .f_area01 {
    margin-bottom: 30px;
  }
  #footer .f_area01 a {
    display: inline-block;
  }
  #footer .f_area02 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 85px;
  }
  #footer .f_area02 .block01 {
    width: 265px;
  }
  #footer .f_area02 .block02 {
    width: 350px;
  }
  #footer .f_area02 .block03 {
    width: 310px;
  }
  #footer .f_area02 .block03 .item_head {
    margin-bottom: 40px;
  }
  #footer .f_area02 .block03 p.item_head {
    margin-bottom: 10px;
  }
  #footer .f_area02 .block04 {
    width: 270px;
  }
  #footer .f_nav .item_head {
    position: relative;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
  }
  #footer .f_nav .item_head:before {
    content: '・';
    content: '';
    display: inline-block;
    color: #fff;
    font-size: 13px;
  }
  #footer .f_nav .item {
    width: 100%;
  }
  #footer .f_nav .item:not(:last-child) ul {
    margin-bottom: 35px;
  }
  #footer .f_nav .item ul li {
    padding-left: .5em;
    text-indent: -.5em;
    font-size: 10px;
    margin-left: 18px;
    margin-left: 5px;
    margin-bottom: 7px;
  }
  #footer .f_nav .item ul li:before {
    content: '-';
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-right: 3px;
  }
  #footer .f_nav .item ul li a {
    font-size: 12px;
  }
  #footer .f_nav .item ul li a[target="_blank"]:after {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_blank.png") center 0/100% no-repeat;
    width: 13px;
    height: 9px;
    margin-left: 8px;
  }
  #footer .f_nav .item ul .brackets a {
    font-feature-settings: "palt";
  }
  #footer .f_area03 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 30px;
    border-bottom: 2px solid #fff;
  }
  #footer .f_area03 .link_list {
    padding-bottom: 3px;
  }
  #footer .f_area03 .link_list .list {
    display: flex;
    justify-content: flex-start;
  }
  #footer .f_area03 .link_list .item {
    font-size: 10px;
  }
  #footer .f_area03 .link_list .item:not(:first-child) {
    margin-left: 15px;
  }
  #footer .f_area03 .link_list .item:not(:last-child) {
    position: relative;
    padding-right: 20px;
  }
  #footer .f_area03 .link_list .item:not(:last-child):after {
    position: absolute;
    right: -3px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    content: '';
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    transform: rotate(-45deg);
  }
  #footer .f_area03 .link_list .item a {
    font-size: 13px;
  }
  #footer .f_area03 .link_list .item a[target="_blank"]:after {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_blank.png") center 0/100% no-repeat;
    width: 13px;
    height: 9px;
    margin-left: 8px;
  }
  #footer .f_area03 .sns_list {
    width: 400px;
    height: 54px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
  }
  #footer .f_area03 .sns_list p {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 0 26px 0 17px;
  }
  #footer .f_area03 .sns_list .list {
    display: flex;
    justify-content: space-between;
  }
  #footer .f_area03 .sns_list .list .item {
    width: 36px;
  }
  #footer .f_area03 .sns_list .list .item:not(:last-child) {
    margin-right: 10px;
  }
  #footer .f_area03 .sns_list .list a {
    display: block;
  }
  #footer .f_area03 .sns_list .list img {
    width: 100%;
  }
  #footer .f_area03 .note {
    font-size: 12px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 25px;
  }
  #footer .f_area03 small {
    display: block;
    font-size: 11px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
  }
  #footer .f_area03 small .pc_space {
    width: 12px;
  }
}
@media print, screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  #footer {
    position: relative;
    background-color: #16ae41;
    width: 100%;
    padding-bottom: 85px;
  }
  #footer a {
    color: #fff;
  }
  #footer .f_area01 {
    display: none;
  }
  #footer .f_area02 {
    margin-bottom: 36px;
  }
  #footer .f_nav .item_head {
    position: relative;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    color: #fff;
    padding: 20px;
  }
  #footer .f_nav .item_head:before, #footer .f_nav .item_head:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 20px;
    width: 10px;
    height: 2px;
    background-color: #fff;
    transition: all linear 200ms;
  }
  #footer .f_nav .item_head:before {
    transform: rotate(45deg);
    top: 22px;
  }
  #footer .f_nav .item_head:after {
    transform: rotate(-45deg);
    top: 28px;
  }
  #footer .f_nav .item_head:hover {
    text-decoration: none;
  }
  #footer .f_nav .item_head:hover:before, #footer .f_nav .item_head:hover:after {
    right: 15px;
  }
  #footer .f_nav .item {
    width: 100%;
    font-size: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  #footer .f_nav .item > ul {
    display: none;
  }
  #footer .f_area03 .link_list {
    width: 89.33%;
    margin: 0 auto;
  }
  #footer .f_area03 .link_list .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #footer .f_area03 .link_list .item {
    font-size: 10px;
    margin-bottom: 30px;
  }
  #footer .f_area03 .link_list .item:nth-child(odd) {
    width: 44.77%;
  }
  #footer .f_area03 .link_list .item:nth-child(even) {
    width: calc(100% - 44.77%);
  }
  #footer .f_area03 .link_list .item a {
    font-size: 12px;
  }
  #footer .f_area03 .link_list .item a[target="_blank"]:after {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_blank.png") center 0/100% no-repeat;
    width: 13px;
    height: 9px;
    margin-left: 8px;
  }
  #footer .f_area03 .sns_list {
    padding: 18px 0 22px;
    background-color: #fff;
    margin-bottom: 30px;
  }
  #footer .f_area03 .sns_list p {
    font-size: 14px;
    color: #16ae41;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .f_area03 .sns_list .list {
    width: 77.33%;
    max-width: 300px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  #footer .f_area03 .sns_list .list a {
    display: block;
  }
  #footer .f_area03 .sns_list .list img {
    width: 45px;
  }
  #footer .f_area03 .note {
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 37px;
  }
  #footer .f_area03 small {
    text-align: center;
    display: block;
    font-size: 10px;
    line-height: 1.5;
    color: #fff;
  }
  #footer .f_area03 small .pc_space {
    width: 12px;
  }
}
