@charset "UTF-8";

/*****************************************************
Webfont
*****************************************************/

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/font/NotoSansJP-DemiLight.woff') format('woff'),
    url('/assets/font/NotoSansJP-DemiLight.otf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/font/NotoSansJP-Regular.woff') format('woff'),
    url('/assets/font/NotoSansJP-Regular.otf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/font/NotoSansJP-Medium.woff') format('woff'),
    url('/assets/font/NotoSansJP-Medium.otf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/font/NotoSansJP-Bold.woff') format('woff'),
    url('/assets/font/NotoSansJP-Bold.otf') format('truetype');
}


@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url('/assets/font/NotoSansJP-Black.otf') format('truetype');
}

* {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #fff;
  color: #212121;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

img {
  max-width: 100%;
  height: auto;
}

a img {
  transition: opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}

a:hover img {
  opacity: 0.7;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.pc_inline {
  display: inline;
}

.sp_inline {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .pc_inline {
    display: none;
  }

  .sp_inline {
    display: inline;
  }
}

#wrap {
  position: relative;
  overflow: hidden;
}

.l-sec {
  padding: 0px 0px;
}


.l-sec_inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.l-sec_inner.-small {
  max-width: 800px;
}

.l-sec_inner.-large {
  max-width: 1200px;
}
@media (max-width: 768px) {
  .l-sec_inner_sp {
    padding: 0px 15px;
  }
}
a {
  color: inherit;
  text-decoration: none;
}

#wrap #nbpc_wrap {
  padding: 0;
}

#wrap #nbpc_wrap header {
  z-index: 999;
  position: relative;
}

#wrap #nbpc_wrap .gNav {
  max-width: 1100px;
}

#wrap #nbpc_wrap .gNav h1 {
  margin-left: -40px;
}

@media (max-width: 768px) {
  #wrap #nbpc_wrap .gNav h1 {
    margin-left: -30px;
    padding-right:0;
  }
}

@media (min-width: 751px) {
  #wrap #nbpc_wrap .gNav .menu_inner {
    top: 52px;
  }
}

footer {
  position: relative;
  text-align: center;
}

footer a.btn {
  display: inline-block;
  width: 30%;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #225693;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
}

footer a.btn.bordernone {
  border: none;
}

footer a.btn:hover {
  opacity: 0.8;
}

footer p {
  margin-bottom: 20px;
}

footer .logo {
  width: 220px;
  margin: 0 auto 20px;
}

footer .copy {
  font-size: 11px;
  text-align: center;
}

@media (max-width: 768px) {
  footer {
    padding-top: 40px;
  }

  footer a.btn {
    display: inline-block;
    width: 30%;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #225693;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
  }

  footer a.btn.bordernone {
    border: none;
  }

  footer a.btn:hover {
    opacity: 0.8;
  }

  footer p {
    margin-bottom: 20px;
  }

  footer .logo {
    width: 220px;
    margin: 0 auto 20px;
  }

  footer .copy {
    font-size: 11px;
    text-align: center;
  }
}

/* end case-768 */
.p-pagetopBtn {
  position: relative;
  margin: 0 40px 0 auto;
  top: -40px;
  width: 40px;
  height: 40px;
  background: #000;
  cursor: pointer;
  text-align: center;
  display: block;
}

.p-pagetopBtn.-fixed {
  position: fixed;
  right: 0px;
  top: auto;
  bottom: 26px;
  z-index: 11;
}

.p-pagetopBtn:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  transform: rotate(-45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}

@media (max-width: 768px) {
  .p-contact_area {
    text-align: center;
    background: #f0ede8;
    padding: 40px 0 20px 0;
    position: relative;
  }

  .p-contactLead {
    font-size: 20px;
    margin: 0 0 30px 0;
  }

  .p-pagetopBtn {
    display: none !important;
  }
}

/* end case-768 */
.bsguide {
  background: #fff;
}

/* hero */

.p-hero_area {
  position: relative;
}

.p-hero_inner {
  
}

.p-hero_block {
  width:100%;
  color:#fff;
  position: relative;
  overflow: hidden;
}

.p-hero_block.-online {
  background:#BD1421;
}

.p-hero_block.-solution {
  background:#1E286E;
}

.p-hero_block:before {
  content:"";
  display: block;
  background:#fff;
  opacity: 0.2;
  position: absolute;
  bottom:-8vw;
  left:-50%;
  height:300px;
  width:200%;
  transform: rotate(-5deg);
}


.p-hero_box {
  display: flex;
  max-width: 1260px;
  margin: 130px auto 0;

}

.p-hero_block.-online .p-hero_box {
  margin-left:auto;

}
.p-hero_block.-solution .p-hero_box {
  margin-right:auto;

}

.p-hero_textbox {
  padding-top: 20px;

}

.p-hero_shoulder {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom:10px;

}

.p-hero_title {
  font-size: 52px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.1em;
  margin-bottom:10px;

}

.p-hero_text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
}

.p-hero_arrow {
  margin:20px 0 14px 0;
}

.p-hero_imgbox {
  position: relative;
  z-index: 2;
  margin-right: 80px;
  flex-shrink: 0;
}

.p-hero_imgbox img {
  vertical-align: bottom;
}

.p-heroBanner {
  background: #101326;
  width:100%;
  display: flex;
  justify-content: center;
  z-index: 3;
  padding:8px;
}

.p-floatingBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width:400px;
  background: #fff;
  padding:4px 15px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
}

.p-floatingBtn.-solution {
  margin-left:5px;
}

.p-floatingBtn.-online {
  margin-right:5px;
  background:#BD1421;
  color:#fff;

}
.p-floatingBtn .-pcText {
 font-size: 12px;
}

.p-floatingBanner {
  background:rgba(30,40,110,0.2);
  background:rgba(0,0,0,0.5);
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
  display: flex;
  justify-content: center;
  z-index: 3;
  padding:8px;
}



@media screen and (min-width:768px) and ( max-width:1200px) {
  .p-hero_box {
    margin-top: 5%;
  }

  .p-hero_block:before {
    bottom: -20vw;
  }

    .p-hero_shoulder {
      font-size: 18px;
    }

    .p-hero_title {
      font-size: 34px;
    }

    .p-hero_text {
      font-size: 15px;
    }
    
    .p-hero_imgbox {
      width:40%;
      margin:0 auto;
    }
}

@media (max-width: 768px) {
  
  /* hero */
  
  .p-hero_area {
    position: relative;
  }
  
  .p-hero_inner {
    display: block;

  }
  
  .p-hero_block {
    width:100%;
  }
  

  .p-hero_block:before {
    bottom:-170px;
    height:200px;
  }
  
  .p-hero_box {
    flex-direction: column-reverse;
    margin-top:25px;
    margin-bottom:15px;
    padding: 0 10px;

    text-align: center;
  }
  
  .p-hero_shoulder {
    font-size: 16px;
    margin-bottom:10px;
  }
  
  .p-hero_title {
    font-size: 28px;
    margin-bottom:10px;
  
  }
  
  .p-hero_text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  
  .p-hero_arrow {
    margin:5px 0 5px 0;
  }
  
  .p-hero_arrow img {
    width:24px;
  }
  
  .p-hero_imgbox {
    position: relative;
    z-index: 2;
    width:90%;
    margin:0 auto;
    text-align:center;
    margin-bottom: 50px;
  }
  
  .p-heroBanner {
   
  }
  
  .p-floatingBtn {
    padding:10px 5px;
    font-size: 14px;
  }
  
  .p-floatingBtn.-solution {
    margin-right:5px;
  }
  
  .p-floatingBtn.-online {
    margin-left:5px;
  }
    
  .p-floatingBtn .-pcText {
   
  }

} 



/* end case-768 */
.p-titleLvTwo {
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto;
  padding: 59px 10px;
  position: relative;
  text-align: center;
  color: #fff;
  background: #BD1421;
}

.p-titleLvTwo.-reverse {
  background: #1E286E;
}

.p-titleLvThree {
  font-size: 35px;
  font-weight: 700;
  padding: 70px 0;
  text-align: center;
}

.p-titleLvThree .-small {
  font-size: 32px;
}

.p-titleLvFour {
  font-size: 24px;
  font-weight: 700;
  margin: 80px auto 40px auto;
  text-align: center;
}

.p-decorationBalloon:before,
.p-decorationBalloon:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
}

.p-decorationBalloon:before {
  top: 100%;
  left: -50%;
  border-radius: 0 80px 0 0;
}

.p-decorationBalloon:after {
  top: 100%;
  right: -50%;
  border-radius: 80px 0px 0 0;
}

.p-decorationBalloon.-type01:before{
  background: #F0EDE8;
  box-shadow: 100px -1px 0px 0px #BD1421;
}
.p-decorationBalloon.-type01:after {
  background: #F0EDE8;
}

.p-decorationBalloon.-type02:before{
  background: #fff;
  box-shadow: 100px 0px 0px 0px #F0EDE8;

}
.p-decorationBalloon.-type02:after {
  background: #fff;
}

.p-decorationBalloon.-type03:before{
  background: #F0EDE8;
  box-shadow: 100px 0px 0px 0px #fff;
}
.p-decorationBalloon.-type03:after {
  background: #F0EDE8;
}

.p-decorationBalloon.-type04:before {
  background: #fff;
  box-shadow: 100px -1px 0px 0px #1E286E;
}
.p-decorationBalloon.-type04:after {
  background: #fff;
}

.p-balloonList {}

.p-balloonList_item {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 15px;
  padding: 20px;
  position: relative;
}

.p-balloonList_item:before,
.p-balloonList_item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 12px;
  margin-bottom: 10px;
  background: #F0EDE8;
}

.p-balloonList_item:before {
  top: 100%;
  left: -50%;
  border-radius: 0 80px 0 0;
  box-shadow: 100px 0px 0px 0px #fff;
}

.p-balloonList_item:after {
  top: 100%;
  right: -50%;
  border-radius: 80px 0px 0 0;
}

.p-balloonList_item em {
  color: #BD1421;
  font-style: normal;
}

.p-heroLead {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  padding: 38px 0 38px 0;
  background: #fff;
}

.p-lead {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}

.p-lead.-reverse {
  color: #fff;
}

.p-paragraph {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
  letter-spacing: -0.01em;
}

.p-note {
  font-size: 16px;
  color: #666666;
}

@media (max-width: 768px) {
  .p-titleLvTwo {
    font-size: 22px;
    font-size: 20px;
    padding: 34px 10px;
  }
  
  .p-titleLvTwo.-reverse {
    background: #1E286E;
  }
  
  .p-titleLvThree {
    font-size: 24px;
    font-size: 22px;
    font-weight: 700;
    padding: 40px 0 25px 0;
    text-align: center;
  }

  .p-titleLvFour {
    font-size: 20px;
    font-weight: 700;
    margin: 40px auto 40px auto;
    text-align: center;
  }


}


@media (max-width: 767px) {
  /* .p-titleLvTwo {
    font-size: 5.9vw;
  }
  
  .p-titleLvThree {
    font-size: 6.4vw;
  } */

}


@media (max-width: 768px) {  
  .p-decorationBalloon:before,
  .p-decorationBalloon:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    margin-bottom: 40px;
  }
  
  
  .p-balloonList_item {
    font-size: 4.2vw;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
  }
  
  .p-balloonList_item:before,
  .p-balloonList_item:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 9px;
    margin-bottom: 10px;
    background: #F0EDE8;
  }
  
  .p-balloonList_item:before {
    top: 100%;
    left: -50%;
    border-radius: 0 80px 0 0;
    box-shadow: 100px 0px 0px 0px #fff;
  }
  
  .p-balloonList_item:after {
    top: 100%;
    right: -50%;
    border-radius: 80px 0px 0 0;
  }
  
  .p-balloonList_item em {
    color: #BD1421;
    font-style: normal;
  }
  
  .p-heroLead {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    padding: 20px 15px ;
    background: #fff;
  }
  
  .p-lead {
    text-align: left;
    font-size: 14.5px;
    line-height: 2;
  }
  
  .p-paragraph {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 30px;
    letter-spacing: -0.01em;
  }
  


}

/* end case-768 */


.l-sec.content01 {
  background: #F0EDE8;
}

.l-sec.content02 {
  background: #F0EDE8;
}

.l-sec.content02 .p-titleLvThree {
  padding: 70px 0 50px 0;
}

.l-sec.content02 .l-sec_inner {
  padding: 0;
}

.l-sec.content03 .p-lead {
  padding-bottom: 40px;
}

.l-sec.content04 {
  background: #f0ede8;
  padding: 50px 0 130px 0;
}


.l-sec.content05 {
  background: #1E286E;
  padding-bottom: 100px;
}

.l-sec.content06 {
  background: #F0EDE8;
  padding:0 15px 80px 15px;
}

.l-sec.content07 {
  background: #BD1421;
  padding:80px 15px 80px 15px;

}

.p-content01_sub {
  padding: 15px 0 60px 0;
}

.p-content02_bg {
  position: relative;
  margin-top: 10px;
  padding-bottom: 80px;
}

.p-content02_bg_img {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 60px;
}

.p-content02_bg_img img {
  width: 100%;
}

.p-content01_img {
  text-align: center;
  padding:5px 0 40px 0;
}

.p-content03_img {
  text-align: center;
  margin: 50px 0 30px 0;
}

.p-content03_circle {
  text-align: center;
  margin: 50px 0 0 0;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f0ede8 50%, #f0ede8 100%);
}

@media (max-width: 768px) {
  
  
  .l-sec.content01 .l-sec_inner {
    padding:0 15px;
  }
  
  .l-sec.content02 {
    padding: 0 15px ;
  }
  
  
  .l-sec.content02 .p-titleLvThree {
    padding: 50px 0 30px 0;
  }
  
  .l-sec.content02 .l-sec_inner {
    padding: 0;
  }
  
  .l-sec.content03 .p-lead {
    padding-bottom: 40px;
  }
  
  .l-sec.content03 .l-sec_inner {
    padding: 0 15px;
  }
  

  .l-sec.content04 {
    background: #f0ede8;
    padding: 40px 0 50px 0;
  }
  
  
  .l-sec.content05 {
    background: #1E286E;
    padding:0 15px 50px 15px;
  }
  
  .l-sec.content06 {
    background: #F0EDE8;
    padding:0 15px 50px 15px;
  }
  
  .l-sec.content07 {
    background: #BD1421;
    padding: 40px 15px;
    
  }
  
  .p-content01_sub {
    padding: 5px 15px 40px 15px;
  }
  
  .p-content02_bg {
    position: relative;
    margin-top: 10px;
    padding-bottom: 0px;
  }
  
  .p-content02_bg_img {
    position: absolute;
    width: 100%;
    margin: 0;
    top: 60px;
  }
  
  .p-content02_bg_img img {
    width: 100%;
  }
  
  .p-content01_img {
    text-align: center;
    padding:5px 0 40px 0;
  }
  
  .p-content03_img {
    text-align: center;
    margin: 50px 0 30px 0;
  }  
  .p-content03_img img {
    margin: 0 auto;
  }

  .p-content03_circle {
    margin: 40px 0 0 0;
    padding:0 10%;
  }
  
}

.p-consultantList {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -60px;
  margin-top: 60px;
}

.p-consultantList_item {
  color: #fff;
  width: calc(33.333333% - 20px);
  margin-bottom: 60px;
  text-align: center;
}



.p-consultantList_item_ruby {
  color: #fff;
  font-size: 26px;
  font-family: 'Oswald', sans-serif;
  margin: 10px 0;
}

.p-consultantList_item_name {
  font-size: 18px;
  margin: 5px 0 10px 0;
}

.p-consultantList_item_sub {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .p-consultantList {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -35px;
    margin-top:40px;
  }

  .p-consultantList_item {
    display: flex;
    flex-direction: column;
    color: #fff;
    width: calc(50% - 7.5px);
    margin-bottom: 30px;
  }

  .p-consultantList_item_imgblock {
    flex-shrink: 0;
    margin: 0 auto;
    text-align: center;
    width: 120px;
  }
  
  
  .p-consultantList_item_ruby {
    color: #fff;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    margin: 5px 0;
  }
  
  .p-consultantList_item_name {
    font-size: 14px;
    margin: 5px 0;
  }
  
  .p-consultantList_item_sub {
    font-size: 10px;
    line-height: 1.5;
  }

  
  
}

.l-sec.content02 .p-contact_area .p-base_btn {
  margin-top: -100px;
}

.p-caseList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.p-caseList_item {
  width: calc(33.3333333% - 20px);
  max-width: 375px;
  background: #fff;
  border-radius: 20px;
}

.p-caseList_item_imgbox {}

.p-caseList_item_imgbox img {
  border-radius: 20px 20px 0 0;
  vertical-align: bottom;
}

.p-caseList_item_textbox {
  padding: 20px 20px 40px 20px;
  border-radius: 0 0 20px 20px;
}

.p-caseList_item_title {
  font-size: 16px;
  margin-bottom: 10px;
}

.p-caseList_item_text {
  font-size: 18px;
  font-weight: 500;
}

.p-caseList_more {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  text-align: right;
}

.p-caseList_more a {
  color:#BD1421;

}

.p-caseList_more:hover {
  text-decoration: none;
}

.p-contactLead {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
  font-size: 18px;
}

.p-contactList {
  display: flex;
  justify-content: space-between;
}

.p-contactList_item {
  width: calc(50% - 20px);

  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
}

.p-contactList_item_imgbox {
  text-align: center;
}

.p-contactList_item_imgbox img {
  max-width: 72px;
}

.p-contactList_item_textbox {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  
  .p-caseList {
    display: block;
    margin-bottom: 20px;
  }
  
  .p-caseList_item {
    width:100%;
    max-width: 375px;
    background: #fff;
    border-radius: 10px;
    margin:0 auto 15px auto;
  }
  
  .p-caseList_item_imgbox {}
  
  .p-caseList_item_imgbox img {
    border-radius: 10px 10px 0 0;
    vertical-align: bottom;
  }
  
  .p-caseList_item_textbox {
    padding: 20px 20px 30px 20px;
    border-radius: 0 0 10px 10px;
  }
  
  .p-caseList_item_title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .p-caseList_item_text {
    font-size: 16px;
    font-weight: 500;
  }
  
  .p-caseList_more {
    font-size: 15px;
  }

  .p-contactLead {
    text-align: left;
    margin-bottom: 30px;

    font-size: 15px;
  }
  
  .p-contactList {
    display: block;
  }
  
  .p-contactList_item {
    width:100%;
    max-width: 580px;
    background: #fff;
    border-radius: 10px;
    padding: 17px 20px;
    margin:0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height:142px;
  }
  
  .p-contactList_item_imgbox {
    text-align: center;
  }
  
  .p-contactList_item_imgbox img {
    max-width: 56px;
  }
  
  .p-contactList_item_textbox {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }
  

  
} /* end case-767 */



.p-flowArea {
  
}

.p-flowList {

}

.p-flowList_item {
  display: flex;
}

.p-flowList_chart {
  color:#fff;
  background:#E64178;
  font-size: 18px;
  font-weight: 500;
  width:168px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  padding-top:75px;
}

.p-flowList_chart span {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 64px;
}

.p-flowList_item.-typeB .p-flowList_chart {
  background:#E6B92E;
}

.p-flowList_item.-typeC .p-flowList_chart {
  background:#2896C9;
}

.p-flowList_item.-typeD .p-flowList_chart {
  background:#59B759;
}

.p-flowList_item.-typeE .p-flowList_chart {
  background:#CD3D99;
}

.p-flowList_chart:before {
  content:"";
  display: block;
  background:#E64178;
  width:130px;
  height:130px;
  border:solid 5px #fff;
  transform:rotate(-45deg);
  position: absolute;
  top:-75px;
  left:15px;
}

.p-flowList_item.-typeB .p-flowList_chart {
  background:#E6B92E;
}

.p-flowList_item.-typeC .p-flowList_chart {
  background:#2896C9;
}

.p-flowList_item.-typeD .p-flowList_chart {
  background:#59B759;
}

.p-flowList_item.-typeE .p-flowList_chart {
  background:#CD3D99;
}



.p-flowList_item.-typeA .p-flowList_chart:before {
  display: none;
}

.p-flowList_item.-typeB .p-flowList_chart:before {
  background:#E64178;
}

.p-flowList_item.-typeC .p-flowList_chart:before {
  background:#E6B92E;
}

.p-flowList_item.-typeD .p-flowList_chart:before {
  background:#2896C9;
}

.p-flowList_item.-typeE .p-flowList_chart:before {
  background:#59B759;
}


.p-flowList_item.-typeE:after {
  content:"";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 84px 0 84px;
  border-color: #cd3d98 transparent transparent transparent;
  position: absolute;
  bottom:-90px;
  left:0px;
}





.p-flowList_content {
  width:100%;
  margin-left:40px;
  margin-top:40px;
  background:#F9CFDD;
  padding:0 40px 40px 40px;
}


.p-flowList_item.-typeB .p-flowList_content {
  background:#F9EDCB;
}

.p-flowList_item.-typeC .p-flowList_content {
  background:#BFEBFA;
}

.p-flowList_item.-typeD .p-flowList_content {
  background:#D5EDD5;
}

.p-flowList_item.-typeE .p-flowList_content {
  background:#F2CEE5;
}


.p-flowList_item.-typeA .p-flowList_content {
    margin-top:0;
}

.p-flowList_content_title {
  color:#E64178;
  font-size: 30px;
  font-weight: 700;
  background:url(../images/ico_flow_a.svg) no-repeat left center;
  background-size: 80px;
  padding:40px 20px 40px 100px;
}


.p-flowList_item.-typeB .p-flowList_content_title {
  color:#E6B92E;
  background:url(../images/ico_flow_b.svg) no-repeat left center;

}

.p-flowList_item.-typeC .p-flowList_content_title {
  color:#2896C9;
  background:url(../images/ico_flow_c.svg) no-repeat left center;

}

.p-flowList_item.-typeD .p-flowList_content_title {
  color:#59B759;
  background:url(../images/ico_flow_d.svg) no-repeat left center;

}

.p-flowList_item.-typeE .p-flowList_content_title {
  color:#CD3D99;
  background:url(../images/ico_flow_e.svg) no-repeat left center;

}


.p-flowList_content_box {
  
}

.p-flowList_content_list {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin-bottom:-20px;

}

.p-flowList_content_list_item {
  width:calc(50% - 10px);
  margin-bottom:20px;
  background: #fff;
  position: relative;
  border-radius: 10px;

}

.p-flowList_content_list_link {
  display: flex;
  height:100%;
  background:url(../images/ico_brank.svg) no-repeat right 10px bottom 10px;;
  background-size:20px;
  cursor:pointer;
}

.p-flowList_content_list_num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink:0;
  border-radius: 10px 0 0 10px;
  width:50px;
  color:#fff;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  background:#E64178;
  position: absolute;
  height:100%;
  
}


.p-flowList_item.-typeB .p-flowList_content_list_num {
  background:#E6B92E;
}

.p-flowList_item.-typeC .p-flowList_content_list_num {
  background:#2896C9;
}

.p-flowList_item.-typeD .p-flowList_content_list_num {
  background:#59B759;
}

.p-flowList_item.-typeE .p-flowList_content_list_num {
  background:#CD3D99;
}


.p-flowList_content_list_textbox {
  padding:20px 20px 20px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width:100%;

}

.p-flowList_content_list_copy {
  color:#E64178;
  font-size: 16px;
  font-weight: 500;
}


.p-flowList_item.-typeB .p-flowList_content_list_copy {
  color:#E6B92E;
}

.p-flowList_item.-typeC .p-flowList_content_list_copy {
  color:#2896C9;
}

.p-flowList_item.-typeD .p-flowList_content_list_copy {
  color:#59B759;
}

.p-flowList_item.-typeE .p-flowList_content_list_copy {
  color:#CD3D99;
}


.p-flowList_content_list_text {
  font-size: 20px;
  font-weight: 700;
}

.p-flowList_content_list_text .-sub{
  font-size: 16px;
}




@media (max-width: 768px) {
  
  
  
  .p-flowArea {
    
  }
  
  .p-flowList {
  
  }
  
  .p-flowList_item {
    display: flex;
  }
  
  .p-flowList_chart {
    color:#fff;
    background:#E64178;
    font-size: 10px;
    font-weight: 500;
    width:55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    padding-top:32px;
  }
  
  .p-flowList_chart span {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 24px;
  }
  
  .p-flowList_chart p {
    font-size: 10px;
  }

  .p-flowList_chart:before {
    content:"";
    display: block;
    background:#E64178;
    width:60px;
    height:60px;
    border:solid 2px #fff;
    transform:rotate(-45deg);
    position: absolute;
    top:-45px;
    left:-5px;
  }
  

  .p-flowList_item.-typeE:after {
    border-width: 32px 27.5px 0 27.5px;
    bottom:-32px;
  }  
  .p-flowList_content {
    width:100%;
    margin-left:10px;
    margin-top:20px;
    background:#F9CFDD;
    padding:0 10px 10px 10px;
  }
  
  .p-flowList_content_title {
    color:#E64178;
    font-size: 4.8vw;
    font-size: 18px;
    font-weight: 700;
    background:url(../images/ico_flow_a.svg) no-repeat left center;
    background-size: 40px;
    padding:20px 0px 20px 50px
  }
  
  
  
  .p-flowList_item.-typeB .p-flowList_content_title ,
  .p-flowList_item.-typeC .p-flowList_content_title ,
  .p-flowList_item.-typeD .p-flowList_content_title ,
  .p-flowList_item.-typeE .p-flowList_content_title {
    background-size: 40px;
  }

  
  .p-flowList_content_list {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    flex-direction: column;
    margin-bottom:0px;
  
  }
  
  .p-flowList_content_list_item {
    width:100%;
    margin-bottom:10px;
    border-radius: 10px;
  
  }
  
  .p-flowList_content_list_link {
    background-size:12px;
  }
  
  .p-flowList_content_list_num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink:0;
    border-radius: 10px 0 0 10px;
    width:35px;
    color:#fff;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    background:#E64178;
    position: absolute;
    height:100%;
    
  }

  
  .p-flowList_content_list_textbox {
    padding:10px 10px 10px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width:100%;
  
  }
  
  .p-flowList_content_list_copy {
    font-size: 12px;
    margin-bottom:10px;
  }
  
  
  .p-flowList_content_list_text {
    font-size: 15px;
  }
  
  .p-flowList_content_list_text .-sub{
    font-size: 12px;
  }


  
} /* end case-767 */


.p-downloadArea {
  background:#F0EDE8;
  padding:55px 10px;
}

.p-downloadArea.-border {
  border-top: solid 10px #fff;
}

.p-downloadArea_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}

.p-downloadArea_card {
  padding: 30px;
  background:#fff;
  display: flex;
}

.p-downloadArea_card_imgbox {
  margin-right: 20px;
  max-width:220px;
  flex-shrink: 0;
}

.p-downloadArea_card_textbox {
  width:100%;
}

.p-downloadArea_card_textbox_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}

.p-downloadArea_card_textbox_text {
  font-size: 16px;
  margin-bottom: 15px;
}

.p-downloadArea_btn {
  background: #BD1421 ;
  color:#fff;
  font-size: 16px;
  font-weight: 700;
  height:44px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  position: relative;
}

.p-downloadArea_btn:after {
  content:"";
  display: block;
  position: absolute;
  top:50%;
  right:15px;
  width:23px;
  height: 19px;
  transform: translateY(-50%);
  background:url(../images/ico_extarnal.png) right center no-repeat;
  transition: 0.4s;

}

.p-downloadArea_btn:hover {
  opacity: 0.7;
  transition: 0.4s;
}

@media (max-width: 768px) {

  .p-downloadArea {
    background:#F0EDE8;
    padding:40px 15px;
  }
  
  .p-downloadArea.-border {
    border-top: solid 10px #fff;
  }
  
  .p-downloadArea_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
  }
  
  .p-downloadArea_card {
    padding: 20px;
    background:#fff;
    display: block;
  }
  
  .p-downloadArea_card_imgbox {
    margin-right: 0px;
    max-width:100%;
    flex-shrink: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .p-downloadArea_card_textbox {
    width:100%;
  }
  
  .p-downloadArea_card_textbox_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
  }
  
  .p-downloadArea_card_textbox_text {
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  .p-downloadArea_btn {
    background: #BD1421 ;
    color:#fff;
    font-size: 16px;
    font-weight: 700;
    height:44px;
    padding: 0 50px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    position: relative;
  }
  
  .p-downloadArea_btn:after {
    content:"";
    display: block;
    position: absolute;
    top:50%;
    right:15px;
    width:23px;
    height: 19px;
    transform: translateY(-50%);
    background:url(../images/ico_extarnal.png) right center no-repeat
  }
  
  
}




.u-fs14 {
  font-size: 14px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

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

.u-underline {
  text-decoration: underline;
}

.u-fcRed {
  color: #c70028;
}

.u-fcBlue {
  color: #0074bf;
}

.u-wordBreak {
  word-break: break-all;
}

/* -----------------------------------------------
.base_btn
----------------------------------------------- */
.p-base_btn {
  background: #BD1421;
  width: 100%;
  height: 100px;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: solid 2px #BD1421;
  transition: 0.3s;
}

@media all and (-ms-high-contrast: none) {
  .p-base_btn {
    padding-bottom: 4px;
  }
}

.p-base_btn:hover {
  background: #fff;
  color: #BD1421;
  transition: 0.3s;
}

.p-base_btn:hover:after {
  border-top: 2px solid #BD1421;
  border-right: 2px solid #BD1421;
}

/* floating */
.js-floatingBanner {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: -1;
  transition: 0.8s;
}

.js-floatingBanner.-active {
  opacity: 1;
  z-index: 10;
  transition: 0.8s;
}

.line_maker {
  background: linear-gradient(transparent 70%, #ffe400 70%)
}

@media (max-width: 768px) {
  .p-base_btn {
    width: 100%;
    height: 75px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
  }

  .js-floatingBanner {
    width: 100%;
    bottom: 0;
  }

  .js-floatingBanner .p-base_btn {
    border-radius: 0;
  }
}




.p-modal_inner {
  padding:30px;
  background: #fff;
  max-height:80vh;
  overflow: auto;
}

.p-modal_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom:30px;
}

.p-modal_title .-num {
  border:solid 1px #BD1421; 
  color:#BD1421;
  display: inline-block;
  width:30px;
  text-align: center;
  margin-right: 0.5em;
  position: absolute;
  left:30px;
}

.p-modal_title.-num {
  padding-left:2em;
}


.p-modal_title b {
  color:#BD1421;
}

.p-modalContent_inner {
  background: #f0ede8;
  padding:30px;
  position: relative;
}

.p-modalClose_btn {
  background: #BD1421;
  max-width: 350px;
  padding:10px;
  text-align: center;
  color:#fff;
  font-size: 18px;
  font-weight: 700;
  margin:40px auto 10px auto;
  cursor: pointer;
}

.p-modalClose_btn:hover {
  opacity: 0.7;
}

.p-modalX_btn {
  position: absolute;
  width:35px;
  height:35px;
  display: flex;
  justify-content: center;
  align-items: center;
  right:0;
  top:-45px;
  cursor: pointer;
}

.p-modalX_btn:before {
  content:"";
  position: absolute;
  width:3px;
  height:40px;
  background: #fff;
  display: block;
  transform:rotate(-45deg);
}

.p-modalX_btn:after {
  content:"";
  position: absolute;
  width:3px;
  height:40px;
  background: #fff;
  display: block;
  transform:rotate(45deg);
}

@media (max-width: 768px) {

.p-modal_inner {
  padding:15px;
}

}


.p-committeeInfo_modal_block {
  display: flex;
}

.p-committeeInfo_modal_imgbox {
  flex-shrink:0;
  margin-right:30px;
}

.p-committeeInfo_modal_textbox {
  
}

.p-committeeInfo_modal_title {
  margin-bottom:5px;
}

.p-committeeInfo_modal_name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom:10px;
}

.p-committeeInfo_modal_text {
  font-size: 16px;
}

.p-priceTable_modal_text {
  font-size: 16px;
}

@media (max-width: 768px) {
  
  
  .p-committeeInfo_modal_block {
    display: block;
  }
  
  .p-committeeInfo_modal_imgbox {
    flex-shrink:0;
    margin-right:0px;
    margin-bottom:20px;
    text-align: center;
  }
  
  .p-committeeInfo_modal_textbox {
    
  }
  
  .p-committeeInfo_modal_title {
    margin-bottom:5px;
  }
  
  .p-committeeInfo_modal_name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom:15px;
  }
  
  .p-committeeInfo_modal_text {
    font-size: 14px;
  }

} /* end case-768 */


/* -----------------------------------------------
.c-grid
----------------------------------------------- */
.c-grid {
  display: flex;
  flex-wrap: wrap;
}

.c-grid.-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-grid.-division2 {
  margin-left: -40px;
  margin-top: -40px;
}

.c-grid.-division3 {
  margin-left: -30px;
  margin-top: -30px;
}

.c-grid.-division4 {
  margin-left: -20px;
  margin-top: -20px;
}

.c-grid.-division2 .c-grid_col {
  width: calc(50% - 40px);
  margin-left: 40px;
  margin-top: 40px;
}

.c-grid.-division3 .c-grid_col {
  width: calc(33.333333% - 30px);
  margin-left: 30px;
  margin-top: 30px;
}

.c-grid.-division4 .c-grid_col {
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-top: 20px;
}

.p-slider_area .c-grid.-division2,
.p-slider_area .c-grid.-division3,
.p-slider_area .c-grid.-division4 {
  margin-top: 0;
}

.p-slider_area .c-grid.-division2 .c-grid_col,
.p-slider_area .c-grid.-division3 .c-grid_col,
.p-slider_area .c-grid.-division4 .c-grid_col {
  margin-top: 0;
}

@media (max-width: 768px) {
  .c-grid {
    display: flex;
    flex-wrap: wrap;
  }

  .c-grid.-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .c-grid.-division2 {
    margin-left: 0px;
    margin-top: -20px;
  }

  .c-grid.-division3 {
    margin-left: 0px;
    margin-top: -15px;
  }

  .c-grid.-division4 {
    margin-left: 0px;
    margin-top: -10px;
  }

  .c-grid.-division2 .c-grid_col {
    width: auto;
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }

  .c-grid.-division3 .c-grid_col {
    width: auto;
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }

  .c-grid.-division4 .c-grid_col {
    width: auto;
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }

  .c-grid[data-spgrid="2"] {
    margin-left: -20px;
  }

  .c-grid[data-spgrid="2"]>.c-grid_col {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}

/*****************************************************
  Object
*****************************************************/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mtNormal {
  margin-top: 20px !important;
}

.u-mtLarge {
  margin-top: 40px !important;
}

.u-mbNormal {
  margin-bottom: 20px !important;
}

.u-mbLarge {
  margin-bottom: 40px !important;
}

@media (max-width: 768px) {
  .u-mtNormal {
    margin-top: 15px !important;
  }

  .u-mtLarge {
    margin-top: 30px !important;
  }

  .u-mbNormal {
    margin-bottom: 15px !important;
  }

  .u-mbLarge {
    margin-bottom: 30px !important;
  }
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-wAuto {
  width: auto !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-fs11 {
  font-size: 1.1rem !important;
}

.u-fs12 {
  font-size: 1.2rem !important;
}

.u-fs13 {
  font-size: 1.3rem !important;
}

.u-fs14 {
  font-size: 1.4rem !important;
}

.u-fs15 {
  font-size: 1.5rem !important;
}

.u-fs16 {
  font-size: 1.6rem !important;
}

.u-fs17 {
  font-size: 1.7rem !important;
}

.u-fs18 {
  font-size: 1.8rem !important;
}

.u-fs19 {
  font-size: 1.9rem !important;
}

.u-fs20 {
  font-size: 2rem !important;
}

.u-fs21 {
  font-size: 2.1rem !important;
}

.u-fs22 {
  font-size: 2.2rem !important;
}

.u-fs23 {
  font-size: 2.3rem !important;
}

.u-fs24 {
  font-size: 2.4rem !important;
}

.u-fs25 {
  font-size: 2.5rem !important;
}

.u-fs26 {
  font-size: 2.6rem !important;
}

.u-fs27 {
  font-size: 2.7rem !important;
}

.u-fs28 {
  font-size: 2.8rem !important;
}

.u-fs29 {
  font-size: 2.9rem !important;
}

.u-fs30 {
  font-size: 3rem !important;
}

.u-fs31 {
  font-size: 3.1rem !important;
}

.u-fs32 {
  font-size: 3.2rem !important;
}

.u-fs33 {
  font-size: 3.3rem !important;
}

.u-fs34 {
  font-size: 3.4rem !important;
}

.u-fs35 {
  font-size: 3.5rem !important;
}

.u-fsBig {
  font-size: 2rem !important;
}

.u-fsSmall {
  font-size: 1.4rem !important;
}

@media (max-width: 768px) {
  .u-fsBig {
    font-size: 1.8rem !important;
  }
}

.u-textbold {
  font-weight: 700 !important;
}

.u-textnormal {
  font-weight: 400 !important;
}

.u-textthin {
  font-weight: 200 !important;
}

.u-emp {
  color: #cc0000;
}

.u-emp-style01 {
  color: #e66000;
}

.u-emp-style02 {
  color: #00802a;
}

.u-emp-style03 {
  color: #809900;
}

.u-clear {
  clear: both !important;
}

.u-ac {
  text-align: center !important;
}

.u-ar {
  text-align: right !important;
}

.u-al {
  text-align: left !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vb {
  vertical-align: bottom !important;
}

@media (min-width: 769px) {
  .u-ac-pc {
    text-align: center !important;
  }

  .u-ar-pc {
    text-align: right !important;
  }

  .u-al-pc {
    text-align: left !important;
  }

  .u-vm-pc {
    vertical-align: middle !important;
  }

  .u-vt-pc {
    vertical-align: top !important;
  }

  .u-vb-pc {
    vertical-align: bottom !important;
  }
}

@media (max-width: 768px) {
  .u-ac-sp {
    text-align: center !important;
  }

  .u-ar-sp {
    text-align: right !important;
  }

  .u-al-sp {
    text-align: left !important;
  }

  .u-vm-sp {
    vertical-align: middle !important;
  }

  .u-vt-sp {
    vertical-align: top !important;
  }

  .u-vb-sp {
    vertical-align: bottom !important;
  }
}

.u-sp {
  display: none !important;
}

@media (max-width: 768px) {
  .u-pc {
    display: none !important;
  }

  .u-sp {
    display: inherit !important;
  }
}