@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  box-sizing: border-box;
}

body {
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #242626;
  background-color: #ffffff;
  position: relative;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  min-width: 960px;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
  color: #26a69a;
}

article {
  width: 100%;
}

main {
  min-height: calc(100vh - 630px);
}

main, article, section {
  line-height: 1.5;
}

input.search_box {
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  height: 30px;
  padding: 0px 10px;
  border: 1px solid #e6e5e5;
  font-size: 85%;
}
input.search_box:placeholder-shown {
  color: #e6e5e5;
}
input.search_box::-webkit-input-placeholder {
  color: #e6e5e5;
}
input.search_box:-moz-placeholder {
  color: #e6e5e5;
  opacity: 1;
}
input.search_box::-moz-placeholder {
  color: #e6e5e5;
  opacity: 1;
}
input.search_box:-ms-input-placeholder {
  color: #e6e5e5;
}

.search_box_set {
  margin: 0 auto;
  width: 300px;
  position: relative;
}
.search_box_set .ico_search {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 4px;
}
.search_box_set input {
  width: 100%;
  z-index: 1;
}

.sns_set {
  position: absolute;
  z-index: 1;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  display: -moz-flex;
  -moz-justify-content: flex-end;
  display: -ms-flex;
  -ms-justify-content: flex-end;
  display: -o-flex;
  -o-justify-content: flex-end;
  display: flex;
  justify-content: flex-end;
}
.sns_set li {
  margin-left: 15px;
}
.sns_set .bt_ouen button {
  padding: 0 10px 0 33px;
  line-height: 18px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 2px solid #26a69a;
  font-size: 11px;
  color: #26a69a;
  background-image: url(../img/ico_ouen_g.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 10px 0px;
  cursor: pointer;
}
.sns_set .bt_ouen .active {
  color: #ffffff;
  background-color: #26a69a;
  background-image: url(../img/ico_ouen.png);
}

header {
  border-bottom: 1px solid #dddddd;
  min-width: 960px;
  position: relative;
  width: 960px;
  margin: 0 auto;
}
header .inner {
  min-width: 960px;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 15px 10px;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  display: -moz-flex;
  -moz-justify-content: flex-start;
  display: -ms-flex;
  -ms-justify-content: flex-start;
  display: -o-flex;
  -o-justify-content: flex-start;
  display: flex;
  justify-content: flex-start;
}
header .inner h1 {
  position: relative;
  top: 3px;
  margin: 0 20px 0 5px;
}
header .inner h1 img {
  height: 23px;
  width: auto;
}
header .inner nav {
  width: 100%;
  height: 27px;
}
header .inner nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
header .inner nav ul li {
  margin-left: 20px;
}
header .inner nav ul li a {
  height: 27px;
}
header .inner nav ul li a img {
  height: 100%;
}
header .inner nav ul li:first-child {
  margin-right: 20px;
  margin-left: 0px;
}

header .inner nav ul li.bt_feature {
  margin-left: 0;
  margin-right: auto;
}

header .comment {
  min-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px 5px;
}

footer {
  width: 100%;
  margin: 100px 0 0 0;
  min-width: 960px;
}
footer .footer_search {
  width: 960px;
  text-align: center;
  margin: 40px auto;
}
footer .footer_search a {
  width: 160px;
  display: block;
  margin: 0 auto 10px;
}
footer .footer_search a img {
  width: 100%;
}
footer nav {
  background-color: #26a69a;
}
footer nav ul {
  width: 960px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
footer nav ul li a {
  color: #ffffff;
  padding: 20px 20px 20px 20px;
  width: 100%;
  font-size: 85%;
}
footer .copyright {
  color: #26a69a;
  padding: 10px 0;
}
footer .copyright small {
  display: block;
  width: 960px;
  margin: 0 auto;
  text-align: center;
  font-size: 70%;
}

#bt_page_top {
  position: fixed;
  bottom: 150px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #03201d;
  box-shadow: 4px 3px 11px -4px #000000;
  -moz-box-shadow: 4px 3px 11px -4px #000000;
  -webkit-box-shadow: 4px 3px 11px -4px #000000;
  z-index: 50;
  cursor: pointer;
}
#bt_page_top:hover {
  background-color: #26a69a;
}

.arrow-up.icon:before {
  content: '';
  position: absolute;
  left: 35%;
  top: 41%;
  width: 13px;
  height: 13px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pankuzu {
  width: 960px;
  margin: 20px auto 0;
  list-style: none;
  display: block;
}
.pankuzu li {
  font-size: 80%;
  display: inline-block;
  margin-right: 5px;
  color: #707877;
}
.pankuzu li a {
  font-size: 80%;
  display: inline-block;
  color: #26a69a;
  margin-right: 10px;
}

.bt_login {
  width: 80px;
  line-height: 25px;
  font-size: 90%;
  color: #26a69a;
  text-align: center;
  background-color: #ffffff;
  letter-spacing: 0;
  border: 2px solid #26a69a;
  cursor: pointer;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
}
.bt_login:hover {
  background-color: #26a69a;
  color: #ffffff;
}

.bt_special {
  width: 60px;
  line-height: 30px;
  font-size: 100%;
  color: #707877;
  text-align: center;
  background-color: #ffffff;
  letter-spacing: 0;

  text-indent: -1em;
  margin-left: 1em;
  margin-right: auto;
}

.bt_special:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: transparent solid 5px;
    border-left-color: #26a69a;
}

.bt_special:hover {
  color: #26a69a;
  cursor : pointer;
}

#google_translate_element2 a {
  display: inline;
}

#google_translate_element2 {
  margin: 0 0 0 auto;
  width: 200px;
}
