@charset "UTF-8";
/*============================
汎用
============================*/
/* ニュースレイアウト 標準タイプ */
.c-news-horizontal:after {
  content: "";
  display: block;
  clear: both;
  /* clear */
}

.c-news-horizontal__date {
  display: block;
  float: left;
  clear: left;
}

@media screen and (max-width: 736px) {
  .c-news-horizontal__date {
    float: none;
    margin-bottom: .3em;
  }
}

.c-news-horizontal__text {
  display: block;
  overflow: hidden;
  padding-left: 1em;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .c-news-horizontal__text {
    padding-left: 0;
  }
}

/* 画像+テキスト(回り込み無) */
.c-columntext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 960px) {
  .c-columntext:not(.SPkeep) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-columntext__text--right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.c-columntext__img--left {
  padding-right: 1.5rem;
}

.c-columntext__img--left img {
  max-width: none;
}

@media screen and (max-width: 960px) {
  .c-columntext:not(.SPkeep) > .c-columntext__img--left {
    padding-right: 0;
    text-align: center;
    margin-bottom: 1rem;
  }
  .c-columntext:not(.SPkeep) > .c-columntext__img--left img {
    max-width: 100%;
  }
}

/*============================
固有
============================*/
img {
  -webkit-backface-visibility: hidden;
}

/*============================
wrapper
============================*/
#wrapper {
  border-top: 4px solid #802077;
}

@media screen and (max-width: 736px) {
  #wrapper {
    font-size: 90%;
  }
}

/*============================
l-header
============================*/
.l-header--inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 736px) {
  .l-header--inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 736px) {
  .l-header--inner {
    display: block;
  }
}

/* ロゴ */
.l-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 736px) {
  .l-header__title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l-header__title :first-child {
  margin-right: 8px;
}

@media screen and (max-width: 736px) {
  .l-header__title :first-child img {
    height: 42px;
  }
}

.l-header__title .l-header__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.l-header__title .l-header__date img {
  display: inline-block;
  margin: 0 2px;
}

@media screen and (max-width: 736px) {
  .l-header__title .l-header__date img:first-child, .l-header__title .l-header__date img:last-child {
    height: 10px;
  }
  .l-header__title .l-header__date img.l-header__date__number {
    width: 15px;
  }
}

/* メニュー */
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 960px) {
  .l-header__menu {
    font-size: 85%;
  }
}

@media screen and (max-width: 736px) {
  .l-header__menu {
    display: none;
  }
}

.l-header__menu li {
  margin-left: 20px;
}

.l-header__menu a {
  display: inline-block;
  padding-left: 15px;
  background: url(../img/header_arrow.png) no-repeat left center;
  color: #802077;
}

/* スマホメニュー */
.l-header__menu--SP {
  display: none;
}

@media screen and (max-width: 736px) {
  .l-header__menu--SP {
    display: block;
    border-top: 1px solid rgba(128, 32, 119, 0.3);
    padding: 10px;
    background: #f8f7f8;
  }
  .l-header__menu--SP a {
    display: inline-block;
    padding-left: 15px;
    background: url(../img/header_arrow.png) no-repeat left center;
    color: #802077;
  }
}

/*============================
l-main
============================*/
.l-main {
  background: url(../img/main_bg.jpg) no-repeat right top;
  background-size: cover;
}

.l-main--inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding-top: 7vw;
  padding-bottom: 7vw;
}

@media screen and (max-width: 736px) {
  .l-main--inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .l-main--inner {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}

@media screen and (max-width: 736px) {
  .l-main--inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.l-main__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.l-main__logo div {
  margin: 0 10px 40px;
}

.l-main__img {
  margin-top: 60px;
}

/* animation */
.l-main__logo, h1, .l-main__img, .l-main-sp {
  opacity: 0;
}

.transition .l-main__logo {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 1;
}

.transition h1 {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
  opacity: 1;
}

.transition .l-main__img,
.transition .l-main-sp {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1.8s;
  -o-transition-duration: 1.8s;
  transition-duration: 1.8s;
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .l-main__logo img {
    height: calc(83px * .8);
  }
  h1 img {
    height: calc(71px * .8);
  }
  .l-main__img img {
    height: calc(178px * .8);
  }
}

@media screen and (max-width: 960px) {
  .l-main__logo img {
    height: calc(83px * .7);
  }
  h1 img {
    height: calc(71px * .7);
  }
  .l-main__img img {
    height: calc(178px * .7);
  }
}

@media screen and (max-width: 768px) {
  .l-main__logo img {
    height: calc(83px * .6);
  }
  h1 img {
    height: calc(71px * .6);
  }
  .l-main__img img {
    height: calc(178px * .6);
  }
}

@media screen and (max-width: 736px) {
  .l-main__logo div {
    margin: 0 5px 20px;
  }
  .l-main__logo img {
    height: calc(83px * .5);
  }
  h1 img {
    max-width: 50%;
    height: auto;
  }
}

/* スマホ用120周年ロゴ */
.l-main-sp {
  display: none;
}

@media screen and (max-width: 736px) {
  .l-main-sp {
    display: block;
    text-align: center;
    padding: 30px 0 22px;
  }
  .l-main-sp img {
    width: 90px;
  }
}

/*============================
l-news
============================*/
.l-news {
  background-color: #faf9fb;
}

.l-news--inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 736px) {
  .l-news--inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 736px) {
  .l-news--inner {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.l-news--inner h2 {
  padding-right: 50px;
}

@media screen and (max-width: 736px) {
  .l-news--inner h2 {
    text-align: center;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.l-news--inner h2 img {
  max-width: none;
}

@media screen and (max-width: 736px) {
  .l-news--inner h2 img {
    max-height: 60px;
  }
}

.l-news--inner .p-news__item {
  margin-bottom: 15px;
}

.l-news--inner .p-news__item:last-child {
  margin-bottom: 0;
}

/*============================
l-whats
============================*/
.l-whats {
  background: #f7f5f7 url(../img/whats_bg1.jpg) no-repeat top center;
  background-size: 100% auto;
}

.l-whats--inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 736px) {
  .l-whats--inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 736px) {
  .l-whats--inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.l-whats--inner h2 {
  text-align: center;
  padding-bottom: 80px;
}

@media screen and (max-width: 736px) {
  .l-whats--inner h2 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 736px) {
  .l-whats--inner h2 img {
    max-height: 85px;
  }
}

.l-whats--inner #l-whats__none {
  display: none;
}

.l-whats--inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-whats--inner li {
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 15px 15px;
  text-align: center;
  font-size: 110%;
}

@media screen and (max-width: 960px) {
  .l-whats--inner li {
    width: 34%;
  }
}

@media screen and (max-width: 736px) {
  .l-whats--inner li {
    width: 47%;
    font-size: 90%;
  }
  .l-whats--inner li img {
    max-width: 100%;
  }
}

.l-whats--inner p {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 736px) {
  .l-whats--inner p {
    margin-top: 15px;
  }
}

.l-whats--inner p a {
  display: inline-block;
  border: 1px solid #802077;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  padding: 10px 0;
  font-size: 90%;
  color: #802077;
  background: url(../img/whats_down.png) no-repeat right 15px center;
  display: inline-block;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.l-whats--inner p a[data-toggle-click="true"] {
  background: url(../img/whats_up.png) no-repeat right 15px center;
}

.l-whats--inner p a:focus, .l-whats--inner p a:hover {
  opacity: 0.5;
  text-decoration: none;
}

/*============================
下田歌子の想い l-feel
============================*/
.l-feel {
  background: url(../img/feel_bg.jpg) no-repeat top center;
  background-size: cover;
}

.l-feel--inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 736px) {
  .l-feel--inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 736px) {
  .l-feel--inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.l-feel--inner h2 {
  text-align: center;
  padding-bottom: 80px;
}

@media screen and (max-width: 736px) {
  .l-feel--inner h2 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 736px) {
  .l-feel--inner h2 img {
    max-height: 60px;
  }
}

.p-feelcolumn__img {
  width: 38%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  float: left;
  margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
  .p-feelcolumn__img {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}

.p-feelcolumn__img div {
  display: inline-block;
  text-align: center;
}

.p-feelcolumn__img img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .p-feelcolumn__img img {
    max-width: 60%;
    margin: 0 auto;
  }
}

.p-feelcolumn__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .p-feelcolumn__text {
    width: 100%;
  }
}

.l-feel__title {
  font-size: 160%;
  margin-bottom: 1rem;
}

.l-feel__title br {
  display: none;
}

@media screen and (max-width: 736px) {
  .l-feel__title br {
    display: block;
  }
}

.l-feel__text {
  line-height: 2.2;
  margin-bottom: 1rem;
}

@media screen and (max-width: 736px) {
  .l-feel__text {
    line-height: 1.8;
  }
}

.l-feel__note {
  text-align: right;
  font-size: 80%;
}

/*============================
メッセージ l-message
============================*/
.l-message {
  background: url(../img/message_bg4.jpg) no-repeat bottom center;
  background-size: contain;
}

@media screen and (max-width: 960px) {
  .l-message {
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #f7f7f7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, #f7f7f7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
    background: -o-linear-gradient(top, white 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, white 0%, #f7f7f7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
    /* IE6-9 */
  }
}

.l-message--inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 736px) {
  .l-message--inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 960px) {
  .l-message--inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.l-message--inner h2 {
  text-align: center;
  padding-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .l-message--inner h2 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 736px) {
  .l-message--inner h2 img {
    max-height: 60px;
  }
}

.l-message--inner p {
  padding-left: 30px;
  padding-right: 40%;
}

@media screen and (max-width: 960px) {
  .l-message--inner p {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 736px) {
  .l-message--inner p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-message--inner .l-message__title {
  font-size: 160%;
  margin-bottom: 1rem;
}

.l-message--inner .l-message__title br {
  display: none;
}

@media screen and (max-width: 960px) {
  .l-message--inner .l-message__title {
    background: url(../img/message_bg4.jpg) no-repeat top right;
    background-size: cover;
    padding-top: 16vw;
    padding-bottom: 16vw;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 736px) {
  .l-message--inner .l-message__title br {
    display: block;
  }
}

.l-message--inner .l-message__text {
  line-height: 2.2;
}

@media screen and (max-width: 736px) {
  .l-message--inner .l-message__text {
    line-height: 1.8;
  }
}

.l-message--inner .l-message__name {
  margin-top: 1.8rem;
  font-size: 130%;
}

/*============================
沿革 l-history
============================*/
.l-history {
  background: url(../img/history_bg.jpg) no-repeat top center;
  background-size: cover;
}

.l-history--inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 736px) {
  .l-history--inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 736px) {
  .l-history--inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.l-history--inner h2 {
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 736px) {
  .l-history--inner h2 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 736px) {
  .l-history--inner h2 img {
    max-height: 60px;
  }
}

.l-history--inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-history--inner ul .l-history-sp {
  display: none;
}

.l-history--inner ul li {
  width: 24%;
}

.l-history--inner ul li img {
  width: 100%;
}

.l-history--inner ul li:last-child {
  width: 25.3%;
}

@media screen and (max-width: 960px) {
  .l-history--inner ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-history--inner ul .l-history-pc {
    display: none;
  }
  .l-history--inner ul .l-history-sp {
    display: inline-block;
  }
  .l-history--inner ul li, .l-history--inner ul li:last-child {
    width: 35%;
    padding: 0 18px 10px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  .l-history--inner ul {
    text-align: center;
  }
  .l-history--inner ul li, .l-history--inner ul li:last-child {
    width: 48%;
    padding: 0 10px 10px 10px;
  }
}

.l-history--inner ul a {
  display: inline-block;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.l-history--inner ul a:focus, .l-history--inner ul a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/*============================
周年事業 l-ani
============================*/
.l-ani {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 736px) {
  .l-ani {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 736px) {
  .l-ani {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.l-ani h2 {
  text-align: center;
  padding-bottom: 80px;
}

@media screen and (max-width: 736px) {
  .l-ani h2 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 736px) {
  .l-ani h2 img {
    max-height: 60px;
  }
}

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

@media screen and (max-width: 736px) {
  .c-ani {
    display: block;
  }
}

.c-ani__item {
  width: 48%;
  border-bottom: 1px dotted #802077;
  position: relative;
}

@media screen and (max-width: 736px) {
  .c-ani__item {
    width: 100%;
  }
  .c-ani__item:last-child {
    border-bottom: 0;
  }
}

.c-ani__iteminner {
  padding: 30px 0;
}

@media screen and (max-width: 736px) {
  .c-ani__iteminner {
    padding: 15px 0;
  }
}

.c-ani__item a {
  padding: 30px 0 50px;
  display: inline-block;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
}

.c-ani__item a:focus, .c-ani__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.c-ani__item a::after {
  position: absolute;
  content: “”;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  vertical-align: middle;
  content: url(../img/ani_btn.png);
  border: 1px dotted #802077;
  border-bottom: 0;
  padding: 8px;
}

@media screen and (max-width: 736px) {
  .c-ani__item a {
    padding: 15px 0 40px;
  }
}

.c-ani__item h3 {
  color: #802077;
  margin-bottom: 10px;
  font-size: 120%;
}

.c-ani__item p {
  line-height: 1.8;
}

/*============================
l-footer
============================*/
.l-footer {
  background-color: #802077;
  color: #fff;
}

.l-footer--inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 736px) {
  .l-footer--inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 736px) {
  .l-footer--inner {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* 学園情報 */
.l-footer__about {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  /* Copyright */
}

.l-footer__about p {
  margin-top: 30px;
  font-size: 80%;
}

@media screen and (max-width: 736px) {
  .l-footer__about p {
    margin-top: 10px;
  }
}

.l-footer__about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .5em;
}

.l-footer__about__flex > div {
  padding-right: 15px;
}

@media screen and (max-width: 736px) {
  .l-footer__about__flex > div {
    display: none;
  }
}

.l-footer__about__flex > dl > dt {
  font-size: 110%;
}

.l-footer__about__flex > dl dl {
  font-size: 90%;
  opacity: .8;
}

.l-footer__about__flex > dl dl dt, .l-footer__about__flex > dl dl dd {
  display: inline-block;
}

/* 募金のご案内 */
.l-footer__support {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media screen and (max-width: 736px) {
  .l-footer__support {
    margin-bottom: 10px;
  }
}

.l-footer__support div {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.l-footer__support dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 35px 45px 35px;
}

@media screen and (max-width: 736px) {
  .l-footer__support dl {
    display: block;
    padding: 10px 10px 10px 10px;
  }
}

.l-footer__support dl dt {
  font-size: 120%;
  white-space: nowrap;
  padding-right: 2em;
}

.l-footer__support p {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

@media screen and (max-width: 736px) {
  .l-footer__support p {
    position: static;
    text-align: right;
    padding-bottom: 10px;
    padding-right: 10px;
  }
}

.l-footer__support p a {
  display: inline-block;
  padding-right: 15px;
  background: url(../img/bottom_arrow.png) no-repeat center right;
}
