@charset "utf-8";

/*フッター*/
a:hover,
li:hover,
button:hover {
  transition-duration: 1s;
  transition-property: all;
}

footer {
  background: #00a99d;
  font-family: 'メイリオ', sans-serif;
  font-size: 14px;
  color: #fff;
  width: 100%;
}

footer a {
  text-decoration: none !important;
}

footer nav {
  margin-left: 40px;
  margin-right: 40px;
  width: 1080px;
  margin: 0 auto;
}

footer figure {
  padding: 46px 0;
  margin: 0;
}

footer p {
  margin-top: 0px;
  color: #fff !important;
  font-size: 14px;
  line-height: normal;
}

footer p span.shasin {
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #fff;
  margin-right: 10px;
  color: #fff;
}

footer ul {
  margin-bottom: 20px;
  padding-left: 0px;
  border-left: solid 1px;
  margin-top: 20px;
  list-style-position: outside;
  box-sizing: border-box;
}

footer ul {
  position: relative;
}

footer ul.width170 {
  width: 170px;
}



footer ul.width170 li:first-child:before,
footer ul.footer_policy li::before,
.margin_left2 li::before{
  content: "・";
  position: absolute;
  left: 0;
  margin-left: -24px;
  font-size: 48px;
}
footer ul.footer_policy li:last-child::before{
  content: "";
}

footer ul li {
  list-style-type: disc;
  list-style-type: none;
  line-height: 17px;
  padding: 8px 0;
  text-indent: 0;
  margin: 0;
  font-size: 28px;
}

footer p span.shasin:hover {
  background: #ffffff;
  border-style: solid;
  border-color: #00A99D;
  border-width: 1px;
  border-radius: 3px;
  color: #00A99D;
  padding: 5px 10px;
  transition: 1s;
}

footer ul a {
  color: #fff;
  width: 100%;
  display: block;
}

footer ul a.inline {
  display: inline;
}

footer ul a:hover {
  color: #00a99d;
  background: #fff;
  transition: 1s;
}

footer ul li.privacy a:hover {
  background: #00a99d;
  transition: 1s;
  opacity: 0.9;
}

footer ul li.privacy a {
  display: inline;
}

footer .style_none.privacy {
  text-align: center;
}

footer .style_none.privacy img {
  widows: 50%;
  max-width: 100px;
  min-width: 50px;
}

footer hr {
  border: 0;
  height: 1px;
  background: #fff;
  margin: 0;
}

footer .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

footer .flex2 {
  display: flex;
  align-items: flex-end;
}

footer .flex2 img.margin-left {
  margin: 0 0 0 16px;
}

footer .text_align_center {
  text-align: center;
  background: #fff;
  padding: 5px;
}

footer small {
  color: #00a99d;
  font-size: 12px;
  line-height: 30px;
}

footer li.style_none {
  list-style-type: none;
}

footer img:hover {
  opacity: 0.5;
}

footer ul li a span {
  font-size: 14px;
  vertical-align: super;
}

footer ul.margin_left2 li a span {
  vertical-align: middle;
}

footer ul li a {
  font-size: 14px;
  vertical-align: middle;
}

footer ul li span {
  font-size: 14px;
}

footer ul.otoiawase li span{
  line-height: 20px;
}



/*トップに戻るボタン*/
.pagetop {
  display: none;
  position: fixed !important;
  bottom: 90px !important;
  right: 5px !important;
  min-width: 0;
  opacity: 1;
}

.pagetop a:hover {
  opacity: 0.5;
  transition: 1s;
}

.background_none {
  background: none !important;
}

/*Chromeのみ適用*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  footer ul {
    padding-left: 22px;
  }
}

/*FireFoxのみ*/
@-moz-document url-prefix() {
  footer ul {
    padding-left: 20px;
  }
}

/* Edge のみ適用 */
@supports (-ms-ime-align: auto) {
  footer ul {
    padding-left: 15px;
  }

  footer ul li a span {
    vertical-align: top;
  }
}

/*Macのみ適用*/
footer.mac ul {
  padding-left: 18px;
}

footer.mac ul li a span {
  vertical-align: text-bottom;
}

footer.mac ul.margin_left2 li a span {
  vertical-align: middle;
}

/*レスポンシブ*/
@media screen and (max-width:1080px) {

  footer nav {
    width: 100%;
  }

  footer figure {
    padding: 46px 3%;
  }

  footer figure img {
    /*width: 298px;
    height: 48px;*/
  }

  footer p {
    padding: 0 3% 20px;
  }

  footer p a {
    display: block;
    margin-bottom: 14px;
  }

  footer p span.nansei {
    line-height: 24px;
  }

  footer .margin_left2 {
    margin-left: 3%;
  }

  footer .margin_right2 {
    margin-right: 3%;
  }

  footer .flex {
    flex-wrap: wrap;
    margin: 0 3%;
  }

  footer ul.width170 {
    width: 50%;
  }

  footer hr {
    margin: 0 3%;
  }

  footer ul.otoiawase {
    border-left: none;
    border-top: 1px solid #fff;
    width: 100%;
    text-align: center;
    padding: 46px 0;
    margin: 0;
  }

  footer ul.otoiawase li {
    padding: 0;
  }

  footer .font_18 {
    font-size: 18px;
  }

  footer .font_12 {
    font-size: 12px;
  }

  footer ul.otoiawase li.padding20 {
    padding: 20px 0;
  }

  footer .flex2 {
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 46px;
  }

  .pagetop {
    display: none;
    position: fixed !important;
    bottom: -35px !important;
    right: -10px !important;
    min-width: 0;
  }

  /*Androidのみ適用*/
  footer.Android ul {
    padding-left: 19px;
   }

  footer.Android ul li a span {
    vertical-align: text-bottom;
  }

  footer.Android ul.margin_left2 li a span {
    vertical-align: middle;
  }

  footer .style_none.privacy {
    text-align: left;
  }

 

  /*Macのみ適用*/
  footer.mac ul {
    padding-left: 18px;
  }

  /*トップに戻るボタン*/
  .pagetop {
    bottom: 5px !important;
  }

}


/*レスポンシブ*/
/*iPhoneのみ適用*/
@media screen and (max-width:812px) {
  footer.iPhone ul {
    padding-left: 19.5px;
  }
}
@media screen and (max-width:375px) {
  /*iPhone_6/7/8/x*/
  footer.iPhone ul {
    padding-left: 19.3px;
  }
}
@media screen and (max-width:321px) {
  /*iPhone_5/SE*/
  footer.iPhone ul {
    padding-left: 19px;
  }
}

















































/*前ページ共通*/
body {
  font-family: 'メイリオ', sans-serif;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

/*ヘッダーナビゲーション*/
.first_view2 img {
  width: 120px;
  vertical-align: bottom;
}

.first_view2 .right {
  align-self: flex-end;
  display: block;
}

.first_view2 .right-sp {
  display: none;
}

.first_view2 .left {
  align-self: flex-start;
  display: block;
}

.first_view2 .left-sp {
  display: none;
}

@media screen and (max-width:1080px) {
  .first_view2 img {
    width: 60px;
    height: 60px;
  }

  .first_view2 .left {
    display: none;
  }

  .first_view2 .left-sp {
    display: block;
  }

  .first_view2 .right {
    display: none;
    text-align: right;
  }

  .first_view2 .right-sp {
    display: block;
    text-align: right;
  }
}



/*WordPress*/
img.alignright{
  display: block;
  margin: 0 0 0 auto;
}

img.alignleft{
  display: block;
  margin: 0 auto 0 0;
}

img.aligncenter{
  display: block;
  margin: 0 auto;
}
