@charset "utf-8";
/* 
==================================
common:start
==================================
*/
/* pc */
@media(min-width:741px){
  * {
    box-sizing: border-box;
  }
  body{
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothick ProN", "Arial", sans-serif;
  }
  .sp {
    display: none !important;
  }
  a {
    color: #000;
    text-decoration: none;
  }
  a:hover,
  a:focus{
    opacity: 0.8;
    text-decoration: none !important;
  }
  a:hover a,
  a:focus a {
    text-decoration: none !important;
  }
  .sec__ttl {
    text-align: center;
    font-size: 38px;
    margin-bottom: 10px;
  }
  img {
    width: 100%;
    height: auto;
  }
  #main {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  picture {
    display: block;
  }
  /* .kv, .features, .method, .search {
    width: 100vw;
  } */
  .article-body {
    width: 100vw;
  }
  .section#content {
    margin: 0;
    padding: 0;
  }
  #contents {
    padding: 0;
  }
  .breadcrumb {
    max-width: 1120px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .share-item img {
    max-width: 90px;
    width: 24vw;
    max-height: 22px;
    height: 5.87vw;
  }
}
/* sp */
@media(max-width:740px){
  * {
    box-sizing: border-box;
  }
  body{
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .pc {
    display: none !important;
  }
  .article-body *{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  a {
    color: #000;
    text-decoration: none;
  }
  a:hover,
  a:focus{
    opacity: 0.8;
  }
  a:hover a,
  a:focus a {
    text-decoration: none !important;
  }
  .sec__ttl {
    text-align: left;
    font-size: 34px;
    margin-bottom: 5px;
  }
  img {
    width: 100%;
    height: auto;
  }
  #main {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .kv, .features, .method, .search {
    width: 100vw;
  }
  .article-body {
    width: 100vw;
  }
  .section#content {
    margin: 0;
    padding: 0;
  }
  #contents {
    padding: 0;
  }
  .breadcrumb {
    font-size: 62.5%;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  .spb {
    display: block !important;
  }
  .share-item img {
    max-width: 90px;
    width: 24vw;
    max-height: 22px;
    height: 5.87vw;
  }
}
/* 
==================================
common:end
==================================
*/
/* 
==================================
kv:start
==================================
*/
/* pc */
@media (min-width: 741px) {
  .kv {
    width: 100vw;
    height: 303px;
    background: linear-gradient(25deg, #A2C4F0 0%, #3177D3 40%, #3177D3 60%, #A2C4F0 100%);
  }
  .kv__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 0;
    font-weight: bold;
    color: #fff;
  }
  .kv__main-txt {
    position: relative;
    font-size: 64px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .kv__main-txt::after {
    content: "";
    display: block;
    height: 1px;
    width: 34%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
  }
  .kv__main-txt-small {
    font-size: 30px;
  }
  .kv__lead-txt {
    font-size: 21px;
  }
}
/* sp */
@media (max-width: 741px) {
  .kv {
    width: 100vw;
    height: 200px;
    background: linear-gradient(25deg, #A2C4F0 0%, #3177D3 40%, #3177D3 60%, #A2C4F0 100%);
  }
  .kv__inner {
    padding: 30px 0;
    font-weight: bold;
    color: #fff;
  }
  .kv__main-txt {
    position: relative;
    font-size: 32px;
    padding: 0 20px 20px;
    margin-bottom: 30px;
    line-height: 0.8;
  }
  .kv__main-txt::after {
    content: "";
    display: block;
    height: 1px;
    width: 81%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
  }
  .kv__main-txt-small {
    font-size: 15px;
  }
  .kv__lead-txt {
    padding: 0 20px;
    font-size: 14px;
  }
}
/* 
==================================
kv:end
==================================
*/
/*
========================================
search:start
========================================
*/
@media (min-width: 741px) {
  .search {
    background-color: #EEF7FE;
    padding: 60px 0;
  }
  .search__ttl {
    text-align: left;
    margin: 0 auto 15px;
    max-width: 1200px;
    color: #3177D3;
  }
  .search-lead__txt {
    text-align: left;
    margin: 0 auto 25px;
    max-width: 1200px;
    color: #676A6D;
    font-weight: bold;
  }
  .search__area {
    padding: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto 30px;
    max-width: 1100px;
    box-sizing: border-box;
    box-shadow: 0 3px 5px rgb(0 0 0 / 22%);
  }
  .search__item-lead-txt {
    font-weight: bold;
    margin-bottom: 15px;
  }
  .search__item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .reset__btn {
    /* デフォルトのスタイルをリセット */
    border: none;
    outline: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;

    font-weight: bold;
    color: #135FC3;
    background-color: transparent;
  }
  .reset__btn:hover {
    opacity: 0.8;
  }
  .search__btn-wrap {
    text-align: center;
    margin-bottom: 40px;
  }
  .search__btn-wrap .search__btn {
    position: relative;
    /* デフォルトのスタイルリセット */
    border: none;
    outline: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 30px;
    background-color: #ddd;
    color: #fff;
    width: 255px;
    font-weight: bold;
  }
  .search__btn-wrap .search__btn::after {
    content: "";
    width: 14px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background-image: url("../img/search_img-03.png");
    background-size: cover;
    background-position: center;
  }
  .search__btn-wrap .search__btn:hover {
  opacity: 0.8;
  }
  /* ドロップダウンのスタイル */
  .dropdown {
    position: relative;
    margin-bottom: 20px;
  }
  /* 選択された項目のスタイル */
  .selected {
    position: relative;
    display: block;
    width: 225px;
    padding: 10px;
    border: 2px solid #135FC3;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
  }
  .selected::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("../img/search_img-07.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 10px;
    vertical-align: top;
    margin-top: 4px;
  }
  .dropdown.active .selected::before {
    background-image: url("../img/search_img-01.png");
  }
  .selected::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 8px;
    background-image: url("../img/search_img-08.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 10px;
    vertical-align: top;
    margin-top: 6px;
  }
  .dropdown:hover .selected::after {
    background-image: url("../img/search_img-09.png");
  }
  .dropdown.active .selected::after {
    background-image: url("../img/search_img-02.png");
  }
  /* ドロップダウンを表示するトグルのスタイル */
  .dropdown-toggle{
    display: none;
  }
  /* オプションのスタイル */
  .options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: bold;
  }
  .options span {
    display: block;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
  }
  .options span:hover {
    background-color: #EEF7FE;
  }
  /* 検索項目をホバーした時にドロップダウン表示 */
  .dropdown:hover .options {
    display: block;
  }
  .seminar__area {
    /* padding: 25px 20px 40px; */
    padding: 25px 20px 25px;
    background: linear-gradient(25deg, #A2C4F0 0%, #3177D3 40%, #3177D3 60%, #A2C4F0 100%);
    box-sizing: border-box;
    border-radius: 10px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .seminar__area-ttl {
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
    font-size: 24px;
  }
  .seminar__list {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 15px;
    /* margin-bottom: 30px; */
    text-align: left;
    font-weight: bold;
  }
  .seminar__area-btns {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .seminar__area-btn {
    position: relative;
    /* デフォルトのスタイルリセット */
    border: none;
    outline: none;
    padding: 10px 50px 10px 30px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    max-width: 228px;
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
    border: 2px solid #45637F;
    font-weight: bold;
    color: #45637F !important;
  }
  .seminar__area-btn::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 8px;
    background-image: url("../img/search_img-06.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  .seminar__area-btn:nth-child(1)::after {
    width: 10px;
    height: 10px;
    background-image: url("../img/search_img-05.png");
  }
  .seminar__area-btn:hover {
    opacity: 0.8
  }
}
@media (max-width: 741px) {
  .search {
    background-color: #F0F7FF;
    padding: 55px 0;
    margin-bottom: 40px;
  }
  .search__container {
    padding: 0 4vw;
  }
  .search__ttl {
    color: #3177D3;
    font-size: 24px;
  }
  .search-lead__txt {
    text-align: left;
    margin-bottom: 15px;
    color: #676A6D;
    font-weight: bold;
  }
  .search__area {
    padding: 30px 15px 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .search__item-lead-txt {
    font-weight: bold;
    margin-bottom: 15px;
  }
  .reset__btn {
    border: none;
    outline: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    color: #135FC3;
    font-weight: bold;
    background-color: transparent;
  }
  .reset__btn:hover {
    opacity: 0.8;
  }
  .search__btn-wrap {
    text-align: center;
    margin-bottom: 30px;
  }
  .search__btn-wrap .search__btn {
    position: relative;
    border: none;
    outline: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 30px;
    background-color: #ddd;
    color: #fff;
    width: 255px;
    font-weight: bold;
  }
  .search__btn-wrap .search__btn::after {
    content: "";
    width: 14px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background-image: url("../img/search_img-03.png");
    background-size: cover;
    background-position: center;
  }
  .search__btn-wrap .search__btn:hover {
    opacity: 0.8;
  }
  .dropdown {
    position: relative;
    width: 100%;
    max-width: 285px;
    margin: 0 auto 20px;
  }
  .selected {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
    cursor: pointer;
    border: 2px solid #135FC3;
    border-radius: 5px;
    font-weight: bold;
  }
  .selected::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("../img/search_img-07.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 10px;
    vertical-align: top;
    margin-top: 4px;
  }
  .dropdown.active .selected::before {
    background-image: url("../img/search_img-01.png");
  }
  .selected::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 8px;
    background-image: url("../img/search_img-08.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 10px;
    vertical-align: top;
    margin-top: 6px;
  }
  .dropdown:hover .selected::after {
    background-image: url("../img/search_img-09.png");
  }
  .dropdown.active .selected::after {
    background-image: url("../img/search_img-02.png");
  }
  .dropdown-toggle {
    display: none;
  }
  .options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    font-weight: bold;
  }
  .dropdown-toggle:checked + .options {
    display: block;
  }
  .options span {
    display: block;
    padding: 10px;
    cursor: pointer;
    box-sizing: border-box;
  }
  .options span:hover {
    background-color: #EEF7FE;
  }
  /* .dropdown:hover .options {
    display: block;
  } */
  .seminar__area {
    width: 100%;
    max-width: 1100px;
    padding: 20px;
    background: linear-gradient(25deg, #A2C4F0 0%, #3177D3 40%, #3177D3 60%, #A2C4F0 100%);
    box-sizing: border-box;
  }
  .seminar__area-ttl {
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
    font-size: 24px;
  }
  .seminar__list {
    padding: 15px;
    background-color: #fff;
    border-radius: 15px;
    /* margin-bottom: 30px; */
    text-align: left;
    font-weight: bold;
  }
  .seminar__area-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .seminar__area-btn {
    position: relative;
    border: none;
    outline: none;
    padding: 10px 30px 10px 15px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    max-width: 228px;
    width: 100%;
    color: #45637F !important;
    background-color: #fff;
    border: 2px solid #45637F;
    font-weight: bold;
    border-radius: 30px;
  }
  .seminar__area-btn::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 8px;
    background-image: url("../img/search_img-06.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .seminar__area-btn:nth-child(1)::after {
    width: 10px;
    height: 10px;
    background-image: url("../img/search_img-05.png");
  }
  .seminar__area-btn:hover {
    opacity: 0.8;
  }
}

/* 
==================================
card
==================================
*/
/* pc */
@media (min-width: 741px) {
  .card{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    padding: 18px 40px;
  }
  .card:not(:last-of-type){
    margin-bottom: 20px;
  }
  .card__main{
    color: #466380;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .card__main-inner{
    display: flex;
    flex-wrap: wrap;
  }
  .card__main-label{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .card__main-label-txt{
    font-size: 12px;
    font-weight: bold;
    color: #389BFF;
    border: 2px solid #389BFF;
    border-radius: 5px;
    padding: 4px 8px;
    display: inline-block;
  }
  .card__main-date{
    font-size: 16px;
    margin-right: 20px;
    font-weight: normal;
  }
  .card__main-tag-item{
    font-size: 14px;
    font-weight: bold;
    color: #389BFF;
  }
  .card__main-tag-item:not(:last-of-type){
    margin-right: 5px;
  }
  .card__main-ttl{
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin-right: 40px;
    color: #4A637C !important;
  }
  .card__main-btn{
    position: relative;
    background-color: #3177D3;
    border-radius: 50px;
    min-width: 260px;
    width: 260px;
    padding: 16px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card__main-btn::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    background-image: url("../img/search_img-04.png");
    background-size: cover;
    background-position: center;
  }
  .card__sub{
    margin-top: 10px;
    position: relative;
  }
  /* .card__sub::before{
    content: "";
    background-color: #F2F2F2;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
  } */
  .card__sub-txt{
    position: relative;
    font-size: 14px;
    color: #5E6265;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .card__sub-txt::after {
    content: "";
    background-color: #F2F2F2;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .specialist__person {
    display: flex;
    align-items: center;
  }
  .specialist__person--img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
  }
  .specialist__personWrap {
    display: flex;
    align-items: center;
  }
  .specialist__person--position {
    font-size: 14px;
    color: #6A6A6A;
  }
  .specialist__person--name {
    font-size: 18px;
    color: #4A637C;
  }
  .card__multiple .card__main-txt {
    width: 70%;
  }
  .card__multiple .card__main-link {
    text-align: center;
    margin: 12px 0;
  }
  .card__multiple .card__main-btn {
    text-align: center;
    margin-top: 20px;
  }
  .card__multiple .card__main-btn:not(:last-of-type) {
    padding: 10px 0;
    line-height: 1.15;
  }
  .card__multiple .card__sub-txt::after {
    content: "";
    background-color: #F2F2F2;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -21px;
    left: 0;
  }
  .card__multiple .specialist__personWrap {
    margin-top: 33px;
  }
}
/* sp */
@media (max-width: 740px) {
  .card{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    padding: 18px 20px;
  }
  .card:not(:last-of-type){
    margin-bottom: 20px;
  }
  .card__main{
    color: #466380;
    display: block;
  }
  .card__main-label{
    display: block;
    margin-bottom: 8px;
  }
  .card__main-label-txt{
    font-size: 12px;
    font-weight: bold;
    color: #389BFF;
    border: 2px solid #389BFF;
    border-radius: 5px;
    padding: 4px 8px;
    display: inline-block;
  }
  .card__main-date{
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
    font-weight: normal;
    color: #4A637C;
  }
  .card__main-tag{
    display: block;
    margin-bottom: 13px;
  }
  .card__main-tag-item{
    font-size: 12px;
    font-weight: bold;
    color: #389BFF;
  }
  .card__main-tag-item:not(:last-of-type){
    margin-right: 5px;
  }
  .card__main-ttl{
    display: block;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 4px;
    font-size: 20px;
    color: #4A637C !important;
  }
  .card__main-btn{
    position: relative;
    background-color: #3177D3;
    border-radius: 50px;
    padding: 8px 0;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card__main-btn::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    background-image: url("../img/search_img-04.png");
    background-size: cover;
    background-position: center;
  }
  .card__sub{
    padding-top: 10px;
    margin-top: 10px;
    position: relative;
  }
  /* .card__sub::before{
    content: "";
    background-color: #F2F2F2;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
  } */
  .card__sub-txt{
    position: relative;
    font-size: 14px;
    color: #5E6265;
    margin-bottom: 4px;
    padding-bottom: 10px;
    line-height: 1.4;
  }
  .card__sub-txt::after {
    content: "";
    background-color: #F2F2F2;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
  .specialist__person {
    display: flex;
    align-items: center;
  }
  .specialist__person--img {
    width: 74px;
    height: 74px;
    margin-right: 10px;
    border-radius: 50%;
    object-fit: cover;
  }
  .specialist__person--position {
    font-size: 14px;
    color: #6A6A6A;
  }
  .specialist__person--name {
    font-size: 18px;
    color: #4A637C;
  }
  .card__multiple .card__main-btn {
    text-align: center;
    margin-top: 15px;
    padding: 12px 0;
  }
  .card__multiple .card__main-btn:not(:last-of-type) {
    padding: 7px 0;
    line-height: 1.1;
  }
}
/*
========================================
search:end
========================================
*/

/*
========================================
seminar-top:start
========================================
*/
@media (min-width: 741px) {
  .seminar-top {
    text-align: center;
  }
  .seminar-top__link {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 15px 83px;
    color: #3177D3;
    font-size: 18px;
    border: 2px solid #3177D3;
    border-radius: 30px;
    margin-top: 40px;
    font-weight: bold;
    font-size: 18px;
    color: #3177D3 !important;
    margin-bottom: 80px;
  }
  .seminar-top__link::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/seminar-top__img-01.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .seminar-top__link:hover {
    color: #3177D3;
  }
}
@media (max-width: 740px) {
  .seminar-top {
    text-align: center;
  }
  .seminar-top__link {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 15px 63px;
    color: #3177D3;
    font-size: 18px;
    border: 2px solid #3177D3;
    border-radius: 30px;
    font-weight: bold;
    color: #3177D3 !important;
    margin-bottom: 80px;
  }
  .seminar-top__link::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/seminar-top__img-01.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .seminar-top__link:hover {
    color: #3177D3;
  }
}
/*
========================================
seminar-top:end
========================================
*/

/* 
==================================
sns share:start
==================================
*/
/* pc */
@media(min-width:741px){
  /* sns share */
  .share{
    width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .share-item{
    width: 90px;
  }
  .share-item a{
    width: inherit;
    display: block;
  }
  .share-item img{
    width: inherit;
  }
  .share-item:not(:last-of-type){
    margin-right: 10px;
  }
}
/* sp */
@media(max-width:740px){
  /* sns share */
  .share{
    padding: 0px 4vw;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .share-item,
  .share-item a,
  .share-item img{
    max-width: 90px;
    width: 24vw;
    max-height: 22px;
    height: 5.87vw;
  }
  .share-item a{
    display: block;
  }
  .share-item:not(:last-of-type){
    margin-right: 10px;
  }
}
/* 
==================================
sns share:end
==================================
*/