@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------
デフォルトスタイル
------------------------------------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, br, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
footer, header, hgroup, menu, nav, section, time, mark, audio, video{
padding:0; margin: 0;
border:0; outline:0;
font-size:16px; 
}

a{ color:#0064BE; text-decoration:underline; }
a:hover{ color:#319DFF; }

img,abbr,acronym,fieldset { border: 0; }

.clear{ clear:both; }

.clearfix:after{
height:0px;
visibility:hidden;
display:block;
clear:both;
content:".";
}

html { height: 100%; background: #eff1e3; }

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  background: url("../images/back_all_pc.jpg") no-repeat top center;  
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: 150%; margin: 0;
}

@media (min-width: 769px) and (max-width: 1024px) {
body { background: url("../images/back_all_tb.jpg")  top center repeat-x;  }
}


@media (max-width: 768px) {
body { background: url("../images/back_all_sp.jpg")  top center repeat-x;  }
}

a:hover img { opacity: 0.70; }

* { box-sizing: border-box; }

/* 画像レスポンシブ */
.resp { 
max-width: 100%;
height: auto;
}


/*------------------------------------------------------------
共通
------------------------------------------------------------*/

.container { width: 1100px; margin: 160px auto 0 auto; } /* header高さ分マージン */

/*  タブレットサイズ */
@media (min-width: 769px) and (max-width: 1024px) {
 .container { width: 95%; margin: 120px auto 0 auto; }
}

/*  スマホサイズ */
@media (max-width: 768px) {
 .container { width: 95%; margin: 70px auto 0 auto;  }
}

.top_h1,h2 { font-size: 1.4em; color: #219382; font-weight: 600; margin: 30px 0 15px 0; }

/*2階層以降*/
h1 { font-size: 1.8em; margin: 30px 0 40px 0; line-height: 160%; }

@media (max-width: 768px) { 
h1 { margin: 30px 0 20px 0; line-height: 160%; }
}

.tlink { color: #000; }
.tlink:hover { color: #888; }


/*------------------------------------------------------------
2階層ページ
------------------------------------------------------------*/

.box_white_01 { width: 100%; padding: 30px 40px; border-radius: 16px; background: #fff; }
.box_pink_01 { width: 100%; padding: 30px 40px; border-radius: 16px; background: #fff5f5; }

/*  スマホサイズ */
@media (max-width: 768px) {
.box_white_01 { width: 100%; padding: 20px; border-radius: 14px; background: #fff; }
.box_pink_01 { width: 100%; padding: 10px 20px; border-radius: 14px; background: #fff5f5; }
}


/*画像サイズ調整*/
.image_respo_01 { max-width: 400px; }

@media (max-width: 768px) { /* スマホサイズ以下 */
  .image_respo_01 { max-width: 250px; /* スマホ時だけ小さくする */  }
}

.image_respo_02 { max-width: 250px; }

@media (max-width: 768px) { /* スマホサイズ以下 */
  .image_respo_02 { max-width: 250px; /* スマホ時だけ小さくする */  }
}

/*ページ内リンクの飛び先指定*/
.scrollset_01 { scroll-margin-top: 100px; }
.scrollset_02 { scroll-margin-top: 170px; }


/*　各ページ h1右のイラスト　
/* イラスト位置指定 */
#h1_img {
  position: fixed;
  top: 110px;
  right: 260px;
  width: 300px;
  transition: all 1.5s ease; /* ふわっと動かす */
  z-index: 700;
}

#h1_img.unfixed {
  transform: translateY(-300px); /* スクロールしたときに上に移動 */
}

/*  タブレットサイズ */
@media (min-width: 769px) and (max-width: 1024px) {
#h1_img {
  position: fixed;
  top: 140px;
  right: 60px;
  width: 200px;
}
 }

/*  スマホサイズ */
@media (max-width: 768px) {
#h1_img {
position: fixed;
  top: 50px;
  right: 10px;
  width: 150px;
}
}

.h2_01 { font-size: 1.4rem; color: #017F50; font-weight:800; margin: 0 0 30px 0; }
.h2day { background: #E56200; color: #fff; font-size: 1.2rem; padding: 8px 20px; margin: 0 0 20px 0; }

/*　過去の活動報告　アコーディオンのヘッダー色　*/
 
/* 共通：ボタンスタイル */
  .accordion-button {
    background-color: #07A358 !important; /* 開いた時の色 */
    color: #fff !important;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, color 0.3s ease; /* ふわっと変化 */
  }

  /* 閉じている時のスタイル */
  .accordion-button.collapsed {
    background-color: #bbb !important; /* 閉じてる時の色 */
    color: #fff !important;
    font-weight: bold;
  }

.accordion-button:hover { opacity: 0.8; }
.accordion-button.collapsed:hover { opacity: 0.8; }

  /* 右側の矢印色を白にする */
  .accordion-button::after {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
  }

/* ご挨拶ページ   */

.aboutbox { background: url("../about/images/about_back.jpg") no-repeat; border-radius: 14px; 
background-size: cover; 
padding: 50px; font-size: 1.4em; line-height: 150%;  }

/*  タブレット */
@media (min-width: 769px) and (max-width: 1024px) {
.aboutbox { background: url("../about/images/about_back.jpg") no-repeat right bottom; border-radius: 14px; 
background-size: cover; 
padding: 30px; }
}

/*  スマホサイズ */
@media (max-width: 768px) {
.aboutbox { background: url("../about/images/about_back_sm.jpg") no-repeat ; border-radius: 14px; 
background-size: cover; 
padding: 20px; }
}


/* 事業概況ページ   */

/*  動くイラスト */

.slide-wrapper {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  background: #FEFFEF;
  padding: 30px 0 10px 0;
  position: relative;
}


.js-slide-track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.slide-img {
  height: 180px;
  width: auto;
  flex-shrink: 0;
  display: block;   /* 隙間防止 */
}

/*  累計ページ */

.bg_inner {
  width: 200px; 
  display: inline-block; 
  background: #FFF2F2;
  padding: 6px 12px;
  text-align: right;  
  border-radius: 2px; 
}

@media (max-width: 768px) {
.bg_inner { width: 100%;  } 
}



/*------------------------------------------------------------
TOP
------------------------------------------------------------*/

.read_back { background: url("../images/top_read_back.png") bottom center no-repeat; 
width: 100%; padding: 30px 40px; border-radius: 26px; line-height: 200%; }

/*  スマホサイズ */
@media (max-width: 768px) {
.read_back { background: url("../images/top_read_back.png") bottom center no-repeat; 
width: 100%; padding: 30px 20px; border-radius: 26px; line-height: 200%;}
}

/* 最初のイラストレスポンシブ切り替え*/

.img_pc { width: 100%; display: block; }
.img_sp { width: 100%; display: none;}

/* スマホ用切り替え */
@media (max-width: 768px) {
  .img_pc { display: none; }
  .img_sp { display: block; }
}


/*各イラスト、ちょっとだけ動く*/
#moveImage01, #moveImage03, #moveImage04 {
  transition: transform 0.2s ease;
}


/*　右のイラスト　
/* イラスト位置指定 */
#fixedImage {
  position: fixed;
  top: 340px;
  right: 60px;
  width: 167px;
  transition: all 2s ease; /* ふわっと動かす */
  z-index: 700;
}

#fixedImage.unfixed {
  transform: translateY(-550px); /* スクロールしたときに上に移動 */
}

/*  タブレットサイズ */
@media (min-width: 769px) and (max-width: 1024px) {
#fixedImage {
  position: fixed;
  top: 400px;
  right: 60px;
  width: 167px;
  transition: all 0.3s ease; /* ふわっと動かしたいなら */
}
 }

/*  スマホサイズ */
@media (max-width: 768px) {
#fixedImage { display: none; }
}

.top_box_01 {
  background-color: white;
  border-radius: 15px; 
  padding: 15px;
  overflow: hidden; 
}

/*　ボタン系　***************/

.btn_01 {
  display: inline-block;
  background-color: #1aa889; 
  color: #fff; 
  padding: 15px ; 
  border: none; 
  border-radius: 9999px; 
  text-align: center; 
  text-decoration: none;
  font-size: 1rem; 
  cursor: pointer; 
  transition: background-color 0.3s, color 0.3s;
}

.btn_01:hover { opacity: 0.7; color: #fff; }


.btn_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    margin:0 ;
    padding: 12px ;
    border-radius: 5px;
    background-color: #D7F0D4;
    color: #1fab0d;
    font-size: 1em;
    text-decoration: none;
}

.btn_02::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #1fab0d;
    border-right: 2px solid #1fab0d;
    content: '';
}

.btn_02:hover { background: #92E988; color: #1C8E0E;  }

/*  スマホサイズ */
@media (max-width: 768px) {
.btn_02 { width: 140px; }
}


.btn_03 {
  display: inline-block;
  background-color: #1aa889; 
  color: #fff; 
  padding: 10px ; 
  border: none; 
  border-radius: 9999px; 
  text-align: center; 
  text-decoration: none;
  font-size: 1rem; 
  cursor: pointer; 
  transition: background-color 0.3s, color 0.3s;
}

.btn_03:hover { opacity: 0.7; color: #fff; }



/*　トップに戻る　*/

#backToTop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #a8e6cf; /* ミントグリーン */
  color: white;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  display: none;
  z-index: 1000;
  transition: background-color 0.3s, transform 0.3s;
}

#backToTop:hover {
  background-color: #81c784; /* ホバー時 濃いグリーン */
  transform: scale(1.1);
}



/*------------------------------------------------------------
FOOT
------------------------------------------------------------*/

footer { 
    width: 100%;
    background: url("../images/footer_back.png") no-repeat center top;
    background-size: cover; /* または contain、好みで調整 */
    min-height: 250px;
}


.foot_inner { width:1100px; margin:30px auto 0 auto; padding: 40px 0 10px 0; text-align: center; color: #fff; }
.foot_inner a { color: #FFFFFF; text-decoration: underline; font-size: 0.9em; }
.foot_inner a:hover { opacity: 0.70; text-decoration: underline; }

/*  タブレット */
@media (min-width: 769px) and (max-width: 1024px) {
.foot_inner { width: 95%; padding: 20px 0px 10px 5px; }
}

/*  スマホサイズ */
@media (max-width: 768px) {
footer { background: url("../images/footer_back_sp.png") no-repeat center top; }
.foot_inner { width: 95%; margin: 0 auto; padding: 40px 0px 10px 5px; }
}



/*------------------------------------------------------------
改行
------------------------------------------------------------*/

/*スマホで改行*/
.br_sp { display: none; }

/*タブレットで改行*/
.br_tb { display: none; }

/*PCで改行*/
.br_pc { display: block; }

@media screen and (max-width:1024px) {
.br_sp { display: block; }
.br_tb { display: block; }
.br_pc { display: none; }
}

@media screen and (max-width:768px) {
.br_sp { display: block; }
.br_tb { display: block; }
.br_pc { display: none; }
}


/*------------------------------------------------------------
HR
------------------------------------------------------------*/

.hr_01 { width:100%; border-bottom: dashed #fff 1px; border-top:0; border-left:0; border-right:0; margin:10px 0 ; }
.hr_02 { width:100%; border-bottom: dashed #555 1px; border-top:0; border-left:0; border-right:0; margin:10px 0 ; }
.hr_03 { width:100%; border-bottom: solid #ccc 6px; border-top:0; border-left:0; border-right:0; margin:20px 0 ; }


/*------------------------------------------------------------
Bootstrap追加
------------------------------------------------------------*/

/* 基本の gap-6 ～ gap-10 */
.gap-6 { gap: 3.5rem !important; }
.gap-7 { gap: 4rem !important; }
.gap-8 { gap: 4.5rem !important; }
.gap-9 { gap: 5rem !important; }
.gap-10 { gap: 6rem !important; }

/* sm以上（576px〜） */
@media (min-width: 576px) {
  .gap-sm-6 { gap: 3.5rem !important; }
  .gap-sm-7 { gap: 4rem !important; }
  .gap-sm-8 { gap: 4.5rem !important; }
  .gap-sm-9 { gap: 5rem !important; }
  .gap-sm-10 { gap: 6rem !important; }
}

/* md以上（768px〜） */
@media (min-width: 768px) {
  .gap-md-6 { gap: 3.5rem !important; }
  .gap-md-7 { gap: 4rem !important; }
  .gap-md-8 { gap: 4.5rem !important; }
  .gap-md-9 { gap: 5rem !important; }
  .gap-md-10 { gap: 6rem !important; }
}

/* lg以上（992px〜） */
@media (min-width: 992px) {
  .gap-lg-6 { gap: 3.5rem !important; }
  .gap-lg-7 { gap: 4rem !important; }
  .gap-lg-8 { gap: 4.5rem !important; }
  .gap-lg-9 { gap: 5rem !important; }
  .gap-lg-10 { gap: 6rem !important; }
}

/* xl以上（1200px〜） */
@media (min-width: 1200px) {
  .gap-xl-6 { gap: 3.5rem !important; }
  .gap-xl-7 { gap: 4rem !important; }
  .gap-xl-8 { gap: 4.5rem !important; }
  .gap-xl-9 { gap: 5rem !important; }
  .gap-xl-10 { gap: 6rem !important; }
}

/* xxl以上（1400px〜） */
@media (min-width: 1400px) {
  .gap-xxl-6 { gap: 3.5rem !important; }
  .gap-xxl-7 { gap: 4rem !important; }
  .gap-xxl-8 { gap: 4.5rem !important; }
  .gap-xxl-9 { gap: 5rem !important; }
  .gap-xxl-10 { gap: 6rem !important; }
}




/*------------------------------------------------------------
横幅
------------------------------------------------------------*/
.w_60  { width: 60%; }
.w_70  { width: 70%; }
.w_75  { width: 75%; }
.w_80  { width: 80%; }
.w_85  { width: 85%; }
.w_90  { width: 90%; }
.w_95  { width: 95%; }
.w_100 { width: 100%; }

.w_70_100  { width: 70% }
.w_75_100  { width: 75% }
.w_80_100  { width: 80% }
.w_85_100  { width: 85% }
.w_90_100  { width: 90% }
.w_95_100  { width: 95% }

.w_70_95  { width: 70% }
.w_75_95  { width: 75% }
.w_80_95  { width: 80% }
.w_85_95  { width: 85% }
.w_90_95  { width: 90% }

.w_70_90  { width: 70% }
.w_75_90  { width: 75% }
.w_80_90  { width: 80% }
.w_85_90  { width: 85% }
.w_90_90  { width: 90% }
.w_95_90  { width: 95% }

.w_70_85_90  { width: 70% }
.w_75_85_90  { width: 75% }
.w_80_85_90  { width: 80% }
.w_85_85_90  { width: 85% }
.w_90_85_90  { width: 90% }
.w_95_85_90  { width: 95% }

.w_70_90_90  { width: 70% }
.w_75_90_90  { width: 75% }
.w_80_90_90  { width: 80% }
.w_85_90_90  { width: 85% }
.w_90_90_90  { width: 90% }
.w_95_90_90  { width: 95% }

.w_70_95_85  { width: 70% }
.w_75_95_85  { width: 75% }
.w_80_95_85  { width: 80% }
.w_85_95_85  { width: 85% }
.w_90_95_85  { width: 90% }
.w_95_95_85  { width: 95% }

.w_70_95_90  { width: 70% }
.w_75_95_90  { width: 75% }
.w_80_95_90  { width: 80% }
.w_85_95_90  { width: 85% }
.w_90_95_90  { width: 90% }
.w_95_95_90  { width: 95% }



@media (min-width: 768px) and (max-width: 1024px) {
.w_70_85_90  { width: 85% }
.w_75_85_90  { width: 85% }
.w_80_85_90  { width: 85% }
.w_85_85_90  { width: 85% }
.w_90_85_90  { width: 85% }
.w_95_85_90  { width: 85% }

.w_70_90_90  { width: 90% }
.w_75_90_90  { width: 90% }
.w_80_90_90  { width: 90% }
.w_85_90_90  { width: 90% }
.w_90_90_90  { width: 90% }
.w_95_90_90  { width: 90% }

.w_70_95_85  { width: 95% }
.w_75_95_85  { width: 95% }
.w_80_95_85  { width: 95% }
.w_85_95_85  { width: 95% }
.w_90_95_85  { width: 95% }
.w_95_95_85  { width: 95% }

.w_70_95_90  { width: 95% }
.w_75_95_90  { width: 95% }
.w_80_95_90  { width: 95% }
.w_85_95_90  { width: 95% }
.w_90_95_90  { width: 95% }
.w_95_95_90  { width: 95% }



}



@media (max-width: 767.98px) {
.w_70_100  { width: 100%; }
.w_75_100  { width: 100%; }
.w_80_100  { width: 100%; }
.w_85_100  { width: 100%; }
.w_90_100  { width: 100%; }
.w_95_100  { width: 100%; }

.w_70_95  { width: 95%; }
.w_75_95  { width: 95%; }
.w_80_95  { width: 95%; }
.w_85_95  { width: 95%; }
.w_90_95  { width: 95%; }

.w_70_90  { width: 90%; }
.w_75_90  { width: 90%; }
.w_80_90  { width: 90%; }
.w_85_90  { width: 90%; }
.w_95_90  { width: 90%; }


.w_70_85_90  { width: 90% }
.w_75_85_90  { width: 90% }
.w_80_85_90  { width: 90% }
.w_85_85_90  { width: 90% }
.w_90_85_90  { width: 90% }
.w_95_85_90  { width: 90% }

.w_70_90_90  { width: 90% }
.w_75_90_90  { width: 90% }
.w_80_90_90  { width: 90% }
.w_85_90_90  { width: 90% }
.w_90_90_90  { width: 90% }
.w_95_90_90  { width: 90% }

.w_70_95_85  { width: 85% }
.w_75_95_85  { width: 85% }
.w_80_95_85  { width: 85% }
.w_85_95_85  { width: 85% }
.w_90_95_85  { width: 85% }
.w_95_95_85  { width: 85% }


.w_70_95_90  { width: 90% }
.w_75_95_90  { width: 90% }
.w_80_95_90  { width: 90% }
.w_85_95_90  { width: 90% }
.w_90_95_90  { width: 90% }
.w_95_95_90  { width: 90% }


}



/*------------------------------------------------------------
テキスト
------------------------------------------------------------*/

.alignC { text-align: center; }
.alignR { text-align: right; }
.alignL { text-align: left; }

.fl_left { float: left; }
.fl_right { float: right; }


.ff_go { font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" }

/*文字サイズ*/

.fs_12 { font-size:12px; }
.fs_13 { font-size:13px; }
.fs_14 { font-size:14px; }
.fs_15 { font-size:15px; }
.fs_16 { font-size:16px; }
.fs_17 { font-size:17px; }
.fs_18 { font-size:18px; }
.fs_19 { font-size:19px; }
.fs_20 { font-size:20px; }
.fs_21 { font-size:21px; }
.fs_22 { font-size:22px; }
.fs_23 { font-size:23px; }
.fs_24 { font-size:24px; }

.fs_em07  { font-size:0.7em; }
.fs_em08  { font-size:0.8em; }
.fs_em085 { font-size:0.85em; }
.fs_em09  { font-size:0.9em; }
.fs_em095 { font-size:0.95em; }
.fs_em1  { font-size:1.0em; }
.fs_em11  { font-size:1.1em; }
.fs_em12  { font-size:1.2em; }
.fs_em13  { font-size:1.3em; }
.fs_em14  { font-size:1.4em; }
.fs_em15 { font-size:1.5em; }
.fs_em16 { font-size:1.6em; }
.fs_em18 { font-size:1.8em; }
.fs_em2 { font-size:2em; }
.fs_em25 { font-size:2.5em; }

/*文字カラー*/

.fc_red { color:#FF0004 !important; }
.fc_enji { color:#bc0909 !important; }
.fc_sian { color:#27909c !important; }
.fc_green { color:#309700 !important; }
.fc_orange { color: #e65900 !important; }
.fc_yellow { color:#fff600 !important; }
.fc_yellow_dark { color: #ca9400 !important; }
.fc_blue_dark { color: #00559d !important; }
.fc_white { color: #fff !important; }
.fc_black { color: #000 !important; }


/*文字weight*/

.fw_b { font-weight: bold; }
.fw_n { font-weight: normal; }

/*文字間*/

.ls_01 { letter-spacing: 1px; }
.ls_02 { letter-spacing: 2px; }
.ls_03 { letter-spacing: 3px; }


/*背景カラー*/

.bc_gray { background:#eee; }
.bc_sian { background:#27909c; }
.bc_sian2 { background:#55cbd6; }
.bc_darkblue { background:#4d89ad; }
.bc_lightgreen { background: #DAEED8; }
.bc_yellow { background: #FFFEF4; }
.bc_orange { background: #F38D00;}
.bc_skyblue { background: #01A0E8;}

/* line height */

.lh_160 { line-height: 160%; }
.lh_180 { line-height: 180%; }
.lh_200 { line-height: 200%; }
.lh_250 { line-height: 250%; }
.lh_300 { line-height: 300%; }


/*------------------------------------------------------------
マージン
------------------------------------------------------------*/
.m0    {margin:0px; padding:0px; }
.mt_02 { margin-top: 2px ; }
.mt_03 { margin-top: 3px ; }
.mt_04 { margin-top: 4px ; }
.mt_05 { margin-top: 5px ; }
.mt_10 { margin-top: 10px ; }
.mt_20 { margin-top: 20px ; }
.mt_30 { margin-top: 30px ; }
.mt_40 { margin-top: 40px ; }
.mt_50 { margin-top: 50px ; }

.mb_03 { margin-bottom: 3px ; }
.mb_05 { margin-bottom: 5px ; }
.mb_10 { margin-bottom: 10px ; }
.mb_15 { margin-bottom: 15px ; }
.mb_20 { margin-bottom: 20px ; }
.mb_30 { margin-bottom: 30px ; }
.mb_40 { margin-bottom: 40px ; }
.mb_50 { margin-bottom: 50px ; }

.ml_05  { margin-left: 5px; }
.ml_10 { margin-left: 10px; }
.ml_20 { margin-left: 20px; }
.ml_30 { margin-left: 30px; }
.ml_40 { margin-left: 40px; }
.ml_50 { margin-left: 50px; }
.ml_60 { margin-left: 60px; }

.mr_05 { margin-right: 5px ; }
.mr_10 { margin-right: 10px ; }
.mr_20 { margin-right: 20px ; }
.mr_30 { margin-right: 30px ; }
.mr_40 { margin-right: 40px ; }

.mx_10 { margin: 0 10px ; }
.mx_20 { margin: 0 20px ; }
.mx_30 { margin: 0 30px ; }
.mx_40 { margin: 0 40px ; }

.my_10 { margin: 10px 0 ; }
.my_20 { margin: 20px 0 ; }
.my_30 { margin: 30px 0 ; }
.my_40 { margin: 40px 0 ; }

.pl_03 { padding-left: 3px; }
.pl_05 { padding-left: 5px; }
.pl_10 { padding-left: 10px; }
.pl_20 { padding-left: 20px; }
.pl_30 { padding-left: 30px; }
.pl_40 { padding-left: 40px; }
.pl_50 { padding-left: 50px; }

.pr_10 { padding-right: 10px; }
.pr_20 { padding-right: 20px; }
.pr_30 { padding-right: 30px; }
.pr_40 { padding-right: 40px; }
.pr_50 { padding-right: 50px; }
.pr_100 { padding-right: 100px; }

.px_10 { padding: 0 10px ; }
.px_20 { padding: 0 20px ; }
.px_30 { padding: 0 30px ; }
.px_40 { padding: 0 40px ; }

.py_10 { padding: 10px 0 ; }
.py_20 { padding: 20px 0 ; }
.py_30 { padding: 30px 0 ; }
.py_40 { padding: 40px 0 ; }

.pt_02 { padding-top: 2px ; }
.pt_03 { padding-top: 3px ; }
.pt_04 { padding-top: 4px ; }
.pt_05 { padding-top: 5px ; }
.pt_10 { padding-top: 10px ; }
.pt_20 { padding-top: 20px ; }
.pt_30 { padding-top: 30px ; }
.pt_40 { padding-top: 40px ; }
.pt_50 { padding-top: 50px ; }


.pb_03 { padding-bottom: 3px ; }
.pb_05 { padding-bottom: 5px ; }
.pb_10 { padding-bottom: 10px ; }
.pb_15 { padding-bottom: 15px ; }
.pb_20 { padding-bottom: 20px ; }
.pb_30 { padding-bottom: 30px ; }
.pb_40 { padding-bottom: 40px ; }
.pb_50 { padding-bottom: 50px ; }
