@charset "UTF-8";
/* _setting CSS */
#contents.biz .hd1 {
  background: #4983bf !important;
  box-shadow: 0 0 0 7px #4983bf !important;
}
#contents.biz .hd3 {
  border-color: #4983bf !important;
  color: #4983bf !important;
}

/* min-width:769px | 769px ~
------------------------------------------------------------------------- */
@media all and (min-width: 769px) {
  #entry_form {
    width: 980px;
    margin: 0 auto;
    padding: 186px 0 70px;
  }
  #entry_form .hd1 {
    width: 700px;
    margin: 0 auto 40px;
    padding: 10px;
    border: 1px solid #fff;
    background: #e6861e;
    box-shadow: 0 0 0 7px #e6861e;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  #entry_form .agree_wrap {
    width: 760px;
    margin: 0 auto 40px;
    padding: 50px 30px 20px;
    background: #fffbee;
    text-align: center;
  }
  #entry_form .agree_wrap h3 {
    display: inline-block;
    margin: 0 0 35px;
    padding: 6px 25px;
    border: 1px solid #d83b3b;
    color: #d83b3b;
    font-size: 15px;
    font-weight: bold;
  }
  #entry_form .agree_wrap .agree_list {
    padding: 0 40px 30px;
  }
  #entry_form .agree_wrap .agree_list li {
    line-height: 1.8;
    margin: 0 0 25px;
    color: #212121;
    font-size: 1.5rem;
  }
  #entry_form .agree_wrap .agree_list li label {
    display: flex;
  }
  #entry_form .agree_wrap .agree_list li input {
    position: relative;
    top: 1px;
    min-width: 25px;
    height: 25px;
    margin: 0 17px 0 0;
    border: 1px solid #000;
    border-radius: 0;
  }
  #entry_form .agree_wrap .notice {
    padding: 30px 40px 30px 30px;
    background: #fef6da;
  }
  #entry_form .agree_wrap .notice .agree_list {
    padding: 0 0 10px;
  }
  #entry_form .agree_wrap .notice .agree_list li {
    font-size: 1.5rem;
  }
  #entry_form .agree_wrap .notice li {
    display: flex;
    margin: 0 0 25px;
    font-size: 1.3rem;
  }
  #entry_form .agree_wrap .notice li:last-child {
    margin: 0;
  }
  #entry_form .agree_wrap .notice li span {
    margin: 0 10px 0 0;
    white-space: nowrap;
  }
  #entry_form .agree_last {
    width: 760px;
    margin: 0 auto 80px;
  }
  #entry_form .agree_last label {
    display: flex;
    justify-content: center;
    padding: 35px 0;
    border: 2px solid #e6861e;
    font-size: 17px;
  }
  #entry_form .agree_last input {
    width: 25px;
    height: 25px;
    margin: 0 18px 0 0;
    border: 1px solid #000;
    border-radius: 0;
  }
  #entry_form .important_notice {
    margin: -20px 0 80px;
    padding: 25px 30px 20px;
    border: 2px solid #ccc;
  }
  #entry_form .important_notice li {
    margin: 0 0 5px;
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
  #entry_form .hd2 {
    margin: 0 0 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #entry_form .hd2:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    margin: 15px auto 0;
    background: #000;
  }
  #entry_form .hd3 {
    margin: 0 0 20px;
    padding: 0 0 0 15px;
    border-left: 3px solid #e6861e;
    color: #e6861e;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #entry_form input[type=text], #entry_form input[type=tel],
  #entry_form textarea[type=text],
  #entry_form textarea[type=tel] {
    display: inline-block;
    width: 430px;
    height: 38px;
    padding: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  #entry_form input[type=text].size_s, #entry_form input[type=tel].size_s,
  #entry_form textarea[type=text].size_s,
  #entry_form textarea[type=tel].size_s {
    width: 100px;
  }
  #entry_form input[type=text].size_m, #entry_form input[type=tel].size_m,
  #entry_form textarea[type=text].size_m,
  #entry_form textarea[type=tel].size_m {
    width: 260px;
  }
  #entry_form input[type=text].size_ms, #entry_form input[type=tel].size_ms,
  #entry_form textarea[type=text].size_ms,
  #entry_form textarea[type=tel].size_ms {
    width: 210px;
  }
  #entry_form input[type=text].size_l, #entry_form input[type=tel].size_l,
  #entry_form textarea[type=text].size_l,
  #entry_form textarea[type=tel].size_l {
    width: 100%;
  }
  #entry_form input[type=checkbox], #entry_form input[type=radio],
  #entry_form textarea[type=checkbox],
  #entry_form textarea[type=radio] {
    margin: 0 8px 0 0;
  }
  #entry_form textarea {
    display: inline-block;
    width: 430px;
    height: 38px;
    padding: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 100px;
  }
  #entry_form textarea.size_s {
    width: 100px;
  }
  #entry_form textarea.size_m {
    width: 260px;
  }
  #entry_form textarea.size_ms {
    width: 210px;
  }
  #entry_form textarea.size_l {
    width: 100%;
  }
  #entry_form select {
    -webkit-appearance: auto;
    appearance: auto;
    width: 210px;
    height: 38px;
    padding: 5px;
    border: 1px solid #ccc;
    color: #000;
  }
  #entry_form select.size_xs {
    width: 80px;
  }
  #entry_form select.size_s {
    width: 100px;
  }
  #entry_form select.size_m {
    width: 260px;
  }
  #entry_form select.size_ms {
    width: 210px;
  }
  #entry_form select.size_l {
    width: 100%;
  }
  #entry_form table {
    width: 100%;
    margin: 0 0 60px;
  }
  #entry_form table th,
  #entry_form table td {
    padding: 20px 40px;
    border: 1px solid #ccc;
  }
  #entry_form table th ul,
  #entry_form table td ul {
    margin: 0;
  }
  #entry_form table th label,
  #entry_form table td label {
    display: inline-block;
    min-width: 150px;
    padding: 2px 0;
    margin: 0 15px 0 0;
  }
  #entry_form table th label input[type=file],
  #entry_form table td label input[type=file] {
    display: none;
  }
  #entry_form table th label .file_sel,
  #entry_form table td label .file_sel {
    margin: 0 10px 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #eeeeee;
    padding: 3px 20px;
  }
  #entry_form table th > div + div,
  #entry_form table td > div + div {
    margin-top: 1em;
  }
  #entry_form table th ._flex,
  #entry_form table td ._flex {
    align-items: center;
  }
  #entry_form table th ._flex *,
  #entry_form table td ._flex * {
    padding: 3px 0;
  }
  #entry_form table th ._flex .br,
  #entry_form table td ._flex .br {
    width: 100%;
  }
  #entry_form table th > input:last-child,
  #entry_form table td > input:last-child {
    margin-bottom: 0;
  }
  #entry_form table th div input,
  #entry_form table td div input {
    margin-bottom: 0;
  }
  #entry_form table th {
    width: 240px;
    padding: 25px 15px 25px 18px;
    border-right: none;
    background: #eee;
    vertical-align: top;
  }
  #entry_form table th ._attention {
    position: relative;
    top: 2px;
    float: right;
    padding: 0 5px 2px;
    border: 1px solid #d83b3b;
    color: #d83b3b;
    font-size: 12px;
  }
  #entry_form table td {
    border-left: none;
  }
  #entry_form .btn_wrap1 {
    margin: 60px 0 150px;
  }
  #entry_form .btn_wrap1 li {
    margin: 0 20px;
  }
  #entry_form .btn_wrap1 a,
  #entry_form .btn_wrap1 button {
    display: block;
    position: relative;
    width: 290px;
    padding: 20px;
    border: 1px solid #212121;
    border-radius: 5px;
    box-sizing: border-box;
    color: #212121;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  #entry_form .btn_wrap1 .btn2 {
    border-color: #50c183;
    background: #50c183;
    color: #fff;
  }
  #entry_form .btn_wrap1 .btn2:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -4px;
  }
}
/* ////.min-width:769px | 769px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:768px | ~ 768px
------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #entry_form {
    padding: 110px 15px 30px;
  }
  #entry_form .hd1 {
    margin: 0 4px 30px;
    padding: 10px;
    border: 1px solid #fff;
    background: #e6861e;
    box-shadow: 0 0 0 4px #e6861e;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #entry_form .agree_wrap {
    margin: 0 0 30px;
    padding: 30px 15px 20px;
    background: #fffbee;
    text-align: center;
  }
  #entry_form .agree_wrap h3 {
    display: inline-block;
    margin: 0 0 10px;
    padding: 6px 10px;
    border: 1px solid #d83b3b;
    color: #d83b3b;
    font-size: 14px;
    font-weight: bold;
  }
  #entry_form .agree_wrap .agree_list {
    padding: 0 5px 10px;
  }
  #entry_form .agree_wrap .agree_list li {
    line-height: 1.8;
    margin: 0 0 15px;
    color: #212121;
    font-size: 15px;
  }
  #entry_form .agree_wrap .agree_list li label {
    display: flex;
  }
  #entry_form .agree_wrap .agree_list li input {
    position: relative;
    top: 3px;
    min-width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    border: 1px solid #000;
    border-radius: 0;
  }
  #entry_form .agree_wrap .notice {
    padding: 20px 15px;
    background: #fef6da;
  }
  #entry_form .agree_wrap .notice li {
    display: flex;
    margin: 0 0 10px;
  }
  #entry_form .agree_wrap .notice li:last-child {
    margin: 0;
  }
  #entry_form .agree_wrap .notice li span {
    margin: 0 10px 0 0;
  }
  #entry_form .agree_last {
    margin: 0 0 80px;
  }
  #entry_form .agree_last label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 2px solid #ccc;
    font-size: 17px;
  }
  #entry_form .agree_last input {
    min-width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    border: 1px solid #000;
    border-radius: 0;
  }
  #entry_form .hd2 {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  #entry_form .hd2:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    margin: 10px auto 0;
    background: #000;
  }
  #entry_form input[type=text], #entry_form input[type=tel] {
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  #entry_form input[type=text].size_s, #entry_form input[type=tel].size_s {
    width: 60px;
  }
  #entry_form input[type=text].size_m, #entry_form input[type=tel].size_m {
    width: 250px;
  }
  #entry_form input[type=text].size_ms, #entry_form input[type=tel].size_ms {
    width: 200px;
  }
  #entry_form input[type=text].size_l, #entry_form input[type=tel].size_l {
    width: 100%;
  }
  #entry_form input[type=checkbox], #entry_form input[type=radio] {
    margin: 0 8px 0 0;
  }
  #entry_form select {
    -webkit-appearance: auto;
    appearance: auto;
    width: 180px;
    height: 38px;
    padding: 5px;
    border: 1px solid #ccc;
    color: #000;
  }
  #entry_form table {
    display: block;
    width: 100%;
    margin: 0 0 30px;
  }
  #entry_form table tbody {
    display: block;
  }
  #entry_form table tr {
    display: block;
    border: 1px solid #ccc;
  }
  #entry_form table th,
  #entry_form table td {
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
  #entry_form table th ul,
  #entry_form table td ul {
    margin: 0;
  }
  #entry_form table th label,
  #entry_form table td label {
    display: inline-block;
    min-width: 120px;
    margin: 0 20px 0 0;
  }
  #entry_form table th label input[type=file],
  #entry_form table td label input[type=file] {
    display: none;
  }
  #entry_form table th > div + div,
  #entry_form table td > div + div {
    margin-top: 1em;
  }
  #entry_form table th ._flex,
  #entry_form table td ._flex {
    align-items: center;
  }
  #entry_form table th ._flex *,
  #entry_form table td ._flex * {
    padding: 3px 0;
  }
  #entry_form table th ._flex .br,
  #entry_form table td ._flex .br {
    width: 100%;
  }
  #entry_form table th > input:last-child,
  #entry_form table td > input:last-child {
    margin-bottom: 0;
  }
  #entry_form table th div input,
  #entry_form table td div input {
    margin-bottom: 0;
  }
  #entry_form table th {
    border-right: none;
    background: #eee;
    vertical-align: top;
  }
  #entry_form table th ._attention {
    position: relative;
    top: 2px;
    float: right;
    padding: 0 5px 2px;
    border: 1px solid #d83b3b;
    color: #d83b3b;
    font-size: 12px;
  }
  #entry_form table td {
    border-left: none;
  }
  #entry_form .btn_wrap1 {
    justify-content: space-between !important;
    margin: 40px 0 100px;
  }
  #entry_form .btn_wrap1 li {
    width: 47%;
    margin: 0 0 20px;
  }
  #entry_form .btn_wrap1 a,
  #entry_form .btn_wrap1 button {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #212121;
    border-radius: 5px;
    box-sizing: border-box;
    color: #212121;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  #entry_form .btn_wrap1 .btn2 {
    border-color: #50c183;
    background: #50c183;
    color: #fff;
  }
  #entry_form .btn_wrap1 .btn2:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -4px;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
body {
  background: #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 1em;
  text-rendering: optimizelegibility;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  font-weight: inherit;
}

a {
  text-decoration: underline;
}

#header_21 a,
#footer_21 a {
  text-decoration: none;
}

.h1,
h1 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.333em;
}

.h2,
h2 {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 0.375em;
}

.h3,
h3 {
  font-size: 1.3em;
  font-weight: 700;
}

.h4,
h4 {
  font-size: 1.2em;
  font-weight: 700;
}

.h5,
h5 {
  font-size: 1em;
  font-weight: 700;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* max-width:768px | ~ 768px
------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  body, h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th, td, select, p, li, em, strong {
    font-size: 1.5rem;
  }
}
#inner-content {
  background: #fff;
  -webkit-box-shadow: 0 0 0 #fff;
  box-shadow: 0 0 0 #fff;
}

.qs {
  font-family: Quicksand, sans-serif;
}

.skg-l {
  font-family: 秀英角ゴシック銀 L, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.skg-b {
  font-family: 秀英角ゴシック銀 B, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a {
  color: #000;
}

a:hover {
  color: #e6861e;
}

body {
  text-align: left;
}

.entry-content ul li:first-child {
  margin: 0 0 1em;
}

.section-facebook,
.section-footer-menu,
.section-instagram,
.section-link,
.section-twitter {
  margin-bottom: 3em;
}

.section-contact #copyright,
.section-contact .menu,
.section-contact p {
  font-size: 0.85em;
}

.section-contact .menu {
  margin: 0.5em 0;
}

.section-contact #copyright {
  text-align: right;
  margin: 0.5em 0;
}

@media only screen and (max-width: 480px) {
  .section-facebook,
  .section-footer-menu,
  .section-instagram,
  .section-link,
  .section-twitter {
    margin-bottom: 0;
  }

  #footer {
    padding: 0 1em;
  }

  .section-contact #copyright,
  .section-contact .menu,
  .section-contact p {
    font-size: 0.7em;
  }

  .section-contact #copyright {
    text-align: left;
  }
}
.link-bnr-list {
  width: 100%;
}

.link-bnr-list td {
  width: 25%;
  padding: 5px;
}

.m-visible {
  display: none;
}

@media only screen and (max-width: 768px) {
  .link-bnr-list td {
    width: 49%;
    display: inline-block;
  }

  .d-visible {
    display: none;
  }

  .m-visible {
    display: block;
  }
}
.link-bnr-list img {
  width: 100%;
  max-width: 100%;
}

.section-link ul li {
  display: inline-block;
  background: #f6f7f9;
  vertical-align: center;
  text-align: center;
}

.section-link ul li:first-child {
  float: left;
  width: 40%;
}

.youtube-container {
  text-align: center;
}

.colored {
  color: #e6861e !important;
}

.support-detail {
  width: 100%;
  max-width: 620px;
  margin: 0 auto 0;
}

.support-detail tr {
  border-bottom: 1px dotted #ccc;
  height: 88px;
}

.support-detail td,
.support-detail th {
  padding: 0.5em;
}

.support-detail th.support-life {
  color: #ed6924;
  font-size: 1.5em;
  position: relative;
  padding-left: 80px;
}

.support-detail th.support-work {
  color: #00a23e;
  font-size: 1.5em;
  position: relative;
  padding-left: 80px;
}

.support-detail th.support-house {
  color: #1a95d6;
  font-size: 1.5em;
  position: relative;
  padding-left: 80px;
}

.support-life:before {
  content: url(../img/img-life.png);
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  margin-left: 0;
  left: 0;
}

.support-work:before {
  content: url(../img/img-work.png);
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  margin-left: 0;
  left: 0;
}

.support-house:before {
  content: url(../img/img-house.png);
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  margin-left: 0;
  left: 0;
}

.home #support .more-read {
  margin-top: 3em;
}

@media only screen and (max-width: 480px) {
  .support-detail th {
    width: 30%;
  }

  .support-detail td {
    width: 70%;
  }

  .support-house:before,
  .support-life:before,
  .support-work:before {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .support-detail th.support-house,
  .support-detail th.support-life,
  .support-detail th.support-work {
    padding-left: 0;
    display: block;
  }
}
.flex-direction-nav a {
  width: 40px !important;
  height: 100% !important;
  margin: 0 0 0 !important;
  display: block;
  background: url(../img/bg_direction_nav.png) no-repeat 0 50% !important;
  position: absolute;
  top: 0 !important;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px !important;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease;
}

.flex-direction-nav .flex-next {
  background-position: 100% 50% !important;
  right: -100px !important;
}

.flex-direction-nav .flex-prev {
  left: -100px !important;
}

.flexslider:hover .flex-next {
  opacity: .8;
  right: 5px;
}

.flexslider:hover .flex-prev {
  opacity: .8;
  left: 5px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1 !important;
}

.flex-direction-nav .flex-disabled {
  cursor: default;
  pointer-events: none;
}

.flex-control-paging li a.flex-active {
  background: #e6861e !important;
}

@media only screen and (max-width: 768px) {
  .flex-direction-nav .flex-next,
  .flex-direction-nav .flex-prev {
    display: none;
  }
}
ul.tabs {
  margin: 10px 0 30px 0;
  padding: 0;
  width: 100%;
  border-bottom: 2px solid #000;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}

ul.tabs.left {
  text-align: left;
}

ul.tabs.center {
  text-align: center;
}

ul.tabs.right {
  text-align: right;
}

ul.tabs.right li {
  margin: 0 0 0 -2px;
}

ul.tabs.akiyabank {
  margin: 10px 0 0;
  float: inherit;
  border-bottom: none;
}

ul.tabs.akiyabank li {
  width: 11.8%;
}

@media only screen and (max-width: 768px) {
  ul.tabs.akiyabank li {
    width: 24.2%;
  }

  ul.tabs.akiyabank li a {
    height: 47px;
    vertical-align: top;
  }
}
ul.tabs li {
  list-style-type: none;
  margin: 0 .8% 0 0;
  padding: 0;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  zoom: 1;
  width: 19.3%;
}

ul.tabs li a {
  text-decoration: none;
  color: #777;
  display: inline-block;
  padding: 10% 5%;
  position: relative;
  top: 0;
  left: 0;
  line-height: 100%;
  background: #f5f5f5;
  -webkit-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.03);
  border: 2px solid #ccc;
  border-bottom: 0;
  zoom: 1;
  width: 100%;
  text-align: center;
  font-size: 15px;
}

ul.tabs li a:hover {
  background: #fff;
}

ul.tabs li.current a {
  position: relative;
  top: 2px;
  left: 0;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}

ul.tabs li:last-child {
  margin: 0 !important;
}

.features-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.features-location ul {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.features-location p {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding: 10px;
}

.iju-suishin {
  background-color: #e6861e;
  border-radius: 5px;
  padding: 2px 5px;
  color: #fff;
}

.post-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-list h2.entry-title {
  font-size: 1em;
  margin-top: .8em;
  margin-bottom: 0.5em;
}

.post-list .list-thumbnail {
  position: relative;
  display: block;
}

.framed .post-list .list-thumbnail {
  display: block;
  background: #e5e5e5;
}

.post-list .entry-date,
.post-list .term-eventtype {
  font-size: 0.8em;
}

.framed .post-list {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-bottom: 2em;
  padding: .6em;
  overflow: hidden;
}

.framed.col3 .post-list {
  width: 30.22%;
}

.framed .post-list .list-thumbnail {
  margin: -0.6em -0.6em 0.5em;
}

.post-list-wrap.framed.col3:after {
  content: "";
  display: block;
  width: 30.22%;
  margin-bottom: 2em;
}

.non-framed.col3 .post-list {
  width: 31.385%;
  margin-bottom: 2em;
}

.post-list-wrap.non-framed.col3:after {
  content: "";
  display: block;
  width: 31.385%;
  margin-bottom: 2em;
}

.non-framed.col2 .post-list {
  width: 48%;
  margin-bottom: 2em;
}

@media only screen and (max-width: 480px) {
  .non-framed.col3 .post-list {
    width: 48%;
    margin-bottom: 2em;
  }

  .framed.col3 .post-list {
    width: 48%;
    margin-bottom: 2em;
  }
}
.table-schedule th {
  width: 25%;
}

.category-work-inheritance .post-list {
  width: 48%;
  margin-bottom: 2em;
}

.xoxo li div > ul {
  border: 2px solid #000;
  border-radius: 5px;
}

.xoxo .sub-menu,
.xoxo li div > ul > li > a {
  display: block;
  padding: 1em;
  border-bottom: 2px solid #000;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
}

.xoxo li div > ul > li:last-child a {
  padding: 1em;
  border-bottom: 0;
}

.xoxo li div > ul > li.current-menu-item > a,
.xoxo li div > ul > li.current-menu-parent > a {
  color: #fff;
  background: #e6861e;
}

.xoxo li div > ul li a:before {
  content: "\f054";
  font-family: FontAwesome;
  padding-right: 10px;
  text-decoration: none;
}

.xoxo li div > ul li.current-menu-item > a:before,
.xoxo li div > ul li.current-menu-parent > a:before {
  content: "\f054";
  font-family: FontAwesome;
  padding-right: 10px;
  color: #fff;
}

.xoxo .sub-menu {
  padding-left: 2em;
}

.xoxo .sub-menu a {
  padding: .3em 0;
  display: inline-block;
  text-decoration: none;
}

.xoxo .sub-menu .current-menu-item a,
.xoxo .sub-menu .current-menu-parent a {
  color: #e6861e;
  text-decoration: none;
}

.xoxo .sub-menu .current-menu-item a:before,
.xoxo .sub-menu .current-menu-parent a:before {
  color: #e6861e;
  text-decoration: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 1em;
}

.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured-media {
  position: relative;
  height: auto;
  background: #eee;
  overflow: hidden;
}

.featured-media:before {
  content: "";
  display: block;
  padding-top: 65%;
}

.featured-media-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured-media-inner img {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform .5s ease-in-out 0s,opacity .5s ease-in-out 0s;
  -webkit-transition: opacity .5s ease-in-out 0s,-webkit-transform .5s ease-in-out 0s;
  transition: opacity .5s ease-in-out 0s,-webkit-transform .5s ease-in-out 0s;
  -o-transition: transform .5s ease-in-out 0s,opacity .5s ease-in-out 0s;
  transition: transform .5s ease-in-out 0s,opacity .5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
}

.icon-new {
  position: absolute;
  bottom: -13px;
  left: -26px;
}

@media only screen and (max-width: 768px) {
  .icon-new {
    width: 33px;
    height: 33px;
    bottom: -10px;
    left: -10px;
  }
}
.pagination,
.wp-prev-next {
  margin: 2em 0 2em;
}

.pagination:empty,
.wp-prev-next:empty {
  margin: 0;
}

#instafeed {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

#instafeed li {
  float: left;
  width: 25%;
  margin: 0;
}

#instafeed li img {
  display: block;
  margin-bottom: 0 !important;
  width: 100%;
  height: auto;
}

.form-table th {
  text-align: left;
  vertical-align: top;
  padding-right: 20px;
  width: 30%;
  padding: 20px 0 20px 10px;
  font-size: 108%;
  font-weight: 700;
}

.input-icon {
  display: inline-block;
  background-color: #fc3e3e;
  color: #fff;
  width: 40px;
  padding: 5px 0;
  font-size: 11px;
  border-radius: 4px;
  letter-spacing: .1em;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  vertical-align: 15%;
  margin-left: 10px;
}

.input-icon.must {
  background-color: #ea5668;
}

.contact-privacy-inner {
  padding: 20px;
  height: 160px;
  overflow-y: scroll;
  background-color: #f6f7f9;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #cfcfcf;
  font-size: 0.85em;
}

.label-list-inline {
  text-align: center;
}

.label-list-inline label {
  display: inline-block;
  font-size: 108%;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 5px;
  background-color: #eee;
}

.label-list-inline label:hover {
  background-color: #ffeebf;
}

.label-list-inline label input {
  vertical-align: middle;
  margin-right: 0.3em;
}

.wpcf7-submit submit-btn {
  background: #ea5668;
}

.submit-box {
  padding: 40px 0 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

input[type=submit].confirm-btn,
input[type=submit].submit-btn {
  display: inline-block;
  padding: 20px 0;
  width: 100%;
  max-width: 320px;
  margin: 0 10px;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  background-color: #ec8724;
  text-align: center;
  letter-spacing: .1em;
  -webkit-box-shadow: 0 2px 0 #08581d;
  box-shadow: 0 2px 0 #08581d;
  font-weight: 700;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 3px;
}

html input[type=button].back-btn {
  display: inline-block;
  padding: 20px 0;
  width: 100%;
  max-width: 320px;
  margin: 0 10px;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  background-color: #666;
  text-align: center;
  letter-spacing: .1em;
  -webkit-box-shadow: 0 2px 0 #08581d;
  box-shadow: 0 2px 0 #08581d;
  font-weight: 700;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 3px;
}

.submit-btn:hover {
  opacity: 0.8;
}

.submit-btn i {
  padding-left: .7em;
  margin-right: -1em;
}

.error {
  background: #f0f0f0;
  padding: 30px 5%;
  font-size: 116%;
  line-height: 1.8;
}

.form-error {
  padding-bottom: 12px;
}

.error_messe {
  color: #c00;
}

:-moz-placeholder-shown {
  color: #bbb;
}

:-ms-input-placeholder {
  color: #bbb;
}

:placeholder-shown {
  color: #bbb;
}

::-webkit-input-placeholder {
  color: #bbb;
}

:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bbb;
}

.wpcf7c-conf {
  background-color: #ffeec0 !important;
  border: 1px solid #969696 !important;
}

.sent .submit-box {
  display: none;
}

.sentout_message {
  display: none;
}

.sent .sentout_message {
  display: block;
  text-align: center;
}

div.wpcf7-mail-sent-ok {
  background-color: #56b379;
  color: #fff;
  font-weight: 700;
  font-size: 120%;
  padding: 10px;
  border-radius: 5px;
}

.popmake-title {
  font-size: 1.2em;
  margin: 0.3em 0;
}

.popmake-content ul li {
  position: relative;
  padding-left: 1em;
  margin: 1em 0;
}

.popmake-content ul li:before {
  content: " ";
  width: 9px;
  height: 9px;
  background: #3e3e3e;
  -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.15) inset;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.15) inset;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 2px;
  top: 7px;
}

.popmake-content ul li ul li:before {
  width: 5px;
  height: 5px;
  top: 10px;
  border-radius: 0;
}

.popmake-content ul li ul li ul li:before {
  width: 14px;
  height: 1px;
  top: 11px;
  left: -2px;
  border-radius: 0;
}

.entry-content ul.menu li a span:empty,
.popmake-content ul.menu li a span {
  display: none;
}

.entry-content ul.menu li a span:before,
.popmake-content ul.menu li a span:before {
  content: " - ";
}

@media only screen and (max-width: 480px) {
  .page-links a,
  .page-links ul > li > span,
  .pagination a,
  .pagination span {
    font-size: .85em;
    padding: 8px 12px;
  }
}
.entry-content table {
  word-break: break-all;
}

.table-scroll {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.table-scroll::-webkit-scrollbar {
  height: 8px;
}

.table-scroll::-webkit-scrollbar-thumb {
  background: #aaa;
}

.table-scroll::-webkit-scrollbar-track {
  background: #ccc;
}

.table-scroll table {
  min-width: 600px;
}

.table-scroll table th {
  white-space: nowrap;
}

span.icon {
  display: inline-block;
  line-height: 1.5;
  font-size: 1em;
}

.entry-content span.icon img {
  margin: 0;
}

.category-work-inheritance em {
  font-style: normal;
  border-bottom: 0;
  font-weight: 700;
  font-size: 1em;
  color: #159c2d;
}

.sns-button {
  border: 0 !important;
  padding: 10px 0 20px 0 !important;
  margin: 0 !important;
}

.fb-like,
.twitter-share {
  float: left !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 5px 0 0 !important;
  min-height: 40px !important;
  line-height: 18px !important;
  text-indent: 0 !important;
}

.type-akiya + .entry-content table th {
  width: 270px;
}

@media only screen and (max-width: 767px) {
  .type-akiya + .entry-content table th {
    width: 115px;
  }
}
.akiya-image-sub {
  margin-bottom: 20px;
}

.akiya-image-sub div {
  display: inline-block;
  vertical-align: top;
  width: 16%;
  max-height: 132px;
  list-style: none;
  overflow: hidden;
  margin-bottom: 5px;
}

.akiya-image-sub div img {
  width: 100%;
  height: auto;
}

.akiya-image-rooms {
  display: inline-block;
  width: 200px;
}

.akiya-image-rooms img {
  width: 100%;
  height: auto;
}

.akiya-text-rooms {
  display: block;
}

.akiya-view-note {
  border-radius: 15px;
  border: 2px solid red;
  color: red;
  text-align: center;
  padding: 10px;
  margin: 50px auto 0;
  max-width: 700px;
}

.category-akiya .taglist-wrap {
  padding: 0.5em 1em;
}

.category-akiya .taglist-wrap dl {
  margin: 0.5em 0;
}

.category-akiya .taglist-wrap dl dt {
  font-size: 90%;
}

.akiya_refine,
.shop_refine {
  display: none;
}

.akiya_refine:checked + label,
.shop_refine:checked + label {
  border-color: #e6861e;
  color: #e6861e;
  font-weight: 700;
  cursor: pointer;
}

.category-akiya .taglist-wrap .btn-group {
  margin: 1em 0 .5em;
  text-align: right;
}

.category-shop-map-area .entry-content h2,
.single-shop-map-area .entry-content h2 {
  margin-left: 0;
  margin-right: 0;
}

.category-shop-map-area .taglist-wrap .btn-group,
.single-shop-map-area .taglist-wrap .btn-group {
  margin: 1em 0 0;
  text-align: right;
}

.category-shop-map-area .map-area,
.single-shop-map-area .map-area {
  position: relative;
}

.category-shop-map-area .mark-description,
.single-shop-map-area .mark-description {
  background-color: #fff;
  border: 1px solid #666;
  padding: 5px 10px 5px 0;
  position: absolute;
  left: 5px;
  bottom: 30px;
}

.category-shop-map-area .mark-description img,
.single-shop-map-area .mark-description img {
  vertical-align: middle;
  margin-bottom: 0;
}

.category-shop-map-area .mark-description li span,
.single-shop-map-area .mark-description li span {
  vertical-align: middle;
  margin-bottom: -5px;
  display: inline-block;
}

.category-shop-map-area .mark-description li,
.single-shop-map-area .mark-description li {
  padding: 0;
  margin: 0;
  font-size: 78%;
}

.category-shop-map-area .mark-description li:first-of-type,
.single-shop-map-area .mark-description li:first-of-type {
  margin: 0;
}

.category-shop-map-area .mark-description li:before,
.single-shop-map-area .mark-description li:before {
  display: none;
}

@media only screen and (max-width: 859px) {
  .category-shop-map-area .mark-description li img,
  .single-shop-map-area .mark-description li img {
    width: 34px;
    height: auto;
  }
}
@media only screen and (min-width: 860px) {
  .category-akiya .taglist-wrap {
    position: relative;
  }

  .category-akiya .taglist-wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .category-akiya .taglist-wrap dl dt {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: 0;
    flex-flow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .category-akiya .taglist-wrap dl dd {
    margin-top: 0;
  }
}
.category-search-for-support .tab-content {
  display: none;
}

.l-footer {
  position: relative;
  text-align: center;
  border-top: 1px solid #cecece;
}

.l-footer__logo {
  margin: auto;
  padding-top: 36px;
}

@media screen and (max-width: 750px) {
  .l-footer__logo {
    width: 32.53333vw;
    padding-top: 7.6vw;
  }
}
.l-footer__info {
  padding-top: 24px;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .l-footer__info {
    padding-top: 4.4vw;
    line-height: 2;
  }
}
.l-footer__info p {
  letter-spacing: .1em;
  font-size: 12px;
  font-size: 0.8rem;
}

@media screen and (max-width: 750px) {
  .l-footer__info p {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.l-footer__linkList a {
  font-size: 12px;
  font-size: 0.8rem;
}

@media screen and (max-width: 750px) {
  .l-footer__linkList a {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.l-footer__copy {
  display: block;
  margin-top: 30px;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #cecece;
}

@media screen and (max-width: 750px) {
  .l-footer__copy {
    margin-top: 6.4vw;
    padding: 4vw;
  }
}
.l-footer__copy small {
  letter-spacing: .2em;
  font-size: 12px;
  font-size: 0.8rem;
}

@media screen and (max-width: 750px) {
  .l-footer__copy small {
    font-size: 9px;
    font-size: 2.4vw;
  }
}
.m-titleA {
  font-family: 'Ropa Sans',sans-serif;
  font-weight: 700;
  color: #000;
  letter-spacing: .1em;
  font-size: 22px;
  font-size: 1.46667rem;
}

@media screen and (max-width: 750px) {
  .m-titleA {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}
.cont-title,
.parts-title {
  font-family: Quicksand,sans-serif;
  color: #000;
}

h2.cont-title {
  padding: 0 44px 0;
  display: block;
  position: relative;
  width: 19em;
  max-width: 90%;
  margin: 0 auto 1em;
  position: relative;
  z-index: 10;
  background: #fff;
  text-align: center;
}

h2.cont-title .en-title {
  font-family: Quicksand,sans-serif;
  font-size: 1.2em;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

h2.cont-title .jp-title {
  font-family: 秀英角ゴシック銀 L,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: .5em;
  display: block;
  text-align: center;
  line-height: 2;
}

@media only screen and (max-width: 480px) {
  h2.cont-title {
    font-size: 1.3em;
  }

  h2.cont-title:before {
    margin-top: -1.2em;
    padding-left: 0;
  }

  h2.cont-title:after {
    margin-top: -1.2em;
    padding-right: 0;
  }
}
.event-close {
  position: relative;
  text-align: center;
  margin-top: 1em;
}

.event-close span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
  color: #e24a3b;
  font-size: .75em;
  font-weight: 700;
}

.event-close::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e24a3b;
}

.event-schedule {
  font-weight: 700;
  text-align: right;
  margin-bottom: 1em;
}

.event-schedule a {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0, #ffee91));
  background: -o-linear-gradient(transparent 40%, #ffee91 0);
  background: linear-gradient(rgba(0, 0, 0, 0) 40%, #ffee91 0%);
}

#menu-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#menu-footer-menu > li {
  width: 14%;
  border-right: 1px dotted #999;
  padding: 0 1em 0;
}

#menu-footer-menu > li > a {
  font-family: 'Ropa Sans',sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-align: center;
  letter-spacing: .1em;
  text-decoration: none;
}

#menu-footer-menu > li > a > span {
  display: none;
}

#menu-footer-menu .sub-menu > li {
  font-size: .8em;
  line-height: 1.5;
}

#menu-footer-menu .sub-menu > li > a {
  text-decoration: none;
  display: block;
}

#menu-footer-menu .sub-menu > li > a:before {
  content: "\f0da";
  font-family: FontAwesome;
  padding-right: 10px;
}

#menu-footer-menu .sub-menu > li > a:hover {
  color: #e6861e;
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  #menu-footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #menu-footer-menu > li {
    width: 25%;
    border-right: 1px dotted #999;
    padding: 0 1em 0;
  }
}
@media only screen and (max-width: 768px) {
  #menu-footer-menu > li {
    width: 33.333333%;
    border-right: 0 dotted #999;
    padding: 0 1em 0;
  }

  #menu-footer-menu > li.nav-home {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #menu-footer-menu > li {
    width: 100%;
    border-right: 0 dotted #999;
    padding: 0 1em 0;
  }

  ul.sub-menu {
    margin: 0 0 1em;
  }
}
#menu-footer-sub-menu li {
  display: inline-block;
}

#menu-footer-sub-menu li:after {
  content: "｜";
}

#menu-footer-sub-menu li:last-child:after {
  content: "";
}

#site-description {
  text-align: center;
  font-size: .67em;
  letter-spacing: 1pt;
  margin-top: 28px;
}

#site-title,
.site-title {
  text-align: center;
  margin: 20px auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #site-title,
  .site-title {
    margin: 0 auto;
  }
}
#site-title h1 {
  margin: auto;
}

h1.entry-title {
  margin: 0 0 0.5em;
}

#site-title > a,
#site-title h1 a {
  display: block;
  width: 124px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  #site-title h1 {
    font-size: 1;
  }

  #site-title h1 a,
  div#site-title > a {
    display: block;
    font-size: 1;
    font-weight: 700;
    line-height: 1.333em;
    width: 21.86667vw;
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .mobile-menu-btn {
    position: absolute;
    top: 1.33333vw;
    right: 2.66667vw;
    width: 4.66667vw;
    height: 3.73333vw;
  }
}
.h1,
h1 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.333em;
}

.entry-content h2 {
  position: relative;
  border: none;
  font-size: 1.33em;
  padding: 1em 0;
  margin-top: 2.1em;
  margin-bottom: 1em;
  border-bottom: 2px solid #000;
  border-radius: 0;
  background: 0 0;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.entry-content h3 {
  border-left: 4px solid;
  padding: .1em 0 .1em .8em;
  margin-top: 1.8em;
  font-size: 1.2em;
}

.btn-wrap {
  margin: 0;
}

.btn-wrap a {
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  padding: .5em 2em;
  background: #3165a0;
  border: 2px solid #3165a0;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  margin: 0.5em 0;
}

.btn-wrap a:hover {
  background: #50b363;
  border: 2px solid #50b363;
  color: #fff;
  -webkit-transform: translate3d(0, 3px, 1px);
  transform: translate3d(0, 3px, 1px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-wrap.full a {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
}

.btn-wrap.simple a {
  border-radius: 5px;
  background: #fff;
  border: 2px solid #000;
  color: #000;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.btn-wrap.simple a:hover {
  background: #3165a0;
  color: #fff;
}

.btn-wrap.simple a:before {
  color: #000;
}

.btn-wrap.simple a:hover:before {
  color: #fff;
}

.btn-wrap.big a {
  font-size: 1.1em;
  padding: .6em 2em;
  width: 420px;
  max-width: 90%;
}

@media only screen and (min-width: 768px) {
  .page-full.wide #main {
    width: 100%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .nav ul {
    background: #fff;
  }

  .nav li ul.children,
  .nav li ul.sub-menu {
    font-size: .65em;
    font-weight: 400;
    margin: 0;
    position: absolute;
    z-index: 8999;
    border-radius: 3px;
    margin-top: -10px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.63);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.63);
  }
}
.menu.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu.nav > li {
  font-family: 'Ropa Sans',sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  letter-spacing: 0.1em;
}

.menu.nav > li > a > span {
  font-family: 秀英角ゴシック銀 L,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: .65em;
  display: block;
  color: #666;
  position: relative;
  letter-spacing: 0;
  padding: 5px 0 0;
  margin-top: 2px;
}

.menu.nav > li > a:hover {
  color: #3165a0;
}

.menu.nav > li > a:hover > span {
  color: #000;
}

.menu.nav > li a {
  text-decoration: none;
}

.menu.nav > li > a > span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  width: 0;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3165a0;
  border-radius: 5px;
  transition: .25s ease-out;
  -webkit-transition: .25s ease-out;
  -moz-transition: .25s ease-out;
  -o-transition: .25s ease-out;
  -ms-transition: 0.25s ease-out;
}

.menu.nav > .current-menu-item > a > span:before,
.menu.nav > .current-menu-parent > a > span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  width: 0;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3165a0;
  border-radius: 5px;
  transition: .25s ease-out;
  -webkit-transition: .25s ease-out;
  -moz-transition: .25s ease-out;
  -o-transition: .25s ease-out;
  -ms-transition: 0.25s ease-out;
}

.menu.nav .sub-menu > li > a:before {
  content: "\f054";
  font-family: FontAwesome;
  padding-right: 10px;
}

.menu.nav .sub-menu > li > a:hover {
  color: #3165a0;
}

.menu.nav > .current-menu-item > a > span:before,
.menu.nav > .current-menu-parent > a > span:before,
.menu.nav > li > a:hover > span:before {
  width: 58px;
}

.hero-image {
  margin-top: 0.5em;
}



#home-flow {
  margin: -20px 0 4em;
  color: #000;
}

#home-flow h2.title {
  margin: 0 0 .7em;
  font-size: 1.6em;
  letter-spacing: .05em;
  text-align: center;
}

#home-flow .lead {
  padding-bottom: 1em;
  font-size: .85em;
  letter-spacing: .05em;
  text-align: center;
}

#home-flow .flow-wrap {
  position: relative;
}

#home-flow .flow-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 29px);
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

#home-flow .flow-wrap.bg01::before {
  background-image: url(../img/home_flow_bg01.png);
}

#home-flow .flow-wrap.bg02::before {
  background-image: url(../img/home_flow_bg02.png);
}

#home-flow .flow-wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

#home-flow .flow-wrap.bg01 > ul {
  padding-bottom: 1.85em;
}

#home-flow .flow-wrap.bg01 > ul > li + li {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #home-flow .flow-wrap.bg01 > ul > li + li {
    margin-top: 50px;
  }
}
#home-flow .flow-wrap.bg01 > ul > li + li::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: transparent url(../img/top/icon_arrow.svg) no-repeat 50% center;
  background-size: contain;
  position: absolute;
  max-width: 12%;
  top: 70%;
  left: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media only screen and (max-width: 767px) {
  #home-flow .flow-wrap.bg01 > ul > li + li::after {
    width: 2.93333vw;
    height: 4.8vw;
    background: transparent url(../img/top/icon_arrow_sp.svg) no-repeat 50% center;
    background-size: contain;
    top: -4vw;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    max-width: none;
  }
}
#home-flow .flow-wrap.bg02 > ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#home-flow .flow-wrap.bg02 > ul > li {
  padding-top: 154px;
}

@media only screen and (max-width: 767px) {
  #home-flow .flow-wrap.bg02 > ul > li {
    position: relative;
    margin-top: 50px;
  }

  #home-flow .flow-wrap.bg02 > ul > li::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2.93333vw;
    height: 4.8vw;
    background: transparent url(../img/top/icon_arrow_sp.svg) no-repeat 50% center;
    background-size: contain;
    top: -4vw;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
}
#home-flow .flow-wrap.bg02 > ul > li + li {
  position: relative;
}

#home-flow .flow-wrap.bg02 > ul > li + li::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: transparent url(../img/top/icon_arrow.svg) no-repeat 50% center;
  background-size: contain;
  position: absolute;
  top: 60%;
  right: 0;
  -webkit-transform: translate(50%, 0) rotate(180deg);
  -ms-transform: translate(50%, 0) rotate(180deg);
  transform: translate(50%, 0) rotate(180deg);
  max-width: 12%;
}

@media only screen and (max-width: 767px) {
  #home-flow .flow-wrap.bg02 > ul > li + li::after {
    width: 2.93333vw;
    height: 4.8vw;
    background: transparent url(../img/top/icon_arrow_sp.svg) no-repeat 50% center;
    background-size: contain;
    top: -4vw;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    max-width: none;
  }
}
#home-flow .flow-wrap > ul > li {
  position: relative;
  width: 25%;
  padding: 175px 10px 0 0;
  margin: 0 auto;
  text-align: center;
}

#home-flow .step {
  font-weight: 700;
  color: #e6861e;
  background: transparent url(../img/top/fukidashi.svg) no-repeat 50% center;
  background-size: contain;
  padding: 20px 20px 10px;
  font-size: 12px;
  font-size: .8rem;
  font-family: "Ropa Sans",sans-serif;
  letter-spacing: 0.1em;
}

#home-flow h3.title {
  margin: 1em 10px .35em;
  font-size: 1em;
  display: inline-block;
  text-align: left;
}

#home-flow .tag {
  display: inline-block;
  padding-left: 10px;
  text-align: left;
}

#home-flow .fld-tag {
  margin-bottom: 6px;
  line-height: 1.1;
  display: block;
}

#home-flow .fld-tag a {
  text-decoration: none;
}

#home-flow .fld-tag a.youtube {
  white-space: nowrap;
}

#home-flow .fld-tag a.youtube::after {
  content: "";
  display: inline-block;
  width: 1.36em;
  height: 1em;
  margin-left: .2em;
  background: url(../img/icon_youtube_s.png) no-repeat 0 0;
  background-size: auto 100%;
  vertical-align: text-bottom;
}

@media only screen and (max-width: 1199px) {
  #home-flow .flow-wrap::before {
    width: calc(100% + 2.417vw);
  }

  #home-flow .flow-wrap > ul > li {
    padding-top: 14.583vw;
  }

  #home-flow .flow-wrap.bg02 > ul > li {
    padding-top: 12.833vw;
  }

  #home-flow h3.title {
    margin: 0 0.833vw 0.4em;
  }

  #home-flow .tag {
    padding-left: 0.833vw;
  }
}
@media only screen and (max-width: 767px) {
  #home-flow {
    margin: 0 0 3em;
  }

  #home-flow h2.title span {
    display: inline-block;
  }

  #home-flow .lead {
    padding-bottom: 0.5em;
  }

  #home-flow .step {
    font-weight: 700;
    color: #e6861e;
    font-family: "Ropa Sans",sans-serif;
    letter-spacing: .1em;
    background: #fff url(../img/top/fukidashi_sp.svg) no-repeat 50% center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 8.26667vw;
    text-align: center;
    font-size: 10px;
    font-size: 2.66667vw;
    padding: 1.33333vw 0 0;
  }

  #home-flow .flow-wrap {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }

  #home-flow .flow-wrap.bg01::before,
  #home-flow .flow-wrap.bg02::before {
    width: 100%;
    background: 0 0;
  }

  #home-flow .flow-wrap > ul {
    display: block;
  }

  #home-flow .flow-wrap.bg01 > ul {
    padding-bottom: 0;
  }

  #home-flow .flow-wrap > ul > li {
    width: 100%;
    min-height: 33.3vw;
    padding: 10vw 0 0 40vw;
    margin: 0 0 1.3em;
    text-align: left;
  }

  #home-flow .flow-wrap > ul > li::before {
    content: "";
    position: absolute;
    top: 10vw;
    left: 0;
    width: 43%;
    max-width: 270px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }

  #home-flow .flow-wrap.bg01 > ul > li:nth-of-type(1)::before {
    background-image: url(../img/home_flow_p01.png);
  }

  #home-flow .flow-wrap.bg01 > ul > li:nth-of-type(2)::before {
    background-image: url(../img/home_flow_p02.png);
  }

  #home-flow .flow-wrap.bg01 > ul > li:nth-of-type(3) {
    min-height: 24vw;
  }

  #home-flow .flow-wrap.bg01 > ul > li:nth-of-type(3)::before {
    background-image: url(../img/home_flow_p03.png);
  }

  #home-flow .flow-wrap.bg01 > ul > li:nth-of-type(4) {
    min-height: 28vw;
  }

  #home-flow .flow-wrap.bg01 > ul > li:nth-of-type(4)::before {
    background-image: url(../img/home_flow_p04.png);
  }

  #home-flow .flow-wrap.bg02 > ul > li:nth-of-type(1) {
    min-height: 29vw;
  }

  #home-flow .flow-wrap.bg02 > ul > li:nth-of-type(1)::before {
    background-image: url(../img/home_flow_p05.png);
  }

  #home-flow .flow-wrap.bg02 > ul > li:nth-of-type(2) {
    min-height: 25vw;
  }

  #home-flow .flow-wrap.bg02 > ul > li:nth-of-type(2)::before {
    background-image: url(../img/home_flow_p06.png);
  }

  #home-flow .flow-wrap.bg02 > ul > li:nth-of-type(3) {
    min-height: 22vw;
  }

  #home-flow .flow-wrap.bg02 > ul > li:nth-of-type(3)::before {
    background-image: url(../img/home_flow_p07.png);
  }

  #home-flow .flow-wrap.bg02 > ul > li:nth-of-type(4)::before {
    background-image: url(../img/home_flow_p08.png);
  }

  #home-flow h3.title {
    display: block;
  }

  #home-flow h3.title span {
    display: inline;
  }
}
@media only screen and (max-width: 480px) {
  #home-flow {
    margin-bottom: 3em;
  }

  #home-flow h2.title {
    font-size: 1.4em;
  }

  #home-flow .fld-tag a.youtube {
    white-space: normal;
  }
}
.home #information .inner-border {
  border: 3px solid #000;
  border-radius: 8px;
  padding: 0 1em 3em;
  margin-top: -3em;
  position: relative;
}

.home #information table {
  width: 90%;
  max-width: 748px;
  margin: 4em auto 3.5em;
}

.home #information table td.info-list-date {
  white-space: nowrap;
  vertical-align: top;
}

@media only screen and (max-width: 480px) {
  .home #information table td {
    display: block;
    padding: 0 0 1em;
    margin-bottom: 1em;
    border-bottom: 1px dotted #ccc;
  }

  .home #information table td.info-list-date {
    padding: 0 0 .5em;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.more-read {
  text-align: center;
  font-family: Quicksand,sans-serif;
  margin-top: -1em;
}

.more-read .btn-box {
  padding: 0.5em 5em;
}

.more-read .btn-box:before {
  content: "\f054";
  font-family: FontAwesome;
  padding-right: 10px;
}

.home #information .more-read {
  margin-bottom: -4.5em;
  position: relative;
  z-index: 10;
}

.home #event,
.home #information,
.home #interview,
.home #pickup,
.home #support {
  margin-bottom: 5em;
}

@media only screen and (max-width: 480px) {
  .home #pickup {
    margin-top: 1em;
    margin-bottom: 3em;
  }

  .home #event,
  .home #information,
  .home #interview,
  .home #support {
    margin-bottom: 3em;
  }
}
.taglist-wrap {
  background-color: transparent;
  border-color: #000;
  border-width: 2px;
  border-radius: 5px;
  padding: 1em;
  border-style: solid;
  margin-bottom: 2em;
}

.taglist {
  margin-top: 0.5em;
}

.single .category-work-inheritance .eyecatch-caption img,
.single-interview .eyecatch-caption img {
  width: 100%;
  height: auto;
}

.single .category-work-inheritance .eyecatch-caption + p strong,
.single-interview .eyecatch-caption + p strong {
  position: relative;
  padding: 2em 3em .25em;
  border-top: 0;
  border-bottom: 0;
  background: #fff;
  max-width: 900px;
  margin: -80px auto 0;
  display: block;
}

@media only screen and (max-width: 480px) {
  .single .category-work-inheritance .eyecatch-caption + p strong,
  .single-interview .eyecatch-caption + p strong {
    position: relative;
    padding: 1em 0 0;
    width: 100%;
    margin: 0 auto 0;
    display: block;
  }
}
.single .category-work-inheritance .entry-content h2,
.single-interview .entry-content h2 {
  text-align: center;
  position: relative;
  display: block;
  border-bottom: 0;
  margin: auto auto 2em;
}

.single .category-work-inheritance .entry-content h2:before,
.single-interview .entry-content h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 200px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
  border-radius: 2px;
}

.interview-profile {
  background: #f7f3b4;
  padding: 30px;
}

.interview-body {
  width: 798px;
  max-width: 100%;
  margin: auto;
  float: none;
  padding: 0 35px 35px;
}

@media only screen and (max-width: 480px) {
  .interview-body {
    padding: 0 0 0;
  }
}
.fld-black {
  display: inline-block;
  font-size: 1em;
  padding: .3em 1em;
  border-radius: 25px;
  background: #000;
  color: #fff;
  margin: 10px 0;
}

.fld-industry {
  margin: 0 0 5px;
}

.fld-tag,
.post-edit-link {
  display: inline-block;
  padding: .35em .5em;
  margin-right: .3em;
  margin-bottom: 2px;
  text-decoration: none;
  line-height: 1;
  font-size: .75em;
  border-radius: 0.4em;
}

.fld-tag a {
  text-decoration: none;
}

.fld-tag a:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #e6861e;
  display: inline-block;
  padding-right: 5px;
  font-size: 1em;
}

.post-edit-link {
  background: #ddd;
  border: 0;
}

.term-lifestyle a {
  display: inline-block;
  font-size: 1em;
  padding: .3em 1em;
  border-radius: 25px;
  background: #e6861e;
  color: #fff;
  margin: 10px 5px;
}

@media only screen and (max-width: 480px) {
  .fld-black,
  .term-lifestyle a {
    font-size: .8em;
    padding: 0.2em 0.6em;
  }
}
#page-top {
  position: fixed;
  right: 20px;
  z-index: 99999;
}

#page-top a {
  background-repeat: no-repeat;
  text-decoration: none;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  padding: 0;
  display: block;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #page-top {
    right: 10px;
  }

  #page-top a {
    background-repeat: no-repeat;
    text-decoration: none;
    line-height: 41px;
    font-size: 0.85em;
  }
}
#page-top {
  position: fixed;
  right: 27px;
}

@media screen and (max-width: 750px) {
  #page-top {
    right: 3.6vw;
    width: 10.66667vw;
    height: 10.66667vw;
    max-width: 40px;
    max-height: 40px;
  }
}
#page-top a {
  display: block;
  padding: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #fff;
}

#page-top img {
  display: block;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 750px) {
  #page-top img {
    width: 10.66667vw;
    height: 10.66667vw;
    max-width: 40px;
    max-height: 40px;
  }
}
@media (min-width: 1200px) {
  .sns-link {
    position: fixed;
    z-index: 9000;
    top: 223px;
    right: 0;
    margin-top: 0;
    padding: 27px 10px 27px 13px;
    border-radius: 10px 0 0 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  .sns-link li {
    margin-bottom: 1px;
    font-size: 150%;
    line-height: 1;
  }

  .sns-link li + li {
    margin-top: 18px;
  }

  .sns-link li:last-of-type {
    margin-bottom: 0;
  }

  .sns-link span {
    display: none;
  }

  .sns-link li a:link,
  .sns-link li a:visited {
    text-decoration: none;
    color: #222;
  }

  .sns-link li a:active,
  .sns-link li a:hover {
    text-decoration: none;
    color: #a8864a;
  }

  .sns-link img {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 1199px) {
  .sns-link {
    width: 100%;
    padding: 20px 0;
  }

  .sns-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sns-link li a {
    display: block;
    padding: 10px;
    text-align: center;
  }

  .sns-link li a img {
    width: auto;
    height: auto;
    max-height: 100%;
  }

  .sns-link li:last-of-type {
    border-right: 0;
  }

  .sns-link span {
    display: none;
  }

  .sns-link li a:link,
  .sns-link li a:visited {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    text-decoration: none;
    color: #fff;
  }

  .sns-link li a:active,
  .sns-link li a:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    text-decoration: none;
    color: #fff;
  }
}
.p-topPickUp {
  background: #fff;
  max-width: 1124px;
  margin: 0 auto 60px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  padding: 53px 50px 62px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .p-topPickUp {
    width: 100%;
    padding: 4vw 4.53333vw;
  }
}
.p-topPickUp__titleBox {
  display: block;
}

.p-topPickUp__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .p-topPickUp__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-topPickUp__item {
  width: calc(33% - 13px);
  border: 1px solid #707070;
  overflow: hidden;
  border-radius: 15px;
}

@media screen and (max-width: 750px) {
  .p-topPickUp__item {
    width: 100%;
    max-width: none;
    margin-top: 4vw;
  }
}
.p-topPickUp__item a {
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .p-topPickUpBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 750px) {
  .p-topPickUpBox__imgBox {
    width: 17.86667vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-topPickUpBox__imgBox img {
  display: block;
  width: 100%;
}

.p-topPickUpBox__noteBox {
  padding: 12px 12px 0 12px;
}

@media screen and (max-width: 750px) {
  .p-topPickUpBox__noteBox {
    padding: 1.6vw;
    padding-left: 2.4vw;
  }
}
.p-topPickUpBox__title {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.06667rem;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .p-topPickUpBox__title {
    font-size: 12px;
    font-size: 3.2vw;
    padding: 0;
    margin: 0;
  }
}
.p-topPickUpBox__text {
  font-size: 14px;
  font-size: .93333rem;
  margin-top: 4px;
}

@media screen and (max-width: 750px) {
  .p-topPickUpBox__text {
    font-size: 11px;
    font-size: 2.93333vw;
    margin: 0;
    padding-top: 1.33333vw;
  }
}
.p-topTitle {
  text-align: center;
}

.p-topTitle__bgWrap {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 80px;
  margin-bottom: -10px;
}

@media screen and (max-width: 750px) {
  .p-topTitle__bgWrap {
    padding: 0 0;
  }
}
.p-topTitle__title {
  text-align: center;
}

.p-topTitle__title img {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .p-topTitle__title img {
    height: 13.33333vw;
  }
}
.p-topTitle__subText {
  text-align: center;
  font-size: 12px;
  font-size: 0.8rem;
}

@media screen and (max-width: 750px) {
  .p-topTitle__subText {
    font-size: 9px;
    font-size: 2.4vw;
  }
}
.u-spi {
  display: none;
}

@media screen and (max-width: 750px) {
  .u-spi {
    display: inline-block;
  }
}
.u-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .u-sp {
    display: block;
  }
}
.btn-flat-logo-end {
  position: relative;
  display: inline-block;
  font-weight: 700;
  padding: 1em 1.6em;
  text-decoration: none;
  color: #000;
  background: #b9b9b9;
  border: solid;
  border-radius: 10px;
  margin: 0 0 20px 0;
}

.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: 700;
  padding: 1em 1.6em;
  text-decoration: none;
  color: #000;
  background: #ffff01;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border: solid;
  border-radius: 10px;
}

.btn-flat-logo:hover {
  background: #fff;
}

/*# sourceMappingURL=custom.css.map */
@media only screen and (min-width: 768px) {
  #main.main-only {
    width: 1080px;
    padding: 35px 0;
    margin: 0 auto;
  }
}
