@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
html {
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック" , "Yu Gothic" , "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  color: #222222;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 auto;
  padding-top: 110px;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

body.smallHeader {
  padding-top: 80px;
}

#main_contents {
  padding-top: 20px;
  padding-bottom: 100px;
}

.leftCol {
  float: left;
  width: calc(100% - 260px);
}

.rightCol {
  float: right;
  width: 200px;
}

.innerWrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.w1280 {
  max-width: 1360px;
}

.mincho {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho", "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3", "Hiragino Mincho ProN" , Century, "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: normal;
}

.roboto {
  font-family: 'Roboto', sans-serif , "游ゴシック" , "Yu Gothic" , "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a[href^="tel:"] {
  cursor: default;
}

a {
  color: #222222;
}

a:hover,
a:hover img,
.ro:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.ro:hover img,
a[href^="tel:"]:hover {
  opacity: 1;
}

.ro a:hover,
.ro a:hover img {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

.spCont, #spMenuOverlay, #spMenu {
  display: none;
}

/* commons */
.bold, strong {
  font-weight: 700;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
  overflow: hidden;
}

.kome li,
p.kome {
  text-indent: -1em;
  padding-left: 1em;
}

#pageTop {
  position: fixed;
  right: 45px;
  bottom: 55px;
  z-index: 899;
}

.animation {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.animation.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header,
header h1,
header h1 img,
header .gNav ul li,
header .gNav ul li:before,
header .gNav ul li > a,
header .gNav ul li .menu,
header .gNav ul li .menu .innerWrap,
header .contact ul li a,
header .contact ul li img,
header .contact ul li .menu {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 110px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

header h1 {
  float: left;
  padding-top: 21px;
  padding-left: 37px;
  position: relative;
  z-index: 2;
}

header .gNav {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

header .gNav > ul {
  text-align: center;
  letter-spacing: -0.4em;
}

header .gNav > ul > li {
  display: inline-block;
  width: 140px;
  line-height: 1;
  margin-right: 1px;
  position: relative;
  /* menu */
}

header .gNav > ul > li:last-child {
  margin-right: 0;
}

header .gNav > ul > li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  max-height: 3px;
  background: #000000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: max-height 0.17s linear;
  transition: max-height 0.17s linear;
}

header .gNav > ul > li:hover:before {
  max-height: 100%;
}

header .gNav > ul > li > a {
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding-top: 36px;
  padding-bottom: 34px;
  position: relative;
  -webkit-transition: all 0.25s linear,color 0.17s linear;
  transition: all 0.25s linear,color 0.17s linear;
}

header .gNav > ul > li > a span {
  display: block;
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 13px;
  -webkit-transition: margin-bottom 0.25s linear;
  transition: margin-bottom 0.25s linear;
}

header .gNav > ul > li:hover > a {
  color: #ffffff;
}

header .gNav > ul > li.nav_about:before {
  background-color: #e98c09;
}

header .gNav > ul > li.nav_service:before {
  background-color: #70be83;
}

header .gNav > ul > li.nav_product:before {
  background-color: #2d4a68;
}

header .gNav > ul > li.nav_faq:before {
  background-color: #eb9996;
}

header .gNav > ul > li.nav_other:before {
  background-color: #d2c678;
}

header .gNav > ul > li .menu {
  opacity: 0;
  max-height: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 110px;
  text-align: left;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

header .gNav > ul > li .menu .innerWrap {
  position: relative;
  padding-top: 72px;
  padding-bottom: 80px;
}

header .gNav > ul > li .menu ul {
  margin-top: 27px;
  margin-bottom: -1.5em;
}

header .gNav > ul > li .menu ul li {
  display: inline-block;
  margin-right: 100px;
  margin-bottom: 1.5em;
  position: relative;
  padding-left: 16px;
}

header .gNav > ul > li .menu ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  height: 8px;
  width: 8px;
  margin-top: -5px;
  margin-left: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .gNav > ul > li .menu ul li:after {
  content: "";
  display: block;
  max-width: 0;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

header .gNav > ul > li .menu ul li:hover:after {
  max-width: 100%;
}

header .gNav > ul > li .menu ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.05em;
}

header .gNav > ul > li.nav_about .menu {
  background-image: url(../img/bg_menu_about.png);
}

header .gNav > ul > li.nav_service .menu {
  background-image: url(../img/bg_menu_service.png);
}

header .gNav > ul > li.nav_other .menu {
  background-image: url(../img/bg_menu_other.png);
}

header .gNav > ul > li:hover .menu {
  opacity: 1;
  max-height: 9999px;
}

header .contact {
  float: right;
  position: relative;
  z-index: 2;
}

header .contact > ul {
  height: auto;
  overflow: hidden;
}

header .contact > ul > li {
  float: left;
  margin-left: 1px;
  position: relative;
}

header .contact > ul > li > a {
  width: 110px;
  height: 110px;
  display: block;
  overflow: hidden;
  background: #f3f3f3;
}

header .contact > ul > li p {
  display: none;
}

header .contact > ul > li .menu {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 110px;
  background: rgba(255, 255, 255, 0.85);
}

header .contact > ul > li .menu .innerWrap {
  padding: 37px 0;
}

header .contact > ul > li:hover .menu {
  opacity: 1;
  max-height: 9999px;
}

.smallHeader header {
  height: 80px;
}

.smallHeader header h1 {
  padding-top: 3px;
}

.smallHeader header h1 img {
  height: 50px;
}

.smallHeader header .gNav > ul > li > a {
  padding-top: 24px;
  padding-bottom: 20px;
}

.smallHeader header .gNav > ul > li > a span {
  margin-bottom: 9px;
}

.smallHeader header .gNav > ul > li .menu {
  top: 80px;
}

.smallHeader header .gNav > ul > li .menu .innerWrap {
  padding-top: 42px;
  padding-bottom: 50px;
}

.smallHeader header .contact > ul > li > a {
  width: 80px;
  height: 80px;
}

.smallHeader header .contact > ul > li > a:after {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f3f3f3;
}

.smallHeader header .contact > ul > li img {
  height: 92px;
  position: relative;
  top: 3px;
  left: -6px;
}

.smallHeader header .contact > ul > li .menu {
  top: 80px;
}

@media screen and (max-width: 1200px) {
  header .gNav > ul > li {
    width: 120px;
  }
}

@media screen and (max-width: 1100px) {
  body {
    padding-top: 80px;
  }
  header {
    height: 80px;
  }
  header h1 {
    padding-top: 3px;
  }
  header h1 img {
    height: 50px;
  }
  header .gNav > ul > li > a {
    padding-top: 24px;
    padding-bottom: 20px;
  }
  header .gNav > ul > li > a span {
    margin-bottom: 9px;
  }
  header .gNav > ul > li .menu {
    top: 80px;
  }
  header .gNav > ul > li .menu .innerWrap {
    padding-top: 42px;
    padding-bottom: 50px;
  }
  header .contact > ul > li > a {
    width: 80px;
    height: 80px;
  }
  header .contact > ul > li > a:after {
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f3f3f3;
  }
  header .contact > ul > li img {
    height: 92px;
    position: relative;
    top: 3px;
    left: -6px;
  }
  header .contact > ul > li .menu {
    top: 80px;
  }
  header h1 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 960px) {
  body {
    padding-top: 120px;
  }
  header {
    padding-top: 40px;
  }
  header .gNav {
    position: static;
    float: left;
    margin-left: 20px;
  }
  header .gNav > ul > li {
    width: 130px;
  }
  header .gNav > ul > li .menu,
  .smallHeader header .gNav > ul > li .menu {
    top: 120px;
  }
  header .contact > ul > li .menu,
  .smallHeader header .contact > ul > li .menu {
    top: 40px;
  }
  header .gNav > ul > li .menu ul li {
    margin-right: 50px;
  }
  header .gNav > ul > li .menu ul li a {
    font-size: 16px;
  }
  header .contact {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  header .contact > ul > li {
    width: 50%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .contact > ul > li:first-child {
    border-right: 1px solid #ffffff;
  }
  header .contact > ul > li > a {
    display: block;
    width: auto !important;
    height: auto !important;
    text-align: center;
    padding: 5px 0;
    background: #f3f3f3;
  }
  header .contact > ul > li > a:hover {
    background: #dddddd;
  }
  header .contact > ul > li > a:after {
    display: none !important;
  }
  header .contact > ul > li img {
    display: none;
  }
  header .contact > ul > li p {
    display: inline-block;
    font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
    background-position: left center;
    background-repeat: no-repeat;
  }
  header .contact > ul > li:nth-child(1) p {
    padding-left: 26px;
    background-image: url(../img/ico_mail.png);
    background-size: auto 18px;
  }
  header .contact > ul > li:nth-child(2) p {
    padding-left: 20px;
    background-image: url(../img/ico_tel.png);
    background-size: auto 20px;
  }
}

@media screen and (max-width: 850px) {
  header .gNav > ul > li {
    width: 115px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer {
  background: #f2f2f2;
  border-top: 1px solid #dddddd;
}

footer .contact {
  padding-top: 74px;
  padding-bottom: 72px;
  background: #ffffff;
}

footer .contact .innerWrap {
  padding: 0;
}

footer .contact .hd {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.615;
  margin-bottom: 29px;
  padding-bottom: 23px;
  position: relative;
}

footer .contact .hd:after {
  content: "";
  display: block;
  width: 178px;
  height: 3px;
  background: #d6d6d6;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

footer .contact .btns {
  margin-top: 49px;
}

footer .links {
  padding: 45px 40px;
  border-bottom: 2px solid #ffffff;
}

footer .links .innerWrap {
  max-width: 950px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

footer .links .left,
footer .links .right {
  width: 47.368%;
}

footer .links .left div,
footer .links .right div {
  margin-bottom: 20px;
}

footer .links .left div:last-child,
footer .links .right div:last-child {
  margin-bottom: 0;
}

footer .links .left div img,
footer .links .right div img {
  max-width: 100%;
  height: auto;
}

footer .socialLinks {
  padding-top: 22px;
  padding-bottom: 30px;
}

footer .copyright {
  text-align: center;
  font-size: 14px;
  color: #645151;
  padding: 27px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■pageTitle
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.pageTitle {
  padding-top: 72px;
  padding-bottom: 56px;
  background-color: #d2c678;
  background-image: url(../img/bg_pagetitle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageTitle h2 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", Century, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 0;
  color: #ffffff;
}

.about .pageTitle {
  background-color: #e98c09;
}

.service .pageTitle {
  background-color: #70be83;
}

.product .pageTitle {
  background-color: #2d4a68;
}

.faq .pageTitle {
  background-color: #eb9996;
}

.news .pageTitle {
  background-color: #d2c678;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■pankuzu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.pankuzu {
  height: auto;
  overflow: hidden;
  padding: 22px 40px;
}

.pankuzu li {
  float: left;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", Century, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 13px;
  font-weight: bold;
  padding-right: 15px;
  margin-right: 11px;
  position: relative;
}

.pankuzu li:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  border-right: 1px solid #f39800;
  border-top: 1px solid #f39800;
  height: 5px;
  width: 5px;
  margin-top: -3.5px;
  margin-right: -1.5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pankuzu li:before {
  margin-top: -4px;
}

.pankuzu li:last-child:before {
  display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■socialLinks
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.socialLinks {
  text-align: center;
  border-bottom: 2px solid #ffffff;
}

.socialLinks .hd {
  font-size: 18px;
  font-weight: bold;
  color: #101010;
}

.socialLinks ul {
  letter-spacing: -0.4em;
  margin-top: 10px;
}

.socialLinks ul li {
  display: inline-block;
  margin: 0 12px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■telNumbers
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.telNumbers {
  text-align: center;
  letter-spacing: -0.4em;
}

.telNumbers li {
  display: inline-block;
  margin: 10px 0;
}

.telNumbers li a {
  display: block;
  text-align: left;
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #394d70;
  line-height: 1;
  letter-spacing: 0.025em;
}

.telNumbers li a span {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  font-size: 16px;
  color: #222;
  padding: 8px 0 4px;
}

.telNumbers li:nth-child(3n+2) {
  margin: 0 50px;
}

.telNumbers li:nth-child(3n) a span {
  width: 120px;
}

@media screen and (max-width: 1100px) {
  .telNumbers li {
    width: 50%;
    margin: 8px 0 !important;
  }
  .telNumbers li:nth-child(odd) a {
    text-align: right;
    padding-right: 25px;
  }
  .telNumbers li:nth-child(even) a {
    padding-left: 25px;
  }
  .telNumbers li:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
  .telNumbers li a span {
    text-align: left;
    width: 120px !important;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■newsList
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.newsList li a {
  display: table;
  width: 100%;
  padding: 20px 0;
  background: #ffffff;
  position: relative;
}

.newsList li a:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #d2c678;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.newsList li a:hover:before {
  width: 30px;
}

.newsList li a .date,
.newsList li a .ttl {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.newsList li a .date {
  width: 160px;
  padding-left: 35px;
}

.newsList li a .cat {
  display: inline-block;
  vertical-align: middle;
  min-width: 88px;
  text-align: center;
  font-size: 13px;
  color: #454545;
  margin-right: 10px;
  margin-top: -1px;
  padding: 0 10px;
  border: 1px solid #d5d5d5;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.newsList li a .ttl {
  font-weight: bold;
  padding-right: 60px;
}

.newsList li:nth-child(even) a {
  background: #f2f2f2;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■productList
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.productList {
  letter-spacing: -0.4em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: -12px;
}

.productList li {
  display: inline-block;
  vertical-align: bottom;
  width: 140px;
  height: 140px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin: 0 6px 12px;
  border: 2px solid #cecece;
  border-radius: 50%;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.productList li > div {
  display: table;
  width: 100%;
  height: 100%;
}

.productList li > div div, .productList li > div a {
  display: table-cell;
  vertical-align: middle;
}

.productList li > div a {
  position: relative;
}

.productList li span {
  display: block;
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  color: #2d4a68;
  letter-spacing: 0.05em;
  margin-top: 3px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■brands
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.brands .innerWrap {
  height: auto;
  overflow: hidden;
}

.brands .box {
  width: 47%;
}

.brands .box.left {
  float: left;
}

.brands .box.right {
  float: right;
}

.brands .box a {
  display: block;
}

.brands .box .hd {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", Century, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
  padding-bottom: 9px;
  position: relative;
}

.brands .box .hd:before {
  content: "";
  display: block;
  width: 178px;
  height: 2px;
  background: #2d4a68;
  position: absolute;
  left: 0;
  bottom: 0;
}

.brands .box .logo {
  margin-top: 29px;
  margin-bottom: 23px;
}

.brands .box .img img {
  width: 100%;
  height: auto;
}

.brands .box .txt {
  margin-top: 23px;
  letter-spacing: 0.025em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■anchor
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.anchors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 5% 13px;
  background: #f6f6f6;
}

.anchors ul {
  width: 50%;
}

.anchors ul:nth-child(odd) {
  margin-right: 3.333%;
}

.anchors ul:nth-child(even) {
  margin-left: 3.333%;
}

.anchors ul li {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid #ffffff;
}

.anchors ul li a {
  display: block;
  padding: 13px 40px 13px 55px;
  position: relative;
}

.anchors ul li a:before {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  border-right: 1px solid #878484;
  border-top: 1px solid #878484;
  height: 5px;
  width: 5px;
  margin-top: -3.5px;
  margin-right: -1.5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.anchors ul li a:hover:before {
  -webkit-animation-name: arrow;
  animation-name: arrow;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.anchors ul li a span {
  position: absolute;
  left: 20px;
}

@-webkit-keyframes arrow {
  0% {
    margin-top: -3.5px;
  }
  50% {
    margin-top: 0;
  }
  100% {
    margin-top: -3.5px;
  }
}

@keyframes arrow {
  0% {
    margin-top: -3.5px;
  }
  50% {
    margin-top: 0;
  }
  100% {
    margin-top: -3.5px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■hd
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.commonHd01 {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", Century, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 32px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.53;
  padding-bottom: 19px;
  position: relative;
}

.commonHd01:before {
  content: "";
  display: block;
  width: 178px;
  height: 2px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.commonHd02 {
  font-size: 24px;
  margin-bottom: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}

.commonHd02:before {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000000;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■btn
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.btn {
  clear: both;
  display: block;
  width: 240px;
  letter-spacing: 0.05em;
  margin: 0 auto;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.btn a, .btn input {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 7px 0;
  background: #000000;
  border: none;
  position: relative;
}

.btn a:after, .btn input:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.btn a:hover:after, .btn input:hover:after {
  width: 30px;
}

.btn.blue a,
.btn.blue input {
  background: #394d70;
}

.btn.green a,
.btn.green input {
  background: #6bc78d;
}

.btn.orange a,
.btn.orange input {
  background: #f39800;
}

/* btns */
.btns {
  text-align: center;
  letter-spacing: -0.4em;
}

.btns .btn {
  display: inline-block;
  width: 360px;
  margin: 0 15px;
}

.btns .btn a {
  font-size: 18px;
  padding: 12px 0;
}

@media screen and (max-width: 850px) {
  .btns .btn {
    width: 300px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■table
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.commonTable01 {
  width: 100%;
}

.commonTable01 tr {
  border-bottom: 1px solid #dddddd;
}

.commonTable01 tr:first-child {
  border-top: 1px solid #dddddd;
}

.commonTable01 th, .commonTable01 td {
  font-size: 16px;
  vertical-align: top;
  padding: 14px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.commonTable01 th {
  width: 170px;
  font-weight: bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■other
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
p.description {
  margin-top: 42px;
  padding-left: 50px;
  padding-right: 50px;
}

p.description:first-child {
  margin-top: 0;
}
