@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* text */
/*  width */
/* margin,paddingのリセット */
/*  preset */
*, *:after, *:before {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  color: palette("basic", "text");
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #000;
  transition: all 0.3s ease;
}

img {
  height: auto;
  vertical-align: bottom;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

p {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

iframe {
  border: none;
}

.u-alignCenter {
  text-align: center;
}

/* content */
.l-content {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg.png") repeat;
  background-size: 135px auto;
  margin-top: -60px;
  padding-top: 110px;
  padding-bottom: 110px;
}

.l-content section {
  max-width: 1060px;
  margin: 0 auto;
  padding: 50px;
}

/* header */
/* —————————————————
  ヘッダー header
  —————————————————*/
.l-header {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.l-header .header__bg img {
  width: 100%;
}

.l-header .header__title {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 12%;
  max-width: 155px;
}

.l-header .header__title img {
  width: 100%;
}

.l-header .main__title {
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(50% - 70px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35%;
  max-width: 500px;
}

.l-header .main__title a {
  display: block;
  width: 100%;
}

.l-header .main__title a img {
  width: 100%;
}

.l-header .onair__title {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 26%;
  top: 0;
  width: 8%;
  max-width: 90px;
}

.l-header .onair__title img {
  width: 100%;
}

.l-header .l-navArea {
  margin-top: -100px;
  position: relative;
  z-index: 9;
}

.l-header .l-navArea ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-header .l-navArea ul li {
  position: relative;
  max-width: 270px;
  margin: 0 10px;
}

.l-header .l-navArea ul li img {
  width: 100%;
}

.l-header .l-navArea ul li:nth-child(1) a {
  color: #A51553;
}

.l-header .l-navArea ul li:nth-child(1) a:after {
  background: url("../img/common/arrow_01.png") no-repeat center center;
  background-size: 100%;
}

.l-header .l-navArea ul li:nth-child(2) a {
  color: #009669;
}

.l-header .l-navArea ul li:nth-child(2) a:after {
  background: url("../img/common/arrow_02.png") no-repeat center;
  background-size: 100%;
}

.l-header .l-navArea ul li:nth-child(3) a {
  color: #2D4895;
}

.l-header .l-navArea ul li:nth-child(3) a:after {
  background: url("../img/common/arrow_03.png") no-repeat center;
  background-size: 100%;
}

.l-header .l-navArea ul li a {
  display: block;
  width: 100%;
  position: absolute;
  top: 60%;
  left: 50%;
  font-size: 22px;
  font-size: 2.2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}

.l-header .l-navArea ul li a:after {
  content: '';
  display: block;
  width: 27px;
  height: 13px;
  margin: 10px auto 0 auto;
  transition: all 0.3s ease;
}

.l-header .l-navArea ul li a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.l-header .l-navArea ul li a:hover:after {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

/* —————————————————
  ヘッダー header レスポンシブ
  —————————————————*/

/* footer */
/* —————————————————
  フッター footer
  —————————————————*/
.l-footer {
  width: 100%;
  padding: 10px 0;
  background: #C1272D;
}

.l-footer .copyright {
  margin: 0;
  text-align: center;
  color: #fff;
}

.l-footer .radiko__side a {
  width: 100px;
  height: 250px;
  position: fixed;
  bottom: 40px;
  right: 0px;
  display: block;
  z-index: 99;
  background: #fff;
}

.l-footer .radiko__side a img {
  width: 100%;
  transition: 0.3s all ease;
}

.l-footer .radiko__side a:hover img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.l-footer .goToTop {
  position: relative;
  position: fixed;
  bottom: 40px;
  right: 150px;
  display: block;
  z-index: 9;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 0.4s all ease;
}

.l-footer .goToTop.is-show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.l-footer .goToTop a {
  display: block;
  width: 100%;
  max-width: 50px;
}

.l-footer .goToTop a img {
  width: 100%;
}

.l-footer .goToTop a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.l-footer .footer__sns {
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  bottom: 200px;
  right: 150px;
  display: block;
  z-index: 99;
}

.l-footer .footer__sns li {
  margin-bottom: 10px;
  background: #fff;
  border-radius: 50%;
}

.l-footer .footer__sns li a {
  display: block;
  width: 100%;
}

.l-footer .footer__sns li a img {
  width: 50px;
  height: auto;
}

.l-footer .footer__sns li a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* —————————————————
  フッター footer レスポンシブ
  —————————————————*/

.c-bnrArea {
  max-width: 1060px;
  margin: 0 auto;
}

.c-bnrArea ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-bnrArea ul li {
  max-width: 300px;
  margin: 0 15px;
}

.c-bnrArea ul li a {
  display: block;
  width: 100%;
}

.c-bnrArea ul li a img {
  width: 100%;
  height: auto;
}

.c-bnrArea ul li a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.c-fBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-fBox .c-fBox__imgArea img {
  width: 100%;
  height: auto;
}

.c-linkBtn {
  display: block;
  width: 100%;
  max-width: 415px;
  margin: 0 auto 50px auto;
  height: 80px;
  font-size: 20px;
  font-size: 2rem;
  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;
  background: #D9277C;
  color: #fff;
  font-weight: normal;
}

.c-linkBtn:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.c-linkBtn.mailBtn:before {
  content: '';
  display: block;
  background: url("../img/common/mail_icon.png") no-repeat center center;
  background-size: cover;
  width: 56px;
  height: 40px;
  margin-right: 20px;
}

.c-linkBtn__sm {
  display: block;
  width: 100%;
  height: 50px;
  background: #0A654A;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 182px;
  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;
}

.c-linkBtn__sm.moreBtn {
  background: #009669;
}

.c-linkBtn__sm:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.c-sns__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-sns__list li {
  margin: 0 5px;
}

.c-sns__list li a {
  display: block;
  width: 100%;
}

.c-sns__list li a img {
  width: 50px;
  height: auto;
}

.c-sns__list li a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.c-title {
  margin: 0;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.06em;
}

.c-title-02 {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

/*  general */
.u-hide {
  display: none;
}

.u-clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.u-left {
  float: left;
}

.u-right {
  float: right;
}

.u-alignLeft {
  text-align: left;
}

.u-alignCenter {
  text-align: center;
}

.u-alignRight {
  text-align: right;
}

.u-weightBold {
  font-weight: 700;
}

.u-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.u-textBl {
  color: palette("site", "blue");
}

.u-forTb {
  display: none;
}

.u-forSp {
  display: none;
}

@media (max-width: 1060px){
  .l-content{
    padding: 100px 20px;
  }
}

@media (max-width: 1060px) and (max-width: 768px){
  .l-content{
    margin-top: 0;
    padding: 20px 20px 60px 20px;
  }
  .l-content section{
    padding: 30px;
  }
}

@media (max-width: 1400px){
  .l-header .onair__title{
    right: 18%;
  }
  .l-footer .radiko__side a{
    width: 75px;
    height: 187px;
  }
  .l-footer .goToTop{
    right: 100px;
  }
  .l-footer .footer__sns{
    right: 100px;
  }
}

@media (max-width: 1400px) and (max-width: 1060px){
  .l-header .main__title{
    top: calc(50% - 60px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 35%;
    max-width: 500px;
  }
  .l-header .main__title a{
    display: block;
    width: 100%;
  }
  .l-header .main__title a img{
    width: 100%;
  }
  .l-header .onair__title{
    right: 20%;
  }
  .l-header .l-navArea ul li{
    max-width: 220px;
  }
  .l-header .l-navArea ul li a{
    font-size: 1.8rem;
  }
}

@media (max-width: 1400px) and (max-width: 1060px) and (max-width: 768px){
  .l-header .header__bg .u-forSp{
    display: block;
  }
  .l-header .header__bg .u-forPc{
    display: none;
  }
  .l-header .header__title{
    right: inherit;
    left: 15PX;
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
  }
  .l-header .main__title{
    top: calc(50% - 40px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 60%;
    max-width: 440px;
  }
  .l-header .onair__title{
    right: 20px;
    width: 10%;
    max-width: 75px;
  }
  .l-header .radikoBtn{
    display: none;
  }
  .l-header .l-navArea{
    margin-top: 0;
  }
  .l-header .l-navArea ul{
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .l-header .l-navArea ul li{
    max-width: calc(100% /3);
    width: calc(100% /3);
    margin: 0;
  }
  .l-header .l-navArea ul li:nth-child(1){
    background: #A51553;
  }
  .l-header .l-navArea ul li:nth-child(1) a{
    color: #fff;
  }
  .l-header .l-navArea ul li:nth-child(1) a:after{
    background-image: url("../img/common/arrow_04.png");
    background-size: cover;
  }
  .l-header .l-navArea ul li:nth-child(2){
    background: #009669;
  }
  .l-header .l-navArea ul li:nth-child(2) a{
    color: #fff;
  }
  .l-header .l-navArea ul li:nth-child(2) a:after{
    background-image: url("../img/common/arrow_04.png");
    background-size: cover;
  }
  .l-header .l-navArea ul li:nth-child(3){
    background: #D9277C;
  }
  .l-header .l-navArea ul li:nth-child(3) a{
    color: #fff;
  }
  .l-header .l-navArea ul li:nth-child(3) a:after{
    background-image: url("../img/common/arrow_04.png");
    background-size: cover;
  }
  .l-header .l-navArea ul li a{
    height: 100%;
    position: static;
    font-size: 1.4rem;
    -webkit-transform: none;
            transform: none;
    color: #fff;
    padding: 10px 0;
  }
  .l-header .l-navArea ul li a:after{
    margin-top: 5px;
    display: block;
    width: 20px;
    height: 8px;
    margin: 10px auto 0 auto;
    transition: all 0.3s ease;
  }
  .l-header .l-navArea ul li img{
    display: none;
  }
}

@media (max-width: 1400px) and (max-width: 1060px) and (max-width: 768px) and (max-width: 480px){
  .l-header .header__title{
    width: 85PX;
  }
  .l-header .main__title{
    top: calc(50% - 25px);
    width: 100%;
    max-width: 220px;
  }
  .l-header .onair__title{
    right: 15px;
    width: 100%;
    max-width: 45px;
  }
}

@media (max-width: 1400px) and (max-width: 1024px){
  .l-footer{
    padding-bottom: 60px;
  }
  .l-footer .radiko__side{
    display: none;
  }
  .l-footer .goToTop{
    display: none;
  }
  .l-footer .footer__sns{
    display: none;
  }
  .l-footer .linkList{
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    transition: 0.4s ease all;
  }
  .l-footer .linkList li{
    width: calc((100% - 48px) / 3);
  }
  .l-footer .linkList li.radikoBtn a{
    background: #00A7E9;
  }
  .l-footer .linkList li.twitterBtn a{
    background: #29ABE2;
  }
  .l-footer .linkList li.facebookBtn a{
    background: #4C64B1;
  }
  .l-footer .linkList li.topBtn{
    width: 50px;
  }
  .l-footer .linkList li.topBtn a{
    background: #fff;
  }
  .l-footer .linkList li a{
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px 0;
    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;
  }
}

@media (max-width: 680px){
  .c-bnrArea{
    max-width: 1060px;
    margin: 0 auto;
  }
  .c-bnrArea ul{
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-bnrArea ul li{
    max-width: calc(50% - 8px);
    margin: 0 0 15px 0;
  }
  .c-bnrArea ul li:nth-child(odd){
    margin-right: 15px;
  }
  .c-bnrArea ul li img{
    width: 100%;
    height: auto;
  }
  .c-linkBtn{
    margin-bottom: 30px;
  }
  .c-linkBtn.mailBtn{
    display: block;
    text-align: center;
    padding: 15px 0;
    height: auto;
  }
  .c-linkBtn.mailBtn:before{
    margin: 0 auto 15px auto;
  }
  .c-title{
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
  .c-title-02{
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

@media (max-width: 480px){
  .u-forPc{
    display: none;
  }
  .u-forSp{
    display: inherit;
  }
}

@media (max-width: 768px){
  .u-forTb{
    display: inherit;
  }
}
