@charset "UTF-8";


/***********************************************************************
 * 既存ページのヘッダーフッターのみ置き換える際に組み込むためのcssです
 ********************************************************************** */


/***********************************************************************
 * btn
 ********************************************************************** */

.btn{
  display: block;
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 15px 0;

  background-color: #fff;
  border: solid 2px #ddd;
  border-radius: 10px;
  font-weight: bold;
  font-size: 12px;
  color: #666;

  position: relative;
}

.btn::after{
  content: '';

  width: 6px;
  height: 6px;
  margin-top: -2px;

  border: 0px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;

  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

  position: absolute;
  top: 50%;
  right: 22px;
}


.btn-orange a{
  background-color: #ffb300;
  color: #fff;
  border: none;
}

.btn-green a{
  background-color: #c0ca33;
  color: #fff;
  border: none;
}

.btn-orange a::after,
.btn-green a::after{
  border-color: #fff;
}


.column-2-btn{
  display:flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  width: 90%;
  margin: auto;
}

.column-2-btn li{
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  width: calc(50% - 10px);
  margin-bottom: 16px;

  font-size: 15px;

  border-radius: 5px;
  border: solid 1px #ddd;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);

  position: relative;
}

.column-2-btn li:nth-child(2n+1){
  margin-right: 16px;
}

.column-2-btn li a{
  display: block;
  width: calc(100% - 30px);
  padding: 15px 20px 15px 10px;

  text-align: center;
  color: #2258a2;
  font-weight: bold;
  line-height: 1.2;

  position: relative;
}

.column-2-btn li a::after{
  content: '';

  width: 6px;
  height: 6px;
  margin-top: -2px;

  border: 0px;
  border-top: solid 2px #2258a2;
  border-right: solid 2px #2258a2;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

  position: absolute;
  top: 47%;
  right: 11px;
}

.column-2-btn li[class^="btn-"] a{
  border: none;
  box-shadow: none;

  color: #fff;
}

.column-2-btn li[class^="btn-"] a::after{
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}


/***********************************************************************
 * banner
 ********************************************************************** */

.banner{
  display: block;
  width: 90%;
  max-width: 320px;
  margin: auto;
}

.banner img{
  display: block;
  width: 100%;
}


/***********************************************************************
 * title
 ********************************************************************** */

.title-label{
  display: block;
  padding: 8px 10px;

  font-size: 15px;
  font-weight: bold;
  background-color: #eee;
  color:#666;
}

.title-label.blue{
  background-color: #2258a2;
  color: #fff;
  min-height: 14px;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent 100% );
  background-size: 4px 4px;
}

.title-label a{
  display: block;
  padding-left: 23px;
  position: relative;
  font-weight: normal;
}

.title-label a::before{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -5px;
}


/***********************************************************************
 * add-paid add-pr
 ********************************************************************** */

.add-paid-before::before{
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;

  background: url(../images/svg/icn-paid.svg) no-repeat center;
}

.add-paid-gold-before::before{
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;

  background: url(../images/svg/icn-paid-gold.svg) no-repeat center;
}

.main-visual .add-paid-before::before{
  margin-right: 8px;
}

.main-visual .add-paid-gold-before::before{
  margin-right: 8px;
}

.add-paid-after::after{
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;

  background: url(../images/svg/icn-paid.svg) no-repeat center;
}

.column-image-list .add-paid-before::before{
  margin-right: 5px;
  vertical-align: middle;
}

.column-image-list .add-paid-gold-before::before{
  margin-right: 5px;
  vertical-align: middle;
}

.add-pr-before::before{
  content: 'PR';
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  padding: 3px;

  background-color: #bbb;
  border-radius: 5%;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}


.add-pr-after::after{
  content: 'PR';
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  padding: 3px;

  background-color: #bbb;
  border-radius: 5%;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}

.news-caption.add-pr-before{
  display: inline-block;
  width: calc(100% - 30px);
  padding-left: 25px;
  position: relative;
}

.news-caption.add-pr-before::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.news-caption.add-pr-after{
  display: inline-block;
  width: calc(100% - 30px);
  padding-right: 25px;
  position: relative;
}

.news-caption.add-pr-after::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}


/***********************************************************************
 * list
 ********************************************************************** */

.column-1-list{
  display: block;
}

.column-1-list li{
  display: block;

  font-size: 15px;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
}

.column-1-list .news-title{
  display: block;
  line-height: 1.5rem;
  color: #333;
}
.column-1-list .news-caption{
  display: block;
  line-height: 1.0rem;
  font-size: 10px;
  color: #666;
}

.column-1-list.image-list a{
  display: flex;
  width: calc(100% - 20px);
  min-height: 31px;/*45px-14px*/
  padding: 7px 10px;

  align-items: center;
  justify-content: space-between;
}

.column-1-list.image-list figure{
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.column-1-list.image-list figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.column-1-list.image-list.image-large figure{
  width: 75px;
  height: 75px;
  overflow: hidden;
  position: relative;
}

.column-1-list.image-list .caption{
  margin-left: 10px;
  width: calc(100% - 60px);
}

.column-1-list.image-list.image-large .caption{
  width: calc(100% - 85px);
}

.column-1-list.text-list a{
  display: block;
  width: calc(100% - 20px);
  min-height: 21px;/*45px-24px*/
  padding: 12px 10px;
}

.column-1-list.text-list span{
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.column-1-list.text-list .add-paid-before span
,.column-1-list.text-list .add-pr-before span
,.column-1-list.text-list .add-paid-after span
,.column-1-list.text-list .add-pr-after span{
  width: calc(100% - 25px);
}

.column-1-list.text-list .add-paid-gold-before span
,.column-1-list.text-list .add-pr-before span
,.column-1-list.text-list .add-paid-after span
,.column-1-list.text-list .add-pr-after span{
  width: calc(100% - 25px);
}

.column-1-list .add-paid-before
,.column-1-list .add-pr-before
,.column-1-list .add-paid-after
,.column-1-list .add-pr-after{
  position: relative;
}

.column-1-list .add-paid-gold-before
,.column-1-list .add-pr-before
,.column-1-list .add-paid-after
,.column-1-list .add-pr-after{
  position: relative;
}

.column-1-list .add-paid-before::before
,.column-1-list .add-pr-before::before{
  margin-right: 8px;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.column-1-list .add-paid-gold-before::before
,.column-1-list .add-pr-before::before{
  margin-right: 8px;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.column-1-list .add-paid-before .news-title
,.column-1-list .add-paid-before .news-caption
,.column-1-list .add-pr-before .news-title
,.column-1-list .add-pr-before .news-caption{
  margin-left: 25px;
}

.column-1-list .add-paid-gold-before .news-title
,.column-1-list .add-paid-gold-before .news-caption
,.column-1-list .add-pr-before .news-title
,.column-1-list .add-pr-before .news-caption{
  margin-left: 25px;
}

.column-1-list .add-paid-after::after
,.column-1-list .add-pr-after::after{
  margin-right: 8px;

  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.column-1-list .add-paid-after .news-title
,.column-1-list .add-paid-after .news-caption
,.column-1-list .add-pr-after .news-title
,.column-1-list .add-pr-after .news-caption{
  margin-right: 25px;
}

.column-2-list{
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  border-bottom: solid 1px #ddd;
}

.column-2-list li{
  font-size: 15px;
  border-bottom: solid 1px #ddd;

  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;

  position: relative;
}

.column-2-list li::after{
  content: '';

  width: 6px;
  height: 6px;
  margin-top: -2px;

  border: 0px;
  border-top: solid 2px #2258a2;
  border-right: solid 2px #2258a2;

  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

  position: absolute;
  top: 50%;
  right: 11px;
}

.column-2-list li a{
  display: block;
  padding: 15px 20px 15px 10px;
  line-height: 1.5rem;
  width:100%;
}


.column-3-list{
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  padding: 5px 10px 0 5px;
}

.column-3-list li {
    box-sizing: border-box;
    width: 31.3%;
    margin: 5px 0 2px 5px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #ddd;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}

.column-3-list li a{
  margin: 0;
}


/***********************************************************************
 * modal
 ********************************************************************** */
.modal-control{
  display: none;
}

.modal{
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px;

  background-color: rgba(0, 0, 0, 0);

  pointer-events: none;

  transition: background-color .3s;
}

.modal > article{
  position: relative;
  width: 100%;
  background-color: #fff;
  max-height: 100%;
  opacity: 0;
  pointer-events: none;

  transition: opacity .29s .01s;
}

.modal > article > header{
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  font-size: 14px;
  font-weight: normal;
}

.modal > article > header label{
  position: relative;
  font-size: 12px;
  padding-right: 15px;

  color: #fff;
}

.modal > article > header label::before,
.modal > article > header label::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  display: block;
  width: 2px;
  height: 14px;
  margin: auto 0;

  background-color: #fff;
}

.modal > article > header label::before{
  transform: rotate(45deg);
}

.modal > article > header label::after{
  transform: rotate(-45deg);
}

.modal > article .modal-content{
  box-sizing: border-box;
  margin: 30px 0 0;

  max-height: calc(100vh - 80px);

  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal > article .modal-content .modal-content-inner{
  padding: 0 15px 15px;

  font-size: 14px;
  line-height: 1.66;

  color: #333;
}

.modal > article .modal-content .modal-content-inner .list-title{
  margin-bottom: 10px;
  padding: 12px 0;

  font-size: 14px;
}

.modal > article .modal-content .modal-content-inner figure{
  max-width: 100vmin;
  display: block;
  margin: 10px auto 0;
}

.modal > article .modal-content .modal-content-inner img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.modal-control:checked ~ .modal{
  z-index: 10;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, .5);
}

.modal-control:checked ~ .modal > article{
  pointer-events: auto;
  opacity: 1;
}

/***********************************************************************
 * header
 ********************************************************************** */

.global-header .header-wrapper{
  display: block;
  height: 50px;
  width: 100%;
  background-color: #fff;
  border-bottom: solid #cccccc 1px;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;

  transition: .3s;
}
.global-header .header-wrapper.invisible{
  top: -51px;
}


.global-header .left-column{
  float: left;
  max-width: 45%;
}
.global-header .left-column::after{
  content: "";
  display: block;
  clear: both;
}
.global-header .left-column a{
  display: block;
  width: 100%;
}
.global-header .left-column .logo{
  display: inline;
  max-height: 25px;
  height: auto;
  width: calc(100% - 7px);
  padding: 12px 0 13px 7px;
}

.global-header .right-column{
  float: right;
  max-width: 50%;
}
.global-header .right-column::after{
  content: "";
  display: block;
  clear: both;
}
.global-header .right-column .menu-list{
  display: flex;
  width: 170px;
  text-align: center;
  float: right;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.global-header .right-column .menu-list > li{
  display: inline-block;
  vertical-align: middle;
  padding: 6px 0;
  width: auto;
  min-width: 50px;
  max-height: 50px;
}
.global-header .right-column .menu-list li .add-paid::after{
  content: '';
  display: inline-block;
  background: url(../images/svg/icn-paid.svg) no-repeat center;
  width: 11px;
  height: 11px;
}
.global-header .right-column .menu-list .article::before{
  content:'';
  display: block;
  background: url(../images/svg/icn-article.svg) no-repeat center;
  height: 18px;
}

.global-header .right-column .menu-list .history::before{
  content:'';
  display: block;
  background: url(../images/svg/icn-history.svg) no-repeat center;
  height: 18px;
}

.global-header .right-column .menu-list .menu-ttl{
  display: block;
  color: #2258a2;
  font-size: 9px;
  margin-top: 7px;
}

.global-header .menu {
  display: block;
}

.global-header.is-open .menu {
  display: block;
  width: 35px;
  height: 35px;

  position: fixed;
  top: 7px;
  right: 9px;
  z-index: 13;
}

.global-header .right-column .menu-list .menu-icn-wrapper{
  background-color: #2258a2;
}

.global-header .right-column .menu-list .menu-icn-wrapper .menu-ttl{
  color: #fff;
}

.global-header .menu .bar{
  display: block;
  margin: auto;
  height: 20px;
  width: 17px;
}

.global-header .menu .bar li{
  display: block;
  height: 2px;
  background-color: #fff;
  margin: auto;

  transition: all 0.3s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.global-header .menu .bar li:first-child{
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
}
.global-header .menu .bar li:nth-child(2){
  transform: translateY(7px);
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
}
.global-header .menu .bar li:last-child{
  transform: translateY(12px);
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
}

.global-header.is-open .menu .menu-ttl{
  display: none;
}
.global-header.is-open .menu .bar li:first-child{
  transform: rotate(-45deg) translateY(11px) translateX(-11px);
  -webkit-transform: rotate(-45deg) translateY(11px) translateX(-11px);
  -moz-transform: rotate(-45deg) translateY(11px) translateX(-11px);
}
.global-header.is-open .menu .bar li:nth-child(2){
  background: rgba(255, 255, 255, 0);
}
.global-header.is-open .menu .bar li:last-child{
  transform: rotate(45deg) translateY(8px) translateX(8px);
  -webkit-transform: rotate(45deg) translateY(8px) translateX(8px);
  -moz-transform: rotate(45deg) translateY(8px) translateX(8px);
}


.global-header .right-column .menu-list .article{
  display: block;
  position: relative;
}

.global-header .tooltip{
  display: block;
  width: 240px;

  border-radius: 5px;
  background-color: #2258a2;
  border:solid 1px #fff;
  color: #fff;
  font-size: 14px;

  position: absolute;
  top: 52px;
  right: 30px;

  visibility: hidden;
  opacity: 0;
  transition: opacity 200ms ease 0s, visibility 0ms linear 200ms;
}

.global-header .tooltip.is-open{
  visibility: visible;
  opacity: 1;
  transition: opacity 300ms ease 0s, visibility 0ms linear;
}

.global-header .tooltip.is-open::before{
  content:'';
  display:block;
  height: 0;
  width: 0;

  position:absolute;
  top: -7px;
  left: 50%;
  right: 50%;
  margin: auto;

  border: 8px transparent solid;
  border-top-width: 0;
  border-bottom-width: 6px;
  border-bottom-color: #fff;
}

.global-header .tooltip.is-open::after{
  content:'';
  display:block;
  height: 0;
  width: 0;

  position:absolute;
  top: -6px;
  left: 50%;
  right: 50%;
  margin: auto;

  border: 7px transparent solid;
  border-top-width: 0;
  border-bottom-width: 6px;
  border-bottom-color: #2258a2;
}

.global-header .tooltip li{
  border-bottom: solid 1px #fff;
}

.global-header .tooltip li:last-child{
  border-bottom: 0;
}

.global-header .tooltip li a{
  display: block;
  padding: 17px 8px;
  line-height: 1.3;
  text-align: left;
  position: relative;
  font-size: 13px
}

.global-header .tooltip li a .label{
  display: inline-block;
  vertical-align: top;
  height: 10px;
  font-size: 10px;
  padding: 3px;
  color: #2258a2;
  background-color: #fff;
  border-radius: 3px;
  margin-right: 5px;
}

.global-header .tooltip li a{
  padding: 17px 18px 17px 8px;
}

.global-header .tooltip li:not(:last-child) a::after{
  content: '';
  background: url(../images/svg/icn-application.svg) no-repeat center;
  width: 13px;
  height: 13px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 11px;
}

.global-header .tooltip li:last-child a::after{
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 47%;
  right: 15px;
}

/***********************************************************************
 * menu
 ********************************************************************** */

.global-header + main.is-fixed{
  position: fixed;
}

.menu-background{
  display: none;
  height: 100%;
  background: #000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.global-header.is-open .menu-background {
  display: block;
  opacity: 0.2;
  animation: fadeIn .25s ease 0s 1 normal;
  -webkit-animation: fadeIn .25s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 0.2}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 0.2}
}


.global-header.is-close .menu-background {
  display: block;
  opacity: 0;
  animation: fadeOut .25s ease 0s 1 normal;
  -webkit-animation: fadeOut .25s ease 0s 1 normal;
}

@keyframes fadeOut {
    0% {opacity: 0.2}
    100% {opacity: 0}
}

@-webkit-keyframes fadeOut {
    0% {opacity: 0.2}
    100% {opacity: 0}
}

.menu-inner{
  display: none;
  position: fixed;
  z-index: 11;
  top: 100vh;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  padding-top: 50px;

  overflow: scroll;
  -webkit-overflow-scrolling: touch;

  transition: all .3s;
}

.global-header.is-open .menu-inner {
  display: block;
  top: 0;
  animation: slideIn .5s ease 0s 1 normal;
  -webkit-animation: slideIn .5s ease 0s 1 normal;
}

@keyframes slideIn {
    0% {top: 100vh}
    100% {top: 0}
}

@-webkit-keyframes slideIn {
    0% {top: 100vh}
    100% {top: 0}
}

.global-header.is-close .menu-inner {
  display: block;
  animation: slideOut .5s ease 0s 1 normal;
  -webkit-animation: slideOut .5s ease 0s 1 normal;
}

@keyframes slideOut {
    0% {top: 0}
    100% {top: 100vh}
}

@-webkit-keyframes slideOut {
    0% {top: 0}
    100% {top: 100vh}
}

.global-header .menu-wrapper .menu{
  display: none;

  height: 35px;
  background: #2258a2;
  border-radius: 50%;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  position: fixed;
  width: 35px;
  top: 7px;
  right: 9px;
  z-index: 12;
}

.global-header.is-open .menu-wrapper .menu{
  display: block;
}

.menu-inner > div[class^="area-"]{
  padding-bottom: 20px;
  background-color: #fff;
}

.menu-inner > div.area-search{
  padding-bottom: 5px;
}

.menu-inner .area-search-inner{
  background-color: #f5f5f5;
  padding: 10px;
}

.menu-inner .area-search input[type="text"]{
  padding: 8px;
  font-size: 14px;
  border: solid 1px #ddd;
  border-radius: 5px;
  width: calc(100% - 104px);
}

.menu-inner .area-search .btn-search{
  display: inline-block;
  border-radius: 5px;
  padding: 12px 0px;
  width: 80px;
  background-color: #2258a2;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-left: 5px;
}

.menu-inner .area-search .btn-search .add-search::before{
  content: '';
  display: inline-block;
  background: url(../images/svg/icn-search.svg) no-repeat center;
  width: 11px;
  height: 11px;
  margin-right: 5px;
}

.menu-inner .area-member h3{
  margin-bottom: 8px;
}

.menu-inner .area-member .banner{
  margin-bottom: 15px;
}

.menu-inner .area-member .user-info{
  display: block;
  width: 90%;
  margin: auto;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5rem;
}

.menu-inner .area-member .column-2-btn{
  margin-bottom: -5px;
}

.menu-inner .area-member .column-2-list{
  border-top: solid 1px #ccc;
}

.menu-inner .area-inside .column-2-list{
  margin-bottom: 11px;
}

.menu-inner .area-inside .column-2-btn{
  margin: 11px auto -8px;
}


/***********************************************************************
 * footer
 ********************************************************************** */

 .global-footer.is-fixed{
   position: fixed;
   top: 100vh;
 }

 .global-footer.is-bottom{
   padding-bottom: 60px;
 }

.global-footer > *{
  border-bottom: solid 1px #ddd;
}

.global-footer .area-sns{
  background-color: #EEEEEE;

  padding: 12px 10px 20px;
}

.global-footer .area-sns .logo-sns{
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 0 auto 15px;
  width: 200px;
  font-size: 13px;
  font-weight: bold;
}
.global-footer .area-sns .logo-sns img{
  width: 50%;
}

.area-sns .sns-list{
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 90%;
  max-width: 320px;
  margin: 0 auto 18px;
}

 .area-sns .sns-list li{
  display: inline-block;
  width: 32%;
  max-width: 100px;
}

.area-sns .sns-list a{
  display: block;
  width: 100%;
  height: 32px;
  border-radius: 5px;
}

.fixed-footer.area-sns .sns-list{
  margin-bottom: 0;
  height: 100%;
  align-items: center;
  -webkit-align-items: center;
}

.area-sns .sns-list .act-facebook{
  background: url(../images/svg/img-fb.svg) no-repeat;
  background-position: center;
  background-size: 80%;
  background-color: #3b5998;
}

.area-sns .sns-list .act-twitter{
  background: url(../images/svg/img-tw.svg) no-repeat;
  background-position: center;
  background-size: 75%;
  background-color: #55acee;
}

.area-sns .sns-list .act-line{
  background: url(../images/svg/img-line.svg) no-repeat;
  background-position: center;
  background-size: 60%;
  background-color: #00c21b;
}

.area-sns .bnr-sns{
  display: block;
}

.area-sns .bnr-sns img{
  width: 100%;
}

.global-footer .menu-list{
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.global-footer .menu-list li{
  color: #666;
  font-size: 12px;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
  align-self: normal;

  display: block;
  width: 50%;

  position: relative;
}

.global-footer .menu-list li:last-child{
  border-bottom: none;
}

.global-footer .menu-list li::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -2px;
}

.global-footer .menu-list li a{
  display: block;
  padding: 15px 25px 15px 10px;
  line-height: 1.5rem;
}

.global-footer .copyright{
 color: #cccccc;
 border-bottom: none;

 display: flex;
 height: 30px;
 width: 100%;
 font-size: 10px;
 align-items: center;
}

.global-footer .copyright span{
  display: inline;
  margin: auto;
}


.global-footer .area-device{
  padding: 20px 10px;
}

.global-footer .area-device .device-list{
  display: flex;
  font-weight: bold;
  height: 40px;
  font-size: 12px;
  align-items: center;
}

.global-footer .area-device .device-list li{
  flex: 1;
  text-align: center;
  display: table;
  height: 100%;
  width: 50%;
  background-color: #eee;
  color: #666;
}

.global-footer .area-device .device-list li:first-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.global-footer .area-device .device-list li:last-child{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.global-footer .area-device .device-list .current{
  background-color: #2258a2;
  color: #fff;
}

.global-footer .area-device .device-list li a{
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.global-footer .area-device .device-list li a span{
  display: inline-block;
  position: relative;
  padding-left: 27px;
}

.global-footer .area-device .device-list li a span::before{
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 7px;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.global-footer .area-device .device-list .device-pc::before{
  background: url(../images/svg/icn-pc.svg) no-repeat;
  background-size: contain;
}

.global-footer .area-device .device-list .device-sp::before{
  background: url(../images/svg/icn-sp.svg) no-repeat;
  background-size: contain;
}


/* 高野　サンプル画像のモーダル */
.modal > article .modal-content .modal-content-inner img {
  width: 100%;
  max-width:300px;
  display: block;
  margin: 0 auto;
}

/* もっと見る例外対応 start */
.suikyu-kiji .center{
  text-align:center;
  margin:15px
}

.suikyu-midasi{
  font-size:120%;
  font-weight:bold;
  border-left:5px solid #003699;
  padding:10px 0 10px 15px;
  margin:10px 0 0 0;
  line-height:1.25%
}

.suikyu-psetu{
  width:80%;
  margin:0 auto 0 auto;
  text-align:left;
  background-color:#efefef;
  line-height:1.25
}

.suikyu-psetu,.suikyu-midasi{
  display:none
}

p.is-active+.suikyu-psetu,p.is-active+.suikyu-midasi{
  display:block
}

.suikyu-psetu span{
  padding:10px;
  display:block
}

.suikyu-zentai img{
  width:80%;
  margin:0 auto 0 auto;
  display:block
}
/* もっと見る例外対応 end */
