/*
c-〇〇：コンポーネントのCSS
p-〇〇：ページ固有のCSS
u-〇〇：マージンなどのCSS
*/

* {
  margin: 0;
  padding: 0;
}

.c-main-wid {
  max-width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body {
    width: 100% !important;
  }

  .c-main-wid {
    width: 100%;
    margin: 0 auto;
  }
}

.c-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}


/* ヘッダー */
.c-header-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  max-width: 860px;
}

@media screen and (max-width: 988px) {
  .c-global-header .c-header-inner h1 a img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .c-global-header {
    height: 150px;
  }
}

@media screen and (min-width: 768px) {
  #gnavi ul {
    display: inline-flex;
  }

  div .middle-btn ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;
    gap: 100px;
  }

  #minicontainer {
    margin-bottom: 40px;
  }

  .boxA {
    margin-bottom: 40px;
  }
}

/* sp */
@media screen and (max-width: 767px) {

  .HeightMin {
    /* height: 150px; */
    animation: DownAnime 0.4s forwards;
  }

  .c-global-header .c-header-inner {
    overflow: hidden;
    width: 100% !important;
    margin: 0 auto;
  }

  .c-global-header .c-header-inner .c-nav-logo {
    width: 100% !important;
    /* padding-top:15px; */
  }

  #gnavi {
    width: 80% !important;
    margin: 0 auto;
  }

  .c-nav-logo {
    max-width: 60% !important;
    display: block;
    margin: 0 auto;
  }

  #gnavi ul {
    margin: 0;
  }

  .head-btn img {
    width: 100% !important;
  }

  .c-global-header .c-header-inner nav ul li {
    width: 45% !important;
  }

  div .middle-btn ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;
  }

  .btn {
    padding: 5px;
  }
}

/* @media screen and (max-width: 388px) {
  div .middle-btn ul {
    display: block;
    text-align: center;
  }
} */

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.c-global-header {
  background-color: #ffffffcf;
  width: 100%;
  box-shadow: 0px 4px 2px 1px rgb(0 0 0 / 6%);
}


.c-global-header .c-header-inner {
  overflow: hidden;
  max-width: 1040px;
  margin: 0 auto;
}

.c-global-header .c-header-inner .c-nav-logo {
  width: 45%;
  float: left;
}

.c-global-header .c-header-inner .c-nav-logo:nth-child(2) {
  width: 405px;
  padding-left: 100px;
  padding-top: 27px;
  font-size: 11px;
  font-weight: bold;
}

.c-global-header .c-header-inner nav {
  /* float: right; */
  /* padding-top: 25px; */
}

.c-global-header .c-header-inner nav ul li {
  display: inline-block;
  margin-left: 5px;
}




/* ヘッダーボタン */

.head-btn {
  padding: 0 !important;
}

.head-btn:hover,
.btn:hover,
a.btn:hover {
  opacity: 0.6;
}

.c-global-header .c-header-inner nav ul li:last-child a {
  cursor: pointer;
  text-decoration: none;
}




/* キービジュアル */
#main-container {
  padding: 0;
}

.c-kv {
  /* background-image: url(../img/s01.jpg); 
  background-size:contain;*/
  margin-bottom: 50px;
}

.c-kv img,
.c-sec8 img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

.c-sec8 .u-pc-only h2 {
  color: #4c4c4c;
  border-radius: 5px;
  background-color: #c1e84c66;
  padding: 25px;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}

.c-sec8 .u-pc-only small {
  color: #264E61;
}

@media screen and (max-width: 767px) {
  #main-container {
    padding: 15px;
  }

  .c-kv {
    width: 100%;
    background-size: cover;
  }

  .c-kv img {
    width: 100%;
  }

  .c-sec2 .u-sp-only h2,
  .c-sec4 .u-sp-only h2,
  .c-sec5 .u-sp-only h2,
  .c-sec7 .u-sp-only h2,
  .c-sec8 .u-sp-only h2,
  .c-sec9 .u-sp-only h2 {
    color: #4c4c4c;
    border-radius: 5px;
    background-color: #c1e84c66;
    padding: 25px;
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
  }

  .c-sec5 .u-sp-only small,
  .c-sec8 .u-sp-only small {
    color: #264E61;
  }

  .c-sec6 .u-sp-only h2 {
    padding: 25px;
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
  }

  .minicontainer {
    margin-bottom: 30px;
    display: block;
    text-align: center;
    padding: 0 15px;
  }
}

.c-sec2 img,
.c-sec3 img,
.c-sec4 img,
.c-sec5 img,
.c-sec7 img,
.c-sec8 img,
.c-sec9 img,
.c-sec10 img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.c-sec6 img {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {

  .c-sec2 img,
  .c-sec4 img {
    max-width: 70%;
    margin: 0 auto;
    display: block;
    padding-top: 15px;
  }

  .c-sec3 img,
  .c-sec6 img,
  .c-sec9 img,
  .c-sec10 img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 15px 0;
  }

  .c-sec5 .u-sp-only .box-1 {
    margin-bottom: 50px;
  }

  .c-sec5 .u-sp-only .container-1,
  .c-sec5 .u-sp-only .container-2,
  .c-sec5 .u-sp-only .container-3,
  .c-sec5 .u-sp-only .container-4 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .c-sec5 .u-sp-only .wrap,
  .c-sec7 .u-sp-only .wrap {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
  }

  .c-sec5 .u-sp-only h3,
  .c-sec5 .u-sp-only p,
  .c-sec7 .u-sp-only h3,
  .c-sec7 .u-sp-only p {
    color: #264E61;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .c-sec5 .u-sp-only .box-2 {
    margin-bottom: 50px;
  }

  .c-sec7 img,
  .c-sec8 img {
    max-width: 85%;
    margin: 0 auto;
    display: block;
  }

  #minicontainer {
    max-width: 100%;
    margin-bottom: 10px;
  }

  #shiharai {
    max-width: 70%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-sec8 .u-sp-only .container {
    /* display: flex;
    justify-content: space-around; */
    margin-bottom: 35px;
  }

  /* .c-sec8 .u-sp-only .container>div {
    flex: 0 0 50%;
  } */

  .boxA {
    margin-right: auto;
    margin-bottom: 10px;
  }
}


/* .c-sec2 {
  background-image: url(../img/sec2bg.png);
  background-size:contain;
} */

.c-sec3 {
  /* background-image: url(../img/sec3bg.png); */
  /* background-size:contain; */
  background-color: #F2F258;
  margin-bottom: 70px;
}

.c-sec4 {
  /* background-image: url(../img/sec4bg.png);
  background-size:contain; */
  margin-bottom: 70px;
}

.c-sec5 {
  /* background-image: url(../img/sec5bg.png);
  background-size:contain; */
}

.c-sec6 {
  background: #bfdbff;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.c-sec6 .kiyaku {
  width: 100%;
  max-width: 1000px;
  height: 500px;
  border-radius: 20px;
  background: #fff;
  display: block;
  margin: 0 auto;
  padding: 50px;
  overflow: scroll;
}

@media screen and (max-width: 767px) {
  .c-sec6 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    margin-bottom: 70px;
  }

  .c-sec6 .kiyaku {
    max-width: 90%;
    height: 200px;
    padding: 20px;
    font-size: 12px;
    overflow: scroll;
  }

  .c-sec6 h2 {
    font-size: 14px;
  }

  .c-sec6 h3,
  .c-sec6 h4 {
    font-size: 11px;
  }
  .c-sec8 .container-1,
  .c-sec8 .container-2,
  .c-sec8 .container-3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .c-sec8 p {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #363636;
    padding: 10px;
  }
  .c-sec9 img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
    padding: 22px 0;
  }
}

@media screen and (min-width: 768px) {
  .c-sec7 {
    background-image: url(../img/sec7bg.png);
    background-size: contain;
    margin-bottom: 70px;
  }

  /* .c-sec8 {
    background-image: url(../img/sec8bg.png);
    background-size: contain;
    margin-bottom: 70px;
  } */
  .c-sec8 .container-1,
  .c-sec8 .container-2,
  .c-sec8 .container-3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .c-sec8 p {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #363636;
  }

  .no1,
  .no2,
  .no3,
  .no4,
  .no5,
  .no6 {
    display: none;
  }
}

.c-sec9 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.c-sec8 h2,
.c-sec9 h2 {
  font-size: 28px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  color: #404040;
  background-color: antiquewhite;
  padding: 20px;
}

.c-sec9 .wrap .box-2 p {
  line-height: 1.8;
  margin-bottom: 20px;
  padding: 0 15px;
  color: #404040;
  font-weight: bold;
}

.c-sec9 .wrap .box-2 .containerA #kirikae-kouji {
  width: 50%;
  margin-bottom: 70px;
}

.c-sec9 .wrap .box-3 p {
  line-height: 1.8;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  color: #264E61;
  font-weight: bold;
  font-size: 18px;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .c-sec9 .wrap .box-3 p {
    line-height: 1.8;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #264E61;
    font-weight: bold;
    font-size: 14px;
    width: 80%;
  }
}

.kirikae {
  position: relative;
  /* display: inline-block; */
  background-image: linear-gradient(135deg, #959, #5013f8);
  /* 背景のグラデーション */
  border-radius: 10px;
  /* 角丸をつける */
  width: 100%;
  /* 横幅 */
  height: 60px;
  /* 縦幅 */
  line-height: 60px;
  /* 行の高さ(heightと同じ値にする) */
  text-decoration: none;
  /* aタグのアンダーラインを消す */
  overflow: hidden;
  /* はみ出し部分を隠す */
  cursor: pointer;
  /* カーソルをポインターにする */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.kirikae__text {
  position: absolute;
  left: 0;
  display: block;
  height: 100%;
  /* 縦幅をボタンと同じにする */
  width: 100%;
  /* 横幅をボタンと同じにする */
  color: #fff;
  /* 文字色 */
  font-size: 19px;
  /* 文字サイズ */
  font-weight: bold;
  /* 文字の太さ */
  text-align: center;
  /* テキストを中央揃え */
  transition: all 0.3s;
  /* アニメーション実行時間 */
}

@media screen and (max-width: 767px) {

  /* .settihiyou,
  .settihiyou2,
  .settihiyou3,
  .settihiyou4,
  .settihiyou5,
  .settihiyou6 {
    max-width: 440px;
  } */

  .kirikae {
    position: relative;
    display: inline-block;
    border-radius: 8px;
    /* 角丸をつける */
    width: 100%;
    /* 横幅 */
    height: 60px;
    /* 縦幅 */
    line-height: 60px;
    /* 行の高さ(heightと同じ値にする) */
    text-decoration: none;
    /* aタグのアンダーラインを消す */
    overflow: hidden;
    /* はみ出し部分を隠す */
    cursor: pointer;
    /* カーソルをポインターにする */
    /* margin-left: 20px; */
  }

  .kirikae__text {
    position: absolute;
    left: 0;
    display: block;
    height: 100%;
    /* 縦幅をボタンと同じにする */
    width: 100%;
    /* 横幅をボタンと同じにする */
    color: #fff;
    /* 文字色 */
    font-size: 19px;
    /* 文字サイズ */
    font-weight: bold;
    /* 文字の太さ */
    text-align: center;
    /* テキストを中央揃え */
    transition: all 0.3s;
    /* アニメーション実行時間 */
  }
}

@media screen and (max-width: 450px) {
  .kirikae {
    position: relative;
    display: inline-block;
    border-radius: 8px;
    /* 角丸をつける */
    width: 100%;
    /* 横幅 */
    height: 60px;
    /* 縦幅 */
    line-height: 60px;
    /* 行の高さ(heightと同じ値にする) */
    text-decoration: none;
    /* aタグのアンダーラインを消す */
    overflow: hidden;
    /* はみ出し部分を隠す */
    cursor: pointer;
    /* カーソルをポインターにする */
    /* margin-left: 20px; */
  }

  .kirikae__text {
    position: absolute;
    left: 0;
    display: block;
    height: 100%;
    /* 縦幅をボタンと同じにする */
    width: 100%;
    /* 横幅をボタンと同じにする */
    color: #fff;
    /* 文字色 */
    font-size: 15px;
    /* 文字サイズ */
    font-weight: bold;
    /* 文字の太さ */
    text-align: center;
    /* テキストを中央揃え */
    transition: all 0.3s;
    /* アニメーション実行時間 */
  }

  .c-sec9 .wrap .box-2 .containerA #kirikae-kouji {
    width: 80%;
    margin-bottom: 70px;
  }
}

.kirikae__text:nth-child(1) {
  top: 0;
}

.kirikae__text:nth-child(2) {
  top: -100%;
}

.kirikae:hover .kirikae__text:nth-child(1) {
  top: 100%;
}

.kirikae:hover .kirikae__text:nth-child(2) {
  top: 0;
}

.c-sec9 .kakaku .article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 450px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #363636;
  padding-top: 10px;
  /* display: block; */
  margin: 0 auto;
  /* text-align: center; */
  margin-bottom: 30px;
  gap: 20px;
}

.c-sec9 .kakaku .article2 {
  max-width: 450px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #363636;
  padding-top: 10px;
  /* display: block; */
  margin: 0 auto;
  /* text-align: center; */
  margin-bottom: 30px;
}

.c-sec9 h3,
.c-sec9 p {
  color: #363636;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-left: 10px;
}

.ryoukin {
  border-bottom: #363636 1px solid;
  font-weight: bold;
}

.op-layout {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.resize {
  width: 160px;
  height: auto;
  margin-left: 10px;
  margin-right: 20px;
}

div .option .article3 {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .c-sec9 .kakaku .article {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 375px;
    font-size: 14px;
    color: #363636;
    padding-top: 10px;
    /* display: block; */
    margin: 0 auto;
    /* text-align: center; */
    margin-bottom: 30px;
    gap: 10px;
  }

  .c-sec9 .kakaku .article2 {
    max-width: 375px;
    font-size: 14px;
    line-height: 1.6;
    color: #363636;
    padding-top: 10px;
    /* display: block; */
    margin: 0 auto;
    /* text-align: center; */
    margin-bottom: 30px;
  }

  .c-sec9 .kakaku h3 p {
    width: 100%;
    font-size: 16px;
    /* padding:10px; */
    /* margin: 0 auto; */
  }

  /* .settihiyou,
  .settihiyou2,
  .settihiyou3,
  .settihiyou4,
  .settihiyou5,
  .settihiyou6,
  .settihiyou7 {
    position: relative;
  } */

  .no1,
  .no2,
  .no3,
  .no4,
  .no5,
  .no6 {
    position: absolute;
    top: -16px;
    left: 16px;
    z-index: 1;
  }
}

.c-sec9-2 {
  background: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 20px;
}

.c-sec9-2 .cyui {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}

.c-sec9-2 .cyui ul {
  list-style: disc !important;
}

.c-sec9-2 .cyui ul li {
  list-style-type: disc;
  /* リストの左側に黒丸 */
  margin-left: 24px;
  /* リストの左側に余白 */
  text-align: left;
  line-height: 1.8;
  color: #363636;
}

.c-sec9-2 h3 {
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
  color: #363636;
}

@media screen and (max-width: 767px) {
  .c-sec9-2 .cyui {
    padding-top: 30px;
    width: 100%;
    padding: 0;
  }

  .c-sec9-2 .cyui ul {
    padding: 0 15px;
  }

  .c-sec9-2 .cyui h3 {
    font-size: 1.1em;
  }

  .c-sec9-2 .cyui p {
    font-size: 0.9em;
  }
}


.c-sec10 {
  background-image: url(../img/sec10bg.png);
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .c-sec10 {
    background-size: cover;
  }

}



.c-main-r-block ul li a img {
  width: 250px !important;
  height: 100px !important;
  display: block;
  margin: 10px auto;
}

/* フッター */
footer a {
  text-decoration: none;
  color: #333333;
}

.c-footer-global {
  clear: both;
  background-color: #F8F8F8;
  font-size: 11px;
}

.c-footer-global .c-footer-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.c-footer-info {
  padding: 40px 0 20px 0;
}

footer {
  background-color: #aaa;
  padding: 15px;
  text-align: right;
}
.flex__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
footer ul {
  list-style: none;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
}
footer ul li {
  text-align: center;
  padding: 10px;
}
footer ul li::after {
  content: "｜";
}
footer p {
  font-size: 1rem;
  text-align:left;
}
footer p.kaisya-syokai {
  text-align: center;
}

footer small {
  font-size: 0.8rem;
}
      
        
@media screen and (max-width: 767px) {
  .c-footer-info {
    padding: 10px 0;
  }
  footer p.kaisya-syokai {
    text-align: left;
    font-size: 0.8rem;
    padding: 5px;
  }
}

.c-footer-info .c-footer-logo {
  text-align: center;
}

.c-footer-logo {
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .c-footer-info img {
    width: 40%;
    max-width: 200px;
    height: auto;
  }
}

.c-footer-info .c-copyright {
  text-align: center;
  padding: 20px;
  padding-top: 5px;
}


/* footerのページトップアイコン */
.c-pagetop.is-active {
  width: 64px;
  height: 64px;
  background: url(../img/footter-to-top.png) center/cover no-repeat;

  position: fixed;
  bottom: 40px;
  right: 50px;
  display: block;
}

@media screen and (max-width: 767px) {
  .c-pagetop.is-active {
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 15px;
    background-size: contain;
    z-index: 2;
  }
}
@media screen and (max-width: 450px) {
footer ul {
  list-style: none;
  font-size: 0.7rem;
  display: flex;
  justify-content: space-between;
}
}
















.c-header {
  background: #eeeeee;
  height: 120px;
}

.c-header-small {
  background: #eeeeee;
  height: 60px;
}

.c-header h1 {
  font-size: 10px !important;
}

.c-header h2 {
  display: inline;
  font-size: 12px !important;
}

.c-tc-wh {
  color: #fff !important;
}

.c-tc-bl,
.c-tc-main {
  color: #333333 !important;
}



.c-nav-link {
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: row;
  padding-top: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-nav-link:hover {
  color: #bbb;
}

.c-nav-link-small {
  font-size: 0.9em;
  padding: 18px 0;
  display: block;
  text-align: center;
}

.c-nav-link-small-wrap {
  opacity: 1.0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-nav-link-small-wrap:hover {
  opacity: 0.7;
}

.c-nav-logo {
  max-width: 100%;
  opacity: 1.0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-nav-logo:hover {
  opacity: 0.7;
}

.c-nav-logo-small {
  max-width: 250px;
  padding: 15px 0;
}

.c-nav-list-upper .c-nav-item {
  padding: 12px 40px 12px 0;
}

.c-nav-icon-reverse {
  padding-right: 12px;
  display: inline-block;
}


.u-pa-30 {
  padding: 30px;
}

.c-bg-green {
  background: #29c0b8;
}

.c-bg-orange {
  background: #fe6c03;
}

.c-footer {
  clear: both;
  background: #F0F0F0;
  padding: 80px 0;
  color: #333333;
}


.c-no-deco {
  text-decoration: none;
}

.c-fotter-link a {
  display: block;
}

/* padding */
.u-pt-0 {
  padding-top: 0px;
}

.u-pb-0 {
  padding-bottom: 0px;
}

.u-pl-0 {
  padding-left: 0px;
}

.u-pr-0 {
  padding-right: 0px;
}

.u-pa-0 {
  padding: 0px;
}

.u-pt-15 {
  padding-top: 15px;
}

.u-pb-15 {
  padding-bottom: 15px;
}

.u-pl-15 {
  padding-left: 15px;
}

.u-pr-15 {
  padding-right: 15px;
}

.u-pa-15 {
  padding: 15px;
}

.u-pt-30 {
  padding-top: 30px;
}

.u-pb-30 {
  padding-bottom: 30px;
}

.u-pl-30 {
  padding-left: 30px;
}

.u-pr-30 {
  padding-right: 30px;
}

.u-pa-30 {
  padding: 30px;
}

.u-pt-35 {
  padding-top: 35px;
}

.u-pb-35 {
  padding-bottom: 35px;
}

.u-pl-35 {
  padding-left: 35px;
}

.u-pr-35 {
  padding-right: 35px;
}

.u-pa-35 {
  padding: 35px;
}

.u-pt-50 {
  padding-top: 50px;
}

.u-pb-50 {
  padding-bottom: 50px;
}

.u-pl-50 {
  padding-left: 50px;
}

.u-pr-50 {
  padding-right: 50px;
}

.u-pa-30 {
  padding: 30px;
}

/* margin */
.u-mt-0 {
  margin-top: 0px;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-ml-0 {
  margin-left: 0px;
}

.u-mr-0 {
  margin-right: 0px;
}

.u-ma-0 {
  margin: 0px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-ml-10 {
  margin-left: 10px;
}

.u-mr-10 {
  margin-right: 10px;
}

.u-ma-10 {
  margin: 10px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mb-15 {
  margin-bottom: 15px;
}

.u-ml-15 {
  margin-left: 15px;
}

.u-mr-15 {
  margin-right: 15px;
}

.u-ma-15 {
  margin: 15px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-ml-30 {
  margin-left: 30px;
}

.u-mr-30 {
  margin-right: 30px;
}

.u-ma-30 {
  margin: 30px;
}

.u-mt-50 {
  margin-top: 50px;
}

.u-mb-50 {
  margin-bottom: 50px;
}

.u-ml-50 {
  margin-left: 50px;
}

.u-mr-50 {
  margin-right: 50px;
}

.u-ma-50 {
  margin: 50px;
}

/* display */

.u-disp-b {
  display: block;
}

/* text-align */
.c-talign-l {
  text-align: left;
}

.c-talign-r {
  text-align: right;
}

.c-talign-c {
  text-align: center;
}


.c-main {
  overflow: hidden;
  position: relative;
  min-height: 80vh;
  padding-bottom: 120px;
  background: #fff;
}


/* 端末ごとbr非表示 */
.u-sp-only,
.u-sp-only-inline-block,
.u-sp-only-inline {
  display: none !important;
}

@media screen and (max-width: 767px) {

  .u-sp-only,
  .u-sp-only-inline-block,
  .u-sp-only-inline {
    display: inherit !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}