@charset "UTF-8";
@media only screen and (min-width: 768px) {
  .main {
    margin-top: 91px;
  }
}

/* sec_hero
----------------------- */
@media only screen and (min-width: 768px) {
  .sec_hero {
    height: 519px;
    background: url("../images/sec_hero_bg_pc.jpg") no-repeat center top;
    background-size: 2559px auto;
  }
}
@media only screen and (max-width: 767px) {
  .sec_hero {
    height: 152.5vw;
    background: url("../images/sec_hero_bg_sp.jpg") no-repeat center top;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  .sec_hero .wrapper {
    height: 519px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .sec_hero .wrapper {
    height: 152.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec_hero__title {
    padding-top: 6.25vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec_hero__img {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(44px, 85px);
            transform: translate(44px, 85px);
  }
}
@media only screen and (max-width: 767px) {
  .sec_hero__img {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .sec_hero__btn {
    width: 350px;
    margin: 50px 0 0 74px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_hero__btn {
    position: absolute;
    bottom: 6.25vw;
    width: 90.64%;
  }
}
@media only screen and (min-width: 768px) {
  .sec_hero__btn a {
    font-size: 1.8rem;
  }
}
/* sec_trouble
----------------------- */
@media only screen and (min-width: 768px) {
  .sec_trouble {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec_trouble {
    padding: 30px 0 60px;
  }
}
.sec_trouble__title {
  padding: 15px 0;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  background: #307cc0;
}
@media only screen and (min-width: 768px) {
  .sec_trouble__title {
    margin-bottom: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_trouble__title {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .sec_trouble__box {
    margin-bottom: 50px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
  }

  .sec_trouble__box--borderless {
    padding-bottom: 0;
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .sec_trouble__panel {
    flex-basis: 29.8%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_trouble__panel {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_trouble__panel:nth-of-type(1) dt p span, .sec_trouble__panel:nth-of-type(3) dt p span {
    position: relative;
    top: 0.75em;
  }
}
.sec_trouble__panel dt {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec_trouble__panel dt {
    margin-bottom: 10px;
  }
}
.sec_trouble__panel dt::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 68px;
  height: 68px;
  background: url("../images/badge_solve.png") no-repeat 0 0;
  background-size: 68px auto;
}
.sec_trouble__panel dt p {
  position: relative;
  display: block;
}

.sec_trouble__panel dt p.is_sp {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .sec_trouble__panel dt p {
    margin: -3em 5px 0 20px;
    height: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .sec_trouble__panel dt p {
    margin: -2.5em 5% 0;
  }
  .sec_trouble__panel dt p.is_pc {
    display: none !important;
  }
  .sec_trouble__panel dt p.is_sp {
    display: block !important;
  }
}
.sec_trouble__panel dt span {
  display: inline-block;
  padding: 0 2px;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
  background: linear-gradient(#1faee8 0%, #1faee8 100%);
}

.sec_trouble__panel dt span:nth-child(n+2) {
  margin-top: 2px;
}

@media only screen and (min-width: 768px) {
  .sec_trouble__panel dt span {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_trouble__panel dt span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .sec_trouble__panel dd {
    padding: 10px 20px 0;
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
@media only screen and (max-width: 767px) {
  .sec_trouble__panel dd {
    padding: 0 5%;
    font-size: 1.6rem;
  }
}
.sec_trouble__panel dd small {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin-top: 2px;
}
@media only screen and (min-width: 768px) {
  .sec_trouble__panel dd small {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_trouble__panel dd small {
    font-size: 1.2rem;
  }
}
.sec_trouble__panel dd small:first-of-type {
  margin-top: 3px;
}
.sec_trouble__panel dd em {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .sec_trouble__panel dd em {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_trouble__panel dd em {
    font-size: 1.1rem;
  }
}
.sec_trouble__text {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .sec_trouble__text {
    margin: -3em 20px 0;
    height: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .sec_trouble__text {
    margin: -4em 5% 0;
  }
}
.sec_trouble__text span {
  display: inline-block;
  padding: 0 2px;
  line-height: 1.3;
  font-weight: bold;
  background: linear-gradient(#ffda3f 0%, #ffda3f 100%);
}

.sec_trouble__text span:nth-child(n+2) {
  margin-top: 2px;
}
@media only screen and (min-width: 768px) {
  .sec_trouble__text span {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_trouble__text span {
    font-size: 1.8rem;
  }
}
.sec_trouble__lede {
  position: relative;
  color: #005bac;
  padding-top: 80px;
  text-align: center;
  background: url("../images/arrow_down01.png") no-repeat center top;
}
@media only screen and (min-width: 768px) {
  .sec_trouble__lede {
    padding-top: 70px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_trouble__lede {
    margin-bottom: 30px;
  }
}
.sec_trouble__lede span {
  position: relative;
  font-weight: bold;
  background: linear-gradient(transparent 85%, #55c4f1 85%);
}
@media only screen and (min-width: 768px) {
  .sec_trouble__lede span {
    padding-bottom: 10px;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_trouble__lede span {
    padding-bottom: 6px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .sec_trouble__lede small {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_trouble__lede small {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_trouble .c-btn__blue02 {
    padding-top: 25px;
    border-top: 1px solid #dfdfdf;
  }
}

/* sec_feature
----------------------- */
.sec_feature {
  background: #eff9fe;
}
@media only screen and (min-width: 768px) {
  .sec_feature {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec_feature {
    padding: 20px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_feature .c-title__style1 em::before, .sec_feature .c-title__style1 em::after {
    display: none;
  }
}
.sec_feature .c-title__style1 i {
  position: relative;
  display: inline-block;
  color: #e7413e;
}
@media only screen and (min-width: 768px) {
  .sec_feature .c-title__style1 i {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_feature .c-title__style1 i {
    font-size: 4rem;
  }
}
.sec_feature .c-title__style1 i::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .sec_feature .c-title__style1 i::after {
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .sec_feature .c-title__style1 i::after {
    top: auto;
  }
}
.sec_feature .c-title__style1 i::before, .sec_feature .c-title__style1 i::after {
  content: "";
  position: absolute;
  z-index: 9;
  left: 0;
  width: 100%;
  background: #e7413e;
}
.sec_feature .c-title__style1 i::before {
  bottom: -7px;
  height: 3px;
}
.sec_feature .c-title__style1 i::after {
  bottom: -10px;
  height: 1px;
}
.sec_feature__head {
  border-bottom: 1px dotted #d2d2d2;
}
@media only screen and (min-width: 768px) {
  .sec_feature__head {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_feature__head {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_feature__head__list {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_feature__head__list {
    margin-bottom: 25px;
  }
}
.sec_feature__head__list li {
  margin-left: 1em;
  list-style-type: disc;
  list-style-position: outside;
}
@media only screen and (min-width: 768px) {
  .sec_feature__head__list li {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .sec_feature__head__list li:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_feature__head__list li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.sec_feature__head__list li em {
  font-style: normal;
  font-weight: bold;
}
.sec_feature__head__box {
  background: #fff;
}
.sec_feature__head__title {
  color: #fff;
  font-weight: bold;
  background: #005bac;
}
@media only screen and (min-width: 768px) {
  .sec_feature__head__title {
    padding: 5px 15px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_feature__head__title {
    padding: 4px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .sec_feature__head__screen {
    padding: 30px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .sec_feature__head__screen {
    padding: 15px 4%;
  }
}
@media only screen and (min-width: 768px) {
  .sec_feature__head__screen li {
    flex-basis: 48.5%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_feature__head__screen li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.sec_feature__head__screen li em {
  display: block;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .sec_feature__head__screen li em {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_feature__head__screen li em {
    text-align: center;
  }
}
.sec_feature__flow {
  border-bottom: 1px dotted #d2d2d2;
}
@media only screen and (min-width: 768px) {
  .sec_feature__flow {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_feature__flow {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_feature__flow__list {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .sec_feature__flow__list {
    margin-left: -1%;
  }
}
.sec_feature__flow__list li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec_feature__flow__list li:not(:last-of-type) {
    padding-bottom: 30px;
  }
}
.sec_feature__flow__list li:not(:last-of-type)::after {
  content: "";
}
@media only screen and (min-width: 768px) {
  .sec_feature__flow__list li:not(:last-of-type)::after {
    width: 43px;
    height: 68px;
    position: absolute;
    right: -43px;
    top: calc(50% + 6px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../images/arrow_right01.png") no-repeat left top;
    background-size: 43px auto;
  }
}
@media only screen and (max-width: 767px) {
  .sec_feature__flow__list li:not(:last-of-type)::after {
    width: 49px;
    height: 34px;
    position: absolute;
    left: 50%;
    bottom: -4px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../images/arrow_down01.png") no-repeat left top;
    background-size: 49px auto;
  }
}
@media only screen and (min-width: 768px) {
  .sec_feature__other {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .sec_feature__other {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_feature__other__text {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_feature__other__text {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_feature__other__list {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_feature__other__list li:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_feature__other__list li:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_feature__other__img {
    flex-basis: 522px;
  }
}
/* sec_reason
----------------------- */
@media only screen and (min-width: 768px) {
  .sec_reason {
    padding: 100px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_reason {
    padding: 35px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_reason .c-title__style1--nowrap {
    white-space: nowrap;
  }
}
.sec_reason__panel {
  border-bottom: 1px solid #dfdfdf;
}
@media only screen and (min-width: 768px) {
  .sec_reason__panel {
    margin-bottom: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .sec_reason__panel {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .sec_reason__panel--no-border {
    border-bottom: none;
    margin-bottom: 25px;
    padding-bottom: 0;
  }
}
.sec_reason__panel:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) {
  .sec_reason__img {
    flex-basis: 485px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_reason__inner {
    flex-basis: 485px;
  }
}
.sec_reason__title {
  color: #005bac;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .sec_reason__title {
    margin-bottom: 20px;
    font-size: 2.48rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_reason__title {
    margin: 20px 0 15px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .sec_reason__text:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_reason__text:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
.sec_reason__text small {
  display: block;
  margin-top: -5px;
}
@media only screen and (min-width: 768px) {
  .sec_reason__text small {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_reason__text small {
    font-size: 1.2rem;
  }
}

/* sec_outline
----------------------- */
.sec_outline {
  background: #eff9fe;
}
@media only screen and (min-width: 768px) {
  .sec_outline {
    padding: 70px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline {
    padding: 35px 0 40px;
  }
}
.sec_outline__title {
  text-align: center;
  color: #005bac;
}
@media only screen and (min-width: 768px) {
  .sec_outline__title {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline__title {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.sec_outline .c-title__style2 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sec_outline .c-title__style2 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline .c-title__style2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.sec_outline__panel {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .sec_outline__panel {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline__panel {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .sec_outline__panel__img {
    flex-basis: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline__panel__img {
    order: 2;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_outline__panel__box {
    flex-basis: 52%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline__panel__box {
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .sec_outline__panel__text:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline__panel__text:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
.sec_outline__panel__title {
  color: #fff;
  font-weight: bold;
  background: #005bac;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sec_outline__panel__title {
    margin-top: 30px;
    padding: 5px 15px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline__panel__title {
    margin-top: 15px;
    padding: 4px 0;
    text-align: center;
    font-size: 1.6rem;
  }
}
.sec_outline__panel__table {
  width: 100%;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .sec_outline__panel__table caption {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline__panel__table caption {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .sec_outline__panel__table caption span {
    display: block;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline__panel__table caption span {
    display: block;
    margin-top: 10px;
  }
}
.sec_outline__panel__table caption span em {
  display: block;
}
@media only screen and (max-width: 767px) {
  .sec_outline__panel__table caption span em {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline__panel__table tr {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline__panel__table tr:not(:first-of-type) th {
    border-top: none;
  }
}
.sec_outline__panel__table th {
  color: #005bac;
  background: #f3f3f3;
  border: 1px solid #dfdfdf;
}
@media only screen and (min-width: 768px) {
  .sec_outline__panel__table th {
    padding: 9px 30px;
    text-align: center;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline__panel__table th {
    display: block;
    padding: 10px;
    font-size: 1.6rem;
  }
}
.sec_outline__panel__table td {
  background: #fff;
  border: 1px solid #dfdfdf;
}
@media only screen and (min-width: 768px) {
  .sec_outline__panel__table td {
    padding: 9px 30px;
    text-align: left;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline__panel__table td {
    display: block;
    padding: 10px;
    font-size: 1.6rem;
    border-top: none;
  }
}
.sec_outline__panel__table td span {
  display: inline-block;
  width: 4.75em;
}
@media only screen and (min-width: 768px) {
  .sec_outline__panel__table:last-of-type {
    position: relative;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline__panel__table:last-of-type {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline__panel__table:last-of-type thead {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .sec_outline__panel__table:last-of-type th {
    padding: 9px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline__panel__table:last-of-type th {
    padding: 2px 5px;
    color: #fff;
    background: #919191;
    text-align: center;
    border-top: none;
  }
}
.sec_outline__panel__table:last-of-type td {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sec_outline__panel__table:last-of-type td {
    padding: 9px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline__panel__table:last-of-type td {
    padding: 0 0 2px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_outline__panel__table:last-of-type td em {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sec_outline__panel__table:last-of-type td em {
    display: block;
    padding: 2px;
    margin-bottom: 4px;
    background: #f3f3f3;
    color: #005bac;
    font-weight: bold;
    border-bottom: 1px solid #dfdfdf;
  }
}
@media only screen and (min-width: 768px) {
  .sec_outline__panel__table:last-of-type::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 1px;
    background: #dfdfdf;
  }
}
@media only screen and (min-width: 768px) {
  .sec_outline__panel__table + .c-btn__blue02 {
    margin-top: 90px;
  }
}
/* sec_about
----------------------- */
@media only screen and (min-width: 768px) {
  .sec_about {
    padding: 100px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_about {
    padding: 35px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_about .c-title__style1 em {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .sec_about .c-title__style1 em::before, .sec_about .c-title__style1 em::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sec_about .c-title__style1 span:first-of-type {
    margin-bottom: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .sec_about .c-title__style1 i::after {
    top: -8px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_about__panel {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.sec_about__panel:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) {
  .sec_about__panel:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_about__panel:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #dfdfdf;
  }
}
@media only screen and (min-width: 768px) {
  .sec_about__img {
    flex-basis: 485px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_about__inner {
    flex-basis: 485px;
  }
}
.sec_about__title {
  color: #005bac;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .sec_about__title {
    margin-bottom: 20px;
    font-size: 2.48rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_about__title {
    margin: 20px 0 15px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .sec_about__text:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_about__text:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
.sec_about__text small {
  display: block;
  margin-top: -10px;
}
@media only screen and (min-width: 768px) {
  .sec_about__text small {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_about__text small {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_about .c-btn__blue02 {
    border-top: none;
    padding-top: 10px;
  }
}

/* modal
----------------------- */
#modal {
  display: none;
}
#modal.fancybox-content {
  padding: 0;
}

.text {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .text {
    margin-bottom: 18px;
  }
}
/* 複数カラム */
.side-by-block {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.side-by-block * {
  box-sizing: border-box;
}

.side-by-block img {
  max-width: 100%;
}

.side-by-block.is-two > * {
  width: 50%;
}

/* ボタンリンクセット */
.btn-area {
  box-sizing: border-box;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .btn-area {
    margin-bottom: 20px;
  }
}
.btn-area * {
  box-sizing: border-box;
}

.btn-area.side-by-block {
  margin-left: -20px;
}

@media screen and (max-width: 640px) {
  .btn-area.side-by-block {
    margin-left: 0;
  }
}
.btn-area.side-by-block .btn {
  min-width: 0;
  padding-left: 20px;
}

@media screen and (max-width: 640px) {
  .btn-area.side-by-block .btn {
    padding-left: 0;
    width: 100%;
  }
}
.btn-area.side-by-block.is-two {
  margin: 0 auto 30px;
  -webkit-transform: translate(-10px);
  transform: translate(-10px);
}

@media screen and (max-width: 640px) {
  .btn-area.side-by-block.is-two {
    width: 100%;
    margin: 0 auto 20px;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .btn-area.side-by-block.is-two .btn ~ .btn {
    margin-top: 20px;
  }

  .btn-area.side-by-block.is-two .btn:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
/* リンクボタン */
.btn {
  display: inline-block;
  min-width: 360px;
  vertical-align: bottom;
}

@media screen and (max-width: 640px) {
  .btn {
    display: block;
    width: 100%;
    min-width: auto;
  }
}
.btn a {
  display: table;
  position: relative;
  box-sizing: border-box;
  border: 2px solid #005bac;
  border-radius: 3px;
  padding: 22px 36px 22px 40px;
  height: 100%;
  width: 100%;
  background-color: #005bab;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  transition: color 0.3s, background-color 0.3s;
}

.btn a:link,
.btn a:visited,
.btn a:hover,
.btn a:active {
  text-decoration: none;
}

.btn a span {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.btn a:hover span {
  color: #005bab;
}

@media screen and (max-width: 640px) {
  .btn a {
    padding: 15px 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .btn a span {
    color: #fff;
  }

  .btn a:hover span {
    color: #fff;
  }
}
.btn a .arw {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 20px;
  margin-top: -5px;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  transition: border 0.3s;
}

@media screen and (min-width: 641px) {
  .btn a:hover {
    background-color: #fff;
    color: #005bac;
  }

  .btn a:hover .arw {
    border-left: 8px solid #005bac;
  }
}
/* モーダル */
.modal {
  max-width: 690px;
  width: 85vw;
  display: table;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.modal .box > div {
  display: table-cell;
}

.modal .contents {
  padding: 40px;
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media screen and (max-width: 640px) {
  .modal .contents {
    padding: 20px;
  }

  .modal .contents .section-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.modal .contents .text {
  color: #3e3a39;
  letter-spacing: normal;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .modal .contents {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
.modal .contents .text:last-of-type {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .modal .contents .text:last-of-type {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .modal .contents .text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modal .btn-area {
  margin-bottom: 0 !important;
}

.modal .btn-area .btn a {
  cursor: pointer;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: transparent;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .fancybox-content {
    padding: 49px;
  }
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 62px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: opacity 0.3s;
  vertical-align: top;
  visibility: inherit;
  width: 62px;
}

@media screen and (max-width: 640px) {
  .fancybox-button {
    height: auto;
    width: auto;
  }
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff;
}

.fancybox-button:hover {
  opacity: 0.8;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
  display: none;
}

.fancybox-close-small:hover {
  opacity: 0.8;
}

.fancybox-slide--html .fancybox-close-small {
  color: #fff;
  padding: 10px;
  right: 54px;
  top: 54px;
}

@media screen and (max-width: 640px) {
  .fancybox-slide--html .fancybox-close-small {
    right: 41px;
    top: 7px;
  }
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 35px;
}

@media screen and (max-width: 640px) {
  .fancybox-navigation .fancybox-button {
    width: auto;
  }
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 0px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 0px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-navigation .fancybox-button--arrow_left svg,
.fancybox-navigation .fancybox-button--arrow_right svg {
  width: 15px;
  height: auto;
}

.fancybox-navigation .fancybox-button--arrow_right svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 640px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    margin-left: 7px;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    margin-right: 7px;
  }

  .fancybox-navigation .fancybox-button--arrow_left svg,
.fancybox-navigation .fancybox-button--arrow_right svg {
    width: 15px;
    height: auto;
  }
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: none;
    color: #fff;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
