@charset "utf-8";


/*PCのみheading系フォントを太く*/
.l-header__cotainer__info__tel>span,
.p-simple-flow__tit,
/*.p-page-tit>span,*/
.p-flow__container__tit__tit,
.c-works-list__item__txt__price,
.c-heading2,
.c-heading3,
.c-heading5,
.c-heading7,
.c-heading8 {
  font-family: Arial,Helvetica,sans-serif;
}

/* layout
---------------------------------------------------------- */
/*header*/
.l-header {
  color: #353535;
  width: 100%;
}
.l-header__cotainer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 0 16px;
  /*  width: 1000px;*/
  max-width: 1200px;
  min-width: 1000px;
}
.l-header__cotainer__logo {
  /*  width: 245px;*/
  width: 467px;
}
.l-header__cotainer__logo img {
  width: 100%;
}
.l-header__cotainer__info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.l-header__cotainer__info__comment {
  width: 255px;
}
.l-header__cotainer__info__comment__open-time {
  font-size: 14px;
}
.l-header__cotainer__info__comment__comment {
  font-size: 13px;
}
.l-header__cotainer__info__comment__comment>span {
  font-size: 10px;
}
.l-header__cotainer__info__tel {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.l-header__cotainer__info__tel>img {
  margin-right: 2px;
  width: 30px;
}
.l-header__cotainer__info__tel>span {
  white-space: nowrap;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}

/*footer*/
.l-footer {
  background-color: #f1f4ef;
  margin-top: 90px;
  padding-top: 30px;
  width: 100%;
}
.l-footer__info {
  margin: 0 auto;
  text-align: center;
  width: 1000px;
}
.l-footer__info__img {
  display: inline-block;
  margin: 0 auto;
  /*  width: 280px;*/
  width: 571px;
}
.l-footer__info__img > img {
  width: 100%;
}
.l-footer__info__address,
.l-footer__info__contact {
  font-size: 16px;
  line-height: 1;
}
.l-footer__info__address {
  display: block;
  margin-top: 18px;
}
.l-footer__info__contact {
  display: inline-block;
  line-height: 1.3;
  margin-top: 12px;
}
.l-footer__nav {
  margin-top: 40px;
}
.l-footer__nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 1000px;
}
.l-footer__nav__list > li > a {
  font-size: 16px;
  line-height: 1;
  padding-left: 11px;
  position: relative;
}
.l-footer__nav__list > li:not(:last-child) > a {
  margin-right: 20px;
}
.l-footer__nav__list > li > a::before {
  color: #004b00;
  content: '>';
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 3px;
}
.l-footer__nav__list > li > a:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  background-color: #004b00;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

/*main*/
.l-main {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1000px;
}
.l-main__contents {
  margin-top: 60px;
  width: 100%;
}
.l-main__contents--colum {
  width: 615px;
}

/*side*/
.l-main__side {
  margin-top: 125px;
  width: 250px;
}
.l-main__side__archive {
  font-size: 20px;
  margin-top: 40px;
}
.l-main__side__archive__tit {
  border-bottom: solid 1px #bfbfbf;
  font-weight: 600;
  padding-bottom: 10px;
}
.l-main__side__archive__list>li {
  margin-top: 14px;
}


/* Object
---------------------------------------------------------- */

/*--------------------
Project
--------------------*/
.p-gnav {
  background-color: #f2f2f2;
  width: 100%;
}
.p-gnav__container__contents__link {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 1000px;
}
.p-gnav__container__contents__link>li>a {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  padding: 20px 34px;
}

.p-page-tit {
  align-items: center;
  background: url(../img/page_tit_bg.jpg) #00b3f2 no-repeat top left;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  height: 150px;
  width: 100%;
}
.p-page-tit>span {
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  margin: 0 auto;
  width: 1000px;
}

.p-search {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-search__field {
  border: solid 1px #bfbfbf;
  border-radius: 0;
  margin: 0;
  padding: 5px;
  width: 204px;
}
.p-search__submit {
  background: url(../img/search_ico.png) #cbcbcb no-repeat center;
  border: solid 1px #bfbfbf;
  border-radius: 0;
  margin: 0;
  padding: 0;
  transition: opacity .3s ease;
  width: 44px;
}
.p-search__submit:hover {
  cursor: pointer;
  opacity: .6;
}

.p-contct-bnr {
  margin: 80px auto 0;
  width: 1000px;
}
.p-contct-bnr__tel {
  position: relative;
  width: 100%;
}
.p-contct-bnr__tel__img {
  width: 100%;
}
.p-contct-bnr__tel__form {
  bottom: 30px;
  display: block;
  position: absolute;
  left: 35px;
  width: 572px;
}
.p-contct-bnr__tel__form>img {
  width: 100%;
}
.p-contct-bnr__form {
  display: block;
  /*  margin-top: 30px;*/
  width: 100%;
}
.p-contct-bnr__form>img {
  width: 100%;
}

.p-pagetop {
  /*  background-color: #4c8817;*/
  background-color: #004b00;
  bottom: 80px;
  cursor: pointer;
  height: 60px;
  opacity: 0;
  position: fixed;
  right: 30px;
  transition: all .3s ease;
  visibility: hidden;
  width: 60px;
}
.p-pagetop__arrow {
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
  box-sizing: border-box;
  content: '';
  height: 15px;
  left: 50%;
  margin: -3px 0 0 -7.5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotateZ(45deg);
  transition: all .3s ease;
  visibility: hidden;
  width: 15px;
}
.p-pagetop.js-p-pagetop__show,
.p-pagetop.js-p-pagetop__show>.p-pagetop__arrow{
  opacity: 1;
  visibility: visible;
}
.p-pagetop.js-p-pagetop__show:hover {
  opacity: .6;
}

.p-main-visual {
  background: url(../img/main_bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding-bottom: 240px;
  position: relative;
  width: 100%;
}
.p-main-visual__point {
  display: block;
  margin: 0 auto;
  padding-top: 40px;
  width: 1000px;
}
.p-main-visual__tit {
  display: block;
  /*  margin: 20px auto 0;*/
  margin: 0 auto 0;
  padding-top: 40px;
  /*  width: 1000px;*/
  width: 861px;
}
.p-quick-form {
  border: 2px solid #004b00;
  /*  background-color: #f8f8f8;*/
  background-color: rgba(248, 248, 248, 0.7);
  box-shadow: 0 2px 9px 0 rgba(6, 0, 1, .1);
  margin: 25px auto 0;
  padding: 20px 24px 24px;
  width: 830px;
}
.p-quick-form__tit {
  margin-top: -40px;
  margin-bottom: -26px;
  width: 100%;
}
.p-quick-form__fax {
  border-top: solid 2px #ddd;
  margin-top: 20px;
  position: relative;
}
.p-quick-form__fax__tit {
  display: block;
  margin: 20px auto 0;
  width: 670px;
}
.p-quick-form__fax__btn {
  bottom: 10px;
  display: block;
  left: 100px;
  position: absolute;
  width: 240px;
  z-index: 1;
}
.p-quick-form__fax__btn > img {
  width: 100%;
}
.p-main-visual__bottom-img {
  bottom: 0;
  /*  left: 50%;*/
  /*  margin-left: -505px;*/
  right: 0;
  position: absolute;
  width: 638px;
}
.p-quick-form__form {
  border-top: solid 2px #004b00;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 16px;
}
.p-quick-form__form__column {
  background-color: #fff;
  width: 350px;
}
.p-quick-form__form__column--other {
  width: 400px;
}
.p-quick-form__form__column__tit {
  background: url(../img/quick_form_ico1.png) #004b00 no-repeat 25% 50%;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 10px 0 10px 40%;
}
.p-quick-form__form__column--other__tit {
  background-image: url(../img/quick_form_ico2.png);
}
.p-quick-form__form__column__list {
  padding: 10px 15px;
}
.p-quick-form__form__column__list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.p-quick-form__form__column__list__item > dt {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 38px;
  justify-content: space-between;
  line-height: 1.2;
  width: 115px;
}
.p-quick-form__form__column--other__list__item > dt {
  width: 145px;
}
.p-quick-form__form__column__list__item > dt > span:first-child {
  width: 70px;
}
.p-quick-form__form__column--other__list__item--optional > dt > span:first-child {
  /*  width: 100px;*/
  width: 70px;
}
.p-quick-form__form__column__list__item > dt > span:last-child {
  background-color: #e10000;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 4px 6px;
  text-align: center;
  width: 40px;
}
.p-quick-form__form__column--other__list__item--optional > dt > span:last-child {
  background-color: #46a5d3;
}
.p-quick-form__form__column__list__item > dd {
  width: 190px;
}
.p-quick-form__form__column--other__list__item > dd {
  width: 210px;
}
.p-quick-form__form__column__list__item > dd input,
.p-quick-form__form__column__list__item > dd select {
  border: solid 1px #bebebe;
  border-radius: 3px;
  height: 38px;
  padding: 0 6px;
  width: 100%;
}
.p-quick-form__form__column__list__item > dd select {
  background: url(../img/sp/quick_form_select_ico_sp.png) no-repeat;
  background-position: 98% 50%;
  background-size: 10px;
}
.p-quick-form__form__column__comment {
  color: #e10000;
  font-size: 12px;
  padding: 0 15px 10px 0;
  text-align: right;
  width: 400px;
}
.p-quick-form__form__column__comment > span {
  font-size: 10px;
}
.p-quick-form__submit {
  cursor: pointer;
  margin: 16px auto 0;
  position: relative;
  transition: opacity .3s ease;
  width: 453px;
  position: relative;
  z-index: 10;
}
.p-quick-form__submit:hover {
  opacity: .6;
}
.p-quick-form__submit:focus,
.p-quick-form__submit__input:focus {
  outline: none;
}
/*
.p-quick-form__submit::before {
color: #fff;
content: '24時間受付中!!';
font-weight: 600;
left: 0;
letter-spacing: 5px;
position: absolute;
text-align: center;
top: 10px;
width: 100%;
z-index: 1;
}
.p-quick-form__submit::after {
background-color: #fff;
border-radius: 50%;
box-sizing: border-box;
color: #c60000;
content: '▶';
height: 38px;
margin-top: -19px;
padding: 9px 12px;
position: absolute;
right: 19px;
top: 50%;
width: 38px;
z-index: 1;
}
*/
.p-quick-form__submit__txt {
  text-align: center;
  font-size: 90%;
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,.9);
  padding: 15px;
  width: fit-content;
  margin: 0 auto;
}
.p-quick-form__submit__txt a {
  text-decoration: underline
}
.p-quick-form__submit__input {
  background-image: url(../img/quick_form_btn.png);
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  /*  height: 95px;*/
  height: 109px;
  letter-spacing: 5px;
  line-height: 1;
  padding: 0;
  position: relative;
  text-align: left;
  text-indent: -100vw;
  width: 100%;
}
.p-quick-form .wpcf7 span.wpcf7-not-valid-tip {
  background-color: #e10000;
  line-height: 1.2;
  margin: 6px 0 0;
  padding: 5px 10px 3px;
  z-index: 1;
}
.p-quick-form .wpcf7 span.wpcf7-not-valid-tip::after {
  border-bottom-color: #e10000;
}
.p-quick-form .wpcf7 .wpcf7-validation-errors,
.p-quick-form div.wpcf7-mail-sent-ok {
  border-color: #e10000;
  color: #e10000;
}
.p-quick-form div.wpcf7 > .wpcf7-form > p > .ajax-loader {
  left: 460px;
}
.p-quick-form > .c-notation {
  font-size: 14px;
  text-align: center;
}

.p-thanks {
  margin: 0 auto;
  width: 1000px;
}
.p-thanks__comment {
  font-size: 18px;
  text-align: center;
}

.p-cta {
  max-width: 930px;
  margin: 0 auto;
  width: 100%;
}
.p-cta__txt {
  color: #CB000B;
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin: 12px auto 52px;
  width: 100%;
  max-width: 670px;
  position: relative;
}
.p-cta__txt::before,
.p-cta__txt::after {
  content: "";
  display: inline-block;
  background: #CB000B;
  position: absolute;
  width: 20px;
  height: 50px;
  top: 50%;
}
.p-cta__txt::before {
  left: 0;
  transform: translate(-100%, -50%);
  clip-path: polygon(0 0, 9px 0, 100% 100%, calc(100% - 2px) 100%);
}
.p-cta__txt::after {
  right: 0;
  transform: translate(100%, -50%);
  clip-path: polygon(calc(100% - 9px) 0, 100% 0, 2px 100%, 0 100%);
}
.p-cta__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.p-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 3px;
  padding: 8px 20px;
  height: 98px;
  position: relative;
}
.p-cta__btn--tel {
  background: #fc5f00;
}
.p-cta__btn--line {
  background: #06c755;
}
.p-cta__btn__txt {
  position: relative;
}
.p-cta__btn__txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-cta__btn__txt--tel::before {
  left: -65px;
  width: 33px;
  height: 62px;
  background: url(../img/cta_tel_icon.svg) no-repeat center / contain;
}
.p-cta__btn__txt--line::before {
  left: -65px;
  width: 52px;
  height: 50px;
  background: url(../img/cta_line_icon.svg) no-repeat center / contain;
}
.p-cta__btn__txt {
  color: #fff;
  text-align: center;
}
.p-cta__btn__txt__time {
  font-size: 14px;
  letter-spacing: .01em;
  line-height: 1.35;
}
.p-cta__btn__txt__main {
  line-height: 1.3;
}
.p-cta__btn__txt--tel .p-cta__btn__txt__main {
  letter-spacing: .1em;
  font-size: 31px;
}
.p-cta__btn__txt--line .p-cta__btn__txt__main {
  letter-spacing: .01em;
  font-size: 32px;
}
.p-cta__btn__txt__main > span {
  letter-spacing: .1em;
  font-size: 26px;
}
.p-cta__btn__txt__tel {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .01em;
}
.p-cta__btn__arrow {
  width: 39px;
  height: 39px;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
}
.p-cta__btn__arrow::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0;
  position: absolute;
  left: calc(50% + 1px);
  top: calc(50% + .5px);
  transform: translate(-50%, -50%);
}
.p-cta__btn--tel .p-cta__btn__arrow::before {
  border-left: 10px solid #fc5f00;
}
.p-cta__btn--line .p-cta__btn__arrow::before {
  border-left: 10px solid #06c755;
}

.p-simple-flow {
  background-color: #004b00;
  margin: 40px auto 0;
  padding: 25px 35px 30px;
  width: 1000px;
}
.p-simple-flow__tit {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
  width: 865px;
}
.p-simple-flow__tit > span {
  font-size: 34px;
}
.p-simple-flow__tit > img {
  margin-right: 30px;
  width: 285px;
}
.p-simple-flow .c-horizontal4 {
  border-top: solid 1px #fff;
  margin-top: 25px;
  padding-top: 25px;
}
.p-simple-flow .c-horizontal4__item {
  background-color: #fff;
  border: solid 1px #d0d0d0;
  padding: 20px 20px 15px;
  position: relative;
  text-align: center;
}
.p-simple-flow .c-horizontal4__item:not(:last-child)::after {
  background: url(../img/flow_simple_arrow.png) no-repeat center;
  content: '';
  height: 35px;
  margin-top: -18px;
  position: absolute;
  right: -26px;
  top: 50%;
  width: 16px;
}
.p-simple-flow .c-horizontal4__item > div {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: center;
  margin: 0 auto;
  width: 130px;
}
.p-simple-flow .c-horizontal4__item > span {
  background-color: #fc5f00;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1;
  margin: 30px auto 0;
  padding: 2px 10px 1px;
  width: 120px;
}
.p-simple-flow .c-horizontal4__item > p {
  align-items: center;
  display: flex;
  font-size: 20px;
  height: 70px;
  justify-content: center;
  line-height: 1.2;
  margin: 15px auto 0;
}

.p-top-feature {
  margin: 60px auto 0;
  width: 1000px;
}
.p-top-feature__txt {
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
}
.p-top-feature .c-horizontal6 {
  margin-top: 30px;
}
.p-top-feature .c-horizontal6__item>img {
  width: 100%;
}
.p-top-feature .c-horizontal6__item > span {
  background-color: #fc5f00;
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
}

.p-top-cause {
  margin: 60px auto 0;
  width: 1000px;
}
.p-top-cause__list {
  margin-top: 30px;
  margin-bottom: 70px;
}
.p-top-cause__list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 0;
}
.p-top-cause__list__item:not(:first-child) {
  border-top: solid 1px #919191;
}
.p-top-cause__list__item__img {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 9%;
}
.p-top-cause__list__item__txt {
  width: 89%;
}
.p-top-cause__list__item__txt__tit {
  color: #c60000;
  font-size: 18px;
  font-weight: 600;
}
.p-top-cause__list__item__txt > p {
  margin-top: 10px;
}

.p-top-works {
  margin: 98px auto 0;
  width: 1000px;
}
.p-top-works-list {
  margin: 60px auto 0;
  width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-top-works-list::after {
  content: '';
  width: 320px;
}
.p-top-works-list__item {
  border: 2px solid #004b00;
  border-radius: 3px;
  width: 320px;
}
.p-top-works-list__item:nth-child(n+4){
  margin-top: 20px;
}
.p-top-works-list__item__img img {
  display: block;
}
.p-top-works-list__item__txt {
  padding: 10px 20px;
}
.p-top-works-list__item__txt__tit {
  color: #004b00;
  font-size: 20px;
}
.p-top-works-list__item__txt__model {
  margin-top: 15px;
}
.p-top-works-list__item__tit {
  color: #004b00;
  font-size: 20px;
  padding: 10px 20px 0;
}
.p-top-works-list__item__model {
  margin-top: 15px;
  padding: 0 20px;
}
.p-top-works-list__item__status {
  padding: 0 20px 10px;
}



.p-top-works__slider {
  margin-top: 60px;
  position: relative;
}
.p-top-works__slider__prev,
.p-top-works__slider__next {
  background-color: #004b00;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  height: 39px;
  margin-top: -20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all .3s ease;
  visibility: hidden;
  width: 39px;
  z-index: 1;
}
.p-top-works__slider__prev {
  left: 0;
  text-align: left;
}
.p-top-works__slider__next {
  right: 0;
  text-align: right;
}
.p-top-works__slider__prev:hover,
.p-top-works__slider__next:hover {
  opacity: .6 !important;
}
.p-top-works__slider__prev::before,
.p-top-works__slider__next::after {
  line-height: 1;
  margin-top: -7px;
  position: absolute;
  top: 50%;
}
.p-top-works__slider__prev::before {
  content: '◀';
  margin-right: -7px;
  right: 50%;
}
.p-top-works__slider__next::after {
  content: '▶';
  left: 50%;
  margin-left: -7px;
}
.p-top-works__slider__cover {
  margin: 0 auto;
  overflow-x: hidden;
  width: 890px;
}
.p-top-works__slider .c-works-list {
  justify-content: flex-start;
  transition: all .5s linear;
}
.p-top-works__slider .c-works-list__item {
  width: 435px;
}
.p-top-works__slider .c-works-list__item:not(:last-child) {
  margin-right: 20px;
}
.p-top-works .c-btn2 {
  margin-top: 35px;
}

.p-new-info {
  margin: 60px auto 0;
  width: 1000px;
}
.p-new-info__box {
  border: solid 4px #d0d0d0;
  margin-top: 40px;
  padding: 10px 20px 20px;
}
.p-new-info__box__list__item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1;
  padding: 0 10px;
  position: relative;
  transition: all .3s ease;
}
.p-new-info__box__list__item:not(:first-child) {
  border-top: dashed 1px #d0d0d0;
  margin-top: 14px;
  padding-top: 14px;
}
.p-new-info__box__list__item:hover {
  opacity: .6;
}
.p-new-info__box__list__item__cover {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.p-new-info__box__list__item__img {
  width: 20%;
  height: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-new-info__box__list__item__txt {
  padding: 4px 0;
  width: 78%;
}
.p-new-info__box__list__item__txt__head {
  display: flex;
  align-items: center;
}
.p-new-info__box__list__item__term {
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
  padding: 8px 5px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 2;
}
.p-new-info-label {
  background-color: #fc5f00;
}
.p-new-info-label2 {
  background-color: #ffc90e;
}
.p-new-info-label3 {
  background-color: #004b00;
}
.p-new-info__box__list__item__date {
  width: 100px;
}
.p-new-info__box__list__item__tit {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.3;
}
.p-new-info__box__list__item:hover .p-new-info__box__list__item__tit {
  text-decoration: underline;
}
.p-new-info__box__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}

.p-archive-pagination {
  margin-top: 60px;
}
.p-archive-pagination__list {
  display: flex;
  justify-content: center;
}
.p-archive-pagination__list__item {
  background-color: #fff;
  border: solid 1px #004b00;
  color: #004b00;
  font-size: 20px;
  width: 40px;
}
.p-archive-pagination__list__item:not(:last-child) {
  margin-right: 10px;
}
.p-archive-pagination__list__item--prev,
.p-archive-pagination__list__item--next {
  font-size: 18px;
}
.p-archive-pagination__list__item--current {
  background-color: #004b00;
  color: #fff;
}
.p-archive-pagination__list__item > * {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
}
.p-archive-pagination__list__item > a {
  transition: none;
}
.p-archive-pagination__list__item > a:hover {
  opacity: 1;
}

.p-single-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.p-single-pagination__prev,
.p-single-pagination__next {
  align-items: center;
  border: solid 1px #004b00;
  color: #004b00;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 1.1;
  padding: 10px 30px;
  position: relative;
  width: 170px;
}
.p-single-pagination__prev {
  padding-left: 50px;
}
.p-single-pagination__prev:last-child {
  margin-right: calc(100% - 170px);
}
.p-single-pagination__next {
  padding-right: 50px;
}
.p-single-pagination__next:first-child {
  margin-left: calc(100% - 170px);
}
.p-single-pagination__prev:hover,
.p-single-pagination__next:hover {
  background-color: #004b00;
  color: #fff;
  opacity: 1;
}
.p-single-pagination__prev::before,
.p-single-pagination__next::after {
  color: #004b00;
  font-size: 14px;
  margin-top: -.5em;
  position: absolute;
  top: 50%;
}
.p-single-pagination__prev::before {
  content: '<<';
  left: 22px;
}
.p-single-pagination__next::after {
  content: '>>';
  right: 22px;
}
.p-single-pagination__prev:hover::before,
.p-single-pagination__next:hover::after {
  color: #fff;
}

.p-flow__container {
  margin-top: 85px;
}
.p-flow__container__tit {
  align-items: flex-start;
  display: flex;
  color: #004b00;
  flex-wrap: wrap;
  font-size: 36px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 1.1;
}
.p-flow__container__tit:not(:first-child) {
  margin-top: 55px;
}
.p-flow__container__tit__label {
  align-items: center;
  background-color: #7ecdf4;
  border-radius: 17.5px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 1;
  padding: 5px 0 3px;
  width: 160px;
}
.p-flow__container__tit__tit {
  width: 825px;
}
.p-flow__container__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.p-flow__container__contents__img {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 160px;
}
.p-flow__container__contents__txt {
  width: 825px;
}
.p-flow__container__contents__txt > p {
  font-size: 18px;
  line-height: 1.6;
}
.p-flow__container__contents__txt > p:not(:first-child) {
  margin-top: 20px;
}
.p-flow__container__contents__txt__link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.p-flow__container__contents__txt__link > .c-btn {
  background-color: #4b8817;
  color: #fff;
  font-size: 20px;
  justify-content: center;
  padding: 15px 40px 15px 30px;
  width: 360px;
}
.p-flow__container__contents__txt__link > .c-btn:hover {
  background-color: #fff;
  color: #4b8817;
}
.p-flow__container__contents__txt__link > .c-btn::after {
  color: #fff;
  font-size: 12px;
  right: 15px;
}
.p-flow__container__contents__txt__link > .c-btn:hover::after {
  color: #004b00;
}
.p-flow__container__contents__txt__notation {
  border: solid 1px #bfbfbf;
  margin-top: 15px;
  padding: 15px;
  width: 750px;
}
.p-flow__container__contents__txt__notation__tit {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.p-flow__container__contents__txt__notation > p {
  margin-top: 5px;
}
.p-flow .c-description__txt:first-of-type {
  position: relative;
}
.p-flow .c-description__txt__img {
  position: absolute;
  right: 70px;
  top: -10px;
  width: 180px;
}

.p-company__table {
  font-size: 20px;
}
.p-company__table__row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #bfbfbf;
}
.p-company__table__row__cell {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
  align-items: flex-start;
}
.p-company__table__row__cell:first-child {
  font-weight: 600;
  line-height: 1.2;
  width: 190px;
}
.p-company__table__row__cell:last-child {
  width: 810px;
}
.p-company__gmap {
  margin-top: 25px;
}
.p-company__gmap__tit {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.p-company__gmap__tit__map {
  margin-top: 25px;
  width: 100%;
}
.p-company__gmap__tit__map iframe {
  height: 350px;
  width: 100%;
}

.p-disposal .c-horizontal4 {
  margin-top: 15px;
}
.p-disposal .c-horizontal4__item {
  width: 23%;
}
.p-disposal .c-horizontal4__item:nth-child(n+5) {
  margin-top: 20px;
}
.p-disposal .c-horizontal2 {
  align-items: flex-start;
  position: relative;
}
.p-disposal .c-horizontal2__item:first-child {
  order: 2;
  position: absolute;
  right: 0;
  top: -32px;
  width: 290px;
}
.p-disposal .c-horizontal2__item:last-child {
  order: 1;
  margin-right: auto;
  width: 685px;
}
.p-disposal .c-heading3+.c-heading5 {
  margin-top: 10px;
}

.p-privacy__tit {
  font-weight: bold;
  font-size: 24px;
  background: #eee;
  padding: 10px 14px;
  margin: 60px 0 30px;
  border-left: 6px solid #C11920;
}
.p-privacy__tit:first-of-type {
  margin-top: 0;
}
.p-pricacy__block {
  padding: 0 20px;
  margin: 0 0 40px;
  display: flex;
  line-height: 1.6;
}
.p-pricacy__block .block-num {
  width: 1.5em;
  flex: 0 0 auto;
}
.p-pricacy__block .block-txt {
  flex: 1;
}
.p-pricacy__block p {
  margin: 0 0 30px;
}
.p-pricacy__block p:last-child {
  margin: 0;
}
.p-pricacy__info {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0 20px;
}
.p-pricacy__info h3 {
  font-weight: bold;
  margin: 15px 0 5px;
}
.p-pricacy__info h3:first-of-type {
  margin-top: 0;
}


/*--------------------
Component
--------------------*/
.c-sp-none {
}
.c-pc-none {
  display: none;
}

/*見出し*/
.c-heading2 {
  /*  color: #004b00;*/
  color: #003300;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.c-heading3 {
  border-bottom: solid 1px #bfbfbf;
  /*color: #004b00;*/
  color: #9a0000;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: 10px;
}
.c-heading4 {
  border-left: solid 5px #004b00;
  font-size: 20px;
  padding-left: 10px;
}
.c-heading5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 15px
}
.c-heading5-margin {
  margin-top: 45px
}
.c-heading5-margin2 {
  margin-top: 77px;
}
.c-heading6 {
  background-color: #eef4ea;
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 25px;
  padding: 10px 15px;
}
.c-heading7 {
  border: solid 1px #2d5401;
  color: #004b00;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 50px;
  padding: 10px;
}
.c-heading8 {
  border-bottom: solid 1px #bfbfbf;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 50px;
  padding-bottom: 10px;
}

/*概要*/
.c-outline {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 10px;
}
.c-outline-column {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-outline-column__item:first-child {
  order: 2;
  margin-top: 20px;
  width: 380px;
}
.c-outline-column__item:last-child {
  order: 1;
  width: 580px;
}

/*説明文*/
.c-description {
  margin-top: 60px;
}
.c-description__heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 15px;
}
.c-description__txt:first-of-type {
  margin-top: 10px;
}
.c-description__txt {
  margin-top: 20px;
}

/*インデント*/
.c-indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.c-indent:first-of-type {
  margin-top: 8px;
}

/*ボタン*/
.c-btn {
  align-items: center;
  border: solid 1px #004b00;
  border-radius: 3px;
  color: #004b00;
  display: flex;
  line-height: 1.1;
  padding: 10px 40px 10px 30px;
  position: relative;
  width: 200px;
}
.c-btn:not(:last-child) {
  margin-right: 25px;
}
.c-btn::after {
  color: #004b00;
  content: '▶';
  font-size: 11px;
  margin-top: -0.5em;
  position: absolute;
  right: 40px;
  top: 50%;
}
.c-btn:hover {
  background-color: #004b00;
  color: #fff;
  opacity: 1;
}
.c-btn:hover::after {
  color: #fff;
}
.c-btn2 {
  /*  background-color: #004b00;*/
  /*  border: solid 1px #004b00;*/
  background-color: #004b00;
  border: solid 1px #004b00;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 0 auto;
  padding: 16px 0;
  position: relative;
  text-align: center;
  width: 450px;
}
.c-btn2::after {
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  color: #004b00;
  content: '▶';
  font-size: 11px;
  height: 18px;
  line-height: 1;
  margin-top: -9px;
  padding: 4px 5px;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 18px;
  z-index: 1;
}
.c-btn2:hover {
  background-color: #fff;
  color: #004b00;
  opacity: 1;
}

/*横並び*/
.c-horizontal4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-horizontal4::before,
.c-horizontal4::after {
  content: '';
  display: block;
  width: 22%;
}
.c-horizontal4::before {
  order: 1;
}
.c-horizontal4__item {
  width: 22%;
}
.c-horizontal6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-horizontal6__item {
  width: 16.5%;
}
.c-horizontal2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-horizontal2__item {
  width: 49%;
}

.c-works-list__item {
  align-items: center;
  /*border: solid 5px #004b00;*/
  border: solid 3px #a54500;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4px;
}
.c-works-list__item__img {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 42%;
}
.c-works-list__item__img > img {
  width: 100%;
}
.c-works-list__item__txt {
  line-height: 1;
  width: 52%;
}
.c-works-list__item__txt__tit {
  font-size: 20px;
  font-weight: 600;
}
.c-works-list__item__txt__model {
  margin-top: 12px;
}
.c-works-list__item__txt__mileage,
.c-works-list__item__txt__status {
  margin-top: 8px;
}
.c-works-list__item__txt__status {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.c-works-list__item__txt__status_value {
  font-size: 12px;
  padding-top: 2px;
  width: 55%;
}
.c-works-list__item__txt__price {
  align-items: center;
  color: #c60000;
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  font-weight: 600;
  margin-top: 8px;
}
.c-works-list__item__txt__price__label {
  background-color: #004b00;
  color: #fff;
  display: inline-block;
  font-family: "YuGothic Medium", YuGothic, "游ゴシック Medium", "ヒラギノ角ゴPro W3", "游ゴシック体", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.2;
  margin-right: 10px;
  padding: 2px 5px;
}
.c-post-notice {
  margin-top: 60px;
  text-align: center;
}

.c-works .c-works-list__item {
  padding: 20px;
}
.c-works .c-works-list__item:not(:first-child) {
  margin-top: 20px;
}
.c-works .c-works-list__item__img {
  width: 46%;
}
.c-works .c-works-list__item__txt {
  padding: 0;
}
.c-works .c-works-list__item__txt__tit {
  font-size: 24px;
}
.c-works .c-works-list__item__txt__model,
.c-works .c-works-list__item__txt__mileage,
.c-works .c-works-list__item__txt__status {
  font-size: 20px;
}
.c-works .c-works-list__item__txt__model {
  margin-top: 30px;
}
.c-works .c-works-list__item__txt__mileage,
.c-works .c-works-list__item__txt__status {
  margin-top: 20px;
}
.c-works .c-works-list__item__txt__status_value {
  font-size: 18px;
  padding-top: 1px;
}
.c-works .c-works-list__item__txt__price {
  font-size: 40px;
  margin-top: 30px;
}
.c-works .c-works-list__item__txt__price__label {
  font-size: 16px;
  margin-right: 20px;
  padding: 5px 10px;
}
.c-works .c-works-notice {
  margin-top: 50px;
}

.c-faq__box:not(:first-child) {
  margin-top: 65px;
}
.c-faq__box__item:not(:first-child) {
  margin-top: 40px;
}
.c-faq__box__item__cover {
  display: block;
}
.c-faq__box__item__cover:hover {
  opacity: .6;
}
.c-faq__box__item__tit,
.c-faq__box__item__txt {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
}
.c-faq__box__item__tit {
  font-weight: 600;
}
.c-faq__box__item__tit > img,
.c-faq__box__item__txt > img {
  margin-right: 15px;
  width: 50px;
}
.c-faq__box__item__tit > span,
.c-faq__box__item__txt > p {
  padding-top: 5px;
  width: 935px;
}
.c-faq__box__item__txt > p:not(:first-of-type) {
  padding-top: 10px;
  width: 100%;
}

.c-blog__item:not(:first-child) {
  margin-top: 50px;
}
.c-blog--search__item {
  position: relative;
  transition: all .3s ease;
}
.c-blog--search__item:hover {
  opacity: .6;
}
.c-blog--search__item__cover {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.c-blog__item__tit.c-heading4 {
  align-items: center;
  display: flex;
  line-height: 1.2;
  flex-wrap: wrap;
}
.c-blog__item__tit__data {
  font-size: 22px;
  margin-top: 1px;
  width: 100%;
}
.c-blog--search__item__tit__data {
  font-size: 18px;
}
.c-blog__item__tit__tit {
  font-size: 24px;
  margin: 10px 0 1px;
  max-width: calc(100% - 110px);
}
.c-blog--search__item__tit__tit {
  font-size: 20px;
  max-width: none;
  width: 100%;
}
.c-blog__item__tit__term {
  background-color: #004b00;
  color: #fff;
  font-size: 18px;
  margin: 5px 0 0 10px;
  padding: 5px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 2;
}
.c-blog__item__tit__term--post_blog {
  background-color: #ffc90e;
}
.c-blog__item__tit__term--news {
  background-color: #fc5f00;
}
.c-blog--search__item__tit__term {
  display: inline-block;
  font-size: 16px;
  margin-left: 0;
  width: auto;
}
.c-blog__item__content {
  font-size: 18px;
  margin: 15px 0 0 10px;
}
.c-blog__item__content > p:not(:first-child) {
  margin-top: 30px;
}
.c-blog__item__content img {
  display: block;
  height: auto;
  margin: 20px auto 0;
  width: auto;
}
.c-blog--archive__item {
  align-items: center;
  /*border: solid 5px #004b00;*/
  border: solid 3px #d0d0d0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  position: relative;
  transition: all .3s ease;
}
.c-blog--archive__item:not(:first-child) {
  margin-top: 20px;
}
.c-blog--archive__item:hover {
  cursor: pointer;
  opacity: .6;
}
.c-blog--archive__item__cover {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.c-blog--archive__item__img {
  /* width: 42%;
  height: 195px; */
  width: 186px;
  height: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-blog--archive__item__txt-cover {
  line-height: 1;
  padding: 4px 0;
  /* width: 52%; */
  width: calc(100% - 220px);
}
.c-blog--archive__item__tit.c-heading4 {
  border: none;
  padding-left: 0;
}
.c-blog--archive__item__tit__data {
  font-size: 18px;
  margin-top: 0;
}
.c-blog--archive__item__tit__tit {
  font-size: 20px;
  margin: 0 0 0;
}
.c-blog--archive__item__tit__term {
  font-size: 16px;
  margin: 0 0 0 10px;
  padding: 2px;
  width: 85px;
}

.c-description2 {
  margin-top: 10px;
}
.c-description2__txt {
  font-size: 20px;
  line-height: 1.6;
}
.c-description2__txt:not(:first-of-type) {
  margin-top: 10px;
}
.c-description2__txt__deco {
  color: #a2000d;
}
.c-description2__sample {
  background-color: #f7f7f7;
  border: solid 1px #959595;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  padding: 15px;
}
.c-description2__sample--other {
  width: 50%;
}
.c-description2__sample__img {
  width: 480px;
}

.c-notation {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}


/*--------------------
Utility
--------------------*/
/*clearfix*/
.u-cl:after {
  clear: both;
  content: '';
  display: block;
}

/*font*/
.u-fwB {
  font-weight: bold;
}
.u-fs10 {
  font-size: 10px;
}
.u-fs11 {
  font-size: 11px;
}
.u-fs12 {
  font-size: 12px;
}
.u-fs13 {
  font-size: 13px;
}
.u-fs14 {
  font-size: 14px;
}
.u-fs15 {
  font-size: 15px;
}
.u-fs16 {
  font-size: 16px;
}
.u-fs17 {
  font-size: 17px;
}
.u-fs18 {
  font-size: 18px;
}
.u-fs19 {
  font-size: 19px;
}
.u-fs20 {
  font-size: 20px;
}
.u-fs21 {
  font-size: 21px;
}
.u-fs22 {
  font-size: 22px;
}
.u-fs23 {
  font-size: 23px;
}
.u-fs24 {
  font-size: 24px;
}
.u-fs25 {
  font-size: 25px;
}
.u-fs26 {
  font-size: 26px;
}
.u-fs27 {
  font-size: 27px;
}
.u-fs28 {
  font-size: 28px;
}
.u-fs29 {
  font-size: 29px;
}
.u-fs30 {
  font-size: 30px;
}
.u-mintyo {
  font-family: YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "游明朝", "HGS明朝B", "HGS明朝E", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*width*/
.u-w100 {
  width: 100px;
}
.u-w200 {
  width: 200px;
}
.u-w250 {
  width: 250px;
}
.u-w300 {
  width: 300px;
}
.u-w615 {
  width: 615px;
}
.u-w1000 {
  width: 1000px;
}
.u-w05p {
  width: 5%;
}
.u-w10p {
  width: 10%;
}
.u-w15p {
  width: 15%;
}
.u-w20p {
  width: 20%;
}
.u-w25p {
  width: 25%;
}
.u-w30p {
  width: 30%;
}
.u-w35p {
  width: 35%;
}
.u-w40p {
  width: 40%;
}
.u-w45p {
  width: 45%;
}
.u-w50p {
  width: 50%;
}
.u-w55p {
  width: 55%;
}
.u-w60p {
  width: 60%;
}
.u-w65p {
  width: 65%;
}
.u-w70p {
  width: 70%;
}
.u-w75p {
  width: 75%;
}
.u-w80p {
  width: 80%;
}
.u-w85p {
  width: 85%;
}
.u-w90p {
  width: 90%;
}
.u-w95p {
  width: 95%;
}
.u-w100p {
  width: 100%;
}

/*margin-top*/
.u-mt0 {
  margin-top: 0;
}
.u-mt05 {
  margin-top: 5px;
}
.u-mt10 {
  margin-top: 10px;
}
.u-mt15 {
  margin-top: 15px;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mt25 {
  margin-top: 25px;
}
.u-mt30 {
  margin-top: 30px;
}
.u-mt35 {
  margin-top: 35px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mt45 {
  margin-top: 45px;
}
.u-mt50 {
  margin-top: 50px;
}

/*margin-right*/
.u-mrauto {
  margin-right: auto;
}
.u-mr0 {
  margin-right: 0;
}
.u-mr05 {
  margin-right: 5px;
}
.u-mr10 {
  margin-right: 10px;
}
.u-mr15 {
  margin-right: 15px;
}
.u-mr20 {
  margin-right: 20px;
}
.u-mr25 {
  margin-right: 25px;
}
.u-mr30 {
  margin-right: 30px;
}
.u-mr35 {
  margin-right: 35px;
}
.u-mr40 {
  margin-right: 40px;
}
.u-mr45 {
  margin-right: 45px;
}
.u-mr50 {
  margin-right: 50px;
}

/*margin-bottom*/
.u-mb0 {
  margin-bottom: 0;
}
.u-mb05 {
  margin-bottom: 5px;
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-mb25 {
  margin-bottom: 25px;
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-mb35 {
  margin-bottom: 35px;
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mb45 {
  margin-bottom: 45px;
}
.u-mb50 {
  margin-bottom: 50px;
}

/*margin-left*/
.u-mlauto {
  margin-left: auto;
}
.u-ml0 {
  margin-left: 0;
}
.u-ml05 {
  margin-left: 5px;
}
.u-ml10 {
  margin-left: 10px;
}
.u-ml15 {
  margin-left: 15px;
}
.u-ml20 {
  margin-left: 20px;
}
.u-ml25 {
  margin-left: 25px;
}
.u-ml30 {
  margin-left: 30px;
}
.u-ml35 {
  margin-left: 35px;
}
.u-ml40 {
  margin-left: 40px;
}
.u-ml45 {
  margin-left: 45px;
}
.u-ml50 {
  margin-left: 50px;
}

/*padding-top*/
.u-pt0 {
  padding-top: 0;
}
.u-pt05 {
  padding-top: 5px;
}
.u-pt10 {
  padding-top: 10px;
}
.u-pt15 {
  padding-top: 15px;
}
.u-pt20 {
  padding-top: 20px;
}
.u-pt25 {
  padding-top: 25px;
}
.u-pt30 {
  padding-top: 30px;
}
.u-pt35 {
  padding-top: 35px;
}
.u-pt40 {
  padding-top: 40px;
}
.u-pt45 {
  padding-top: 45px;
}
.u-pt50 {
  padding-top: 50px;
}

/*padding-right*/
.u-pr0 {
  padding-right: 0;
}
.u-pr05 {
  padding-right: 5px;
}
.u-pr10 {
  padding-right: 10px;
}
.u-pr15 {
  padding-right: 15px;
}
.u-pr20 {
  padding-right: 20px;
}
.u-pr25 {
  padding-right: 25px;
}
.u-pr30 {
  padding-right: 30px;
}
.u-pr35 {
  padding-right: 35px;
}
.u-pr40 {
  padding-right: 40px;
}
.u-pr45 {
  padding-right: 45px;
}
.u-pr50 {
  padding-right: 50px;
}

/*padding-bottom*/
.u-pb0 {
  padding-bottom: 0;
}
.u-pb05 {
  padding-bottom: 5px;
}
.u-pb10 {
  padding-bottom: 10px;
}
.u-pb15 {
  padding-bottom: 15px;
}
.u-pb20 {
  padding-bottom: 20px;
}
.u-pb25 {
  padding-bottom: 25px;
}
.u-pb30 {
  padding-bottom: 30px;
}
.u-pb35 {
  padding-bottom: 35px;
}
.u-pb40 {
  padding-bottom: 40px;
}
.u-pb45 {
  padding-bottom: 45px;
}
.u-pb50 {
  padding-bottom: 50px;
}

/*padding-left*/
.u-pl0 {
  padding-left: 0;
}
.u-pl05 {
  padding-left: 5px;
}
.u-pl10 {
  padding-left: 10px;
}
.u-pl15 {
  padding-left: 15px;
}
.u-pl20 {
  padding-left: 20px;
}
.u-pl25 {
  padding-left: 25px;
}
.u-pl30 {
  padding-left: 30px;
}
.u-pl35 {
  padding-left: 35px;
}
.u-pl40 {
  padding-left: 40px;
}
.u-pl45 {
  padding-left: 45px;
}
.u-pl50 {
  padding-left: 50px;
}

/*text-align*/
.u-taC {
  text-align: center;
}
.u-taR {
  text-align: right;
}
.u-taL {
  text-align: left;
}

/*display*/
.u-inline-block {
  display: inline-block;
}
.u-pc {
  display: block;
}
.u-sp {
  display: none;
}
