/* ===================================
    Crafto - Bisiness
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@100;300;400;500;600;700;800&display=swap');
/* variable */
:root {     
--base-color: #1DA0FF; 
--dark-blue: #2A46F4;
--dark-gray: #262b35;
 --cta-gray: #ededed;
--medium-gray:#454545; /*--medium-gray:#868d98;デフォルト*/
--raply-green:#7e7e00;
--smartshake-blue:#64c4d1;

	--c-line: #06C755;
	--c-pink: #EB5D72;
	--c-purple: #7155E3;
	
	--primary-font: 'YakuHanJP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	--alt-font: 'YakuHanMP', "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;

}

/* reset */
body { 
    font-size: 16px;
    line-height: 28px;
 font-feature-settings: “palt”;
}
/* header */
header .navbar-brand img {
    max-height: 32px;
}
@media (max-width: 767px) {
	header .navbar-brand img {
    max-height: 22px;
}
}

.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 400;
}
.sticky .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background:  var(--dark-gray);
}



header .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}


header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}
/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a{
    opacity: .5;
}
/* bg color */
.bg-gradient-sherpa-blue-black {
    background-image: linear-gradient(to right top, #23248C, #22236D, #232348, #222226, #232323);
}
.bg-gradient-sherpa-black-blue {
    background-image: linear-gradient(to right top, #232323, #222226, #232348, #22236D, #23248C);
} 
/* bg transparent color */
.bg-base-color-transparent {
    background-color: rgba(87, 88, 214,.8);
}
/*  tabs style 05  */
.tab-style-05 .nav-tabs > li.nav-item {
    letter-spacing: -.5px;
}
/* accordion */
.accordion .accordion-item .accordion-header .accordion-title i {
    top: 52%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: 25px}

/*  progress bar style 01  */
.progress-bar-style-01 .progress .progress-bar-title {
    bottom: 15px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.7rem;
    line-height: 4.7rem;
}

.UnderPage .page-title-extra-large h1 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}


/* separator line */
.separator-line-9px {
    height: 9px;
}
/* tag */
.tag-cloud a { 
    padding-top: 5px;
    padding-bottom: 9px;
}
/* blog comment */ 
.blog-comment li .btn-reply {
    padding-top: 5px;
    padding-bottom: 7px;
}
/* number pagination style 01 */
.pagination-style-01 .page-item .page-link {
    line-height: 42px;
}
.pagination-style-01 .page-item.active .page-link {
    background: var(--base-color);
    color: var(--white);
}
/* top right bottom left */
.bottom-minus-45px {
    bottom: -45px;
}
.right-minus-45px {
    right: -45px;
}
/* footer */
footer .footer-logo img {
    max-height: 32px;
}
footer ul li {
    margin-bottom: 0;
}
.footer-dark a:hover {
    color: var(--white);
}
/* model popup */
.mfp-bg {
    background: #000000;
    opacity: 0.7;
}
/* media query responsive */
@media (max-width: 1499px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    } 
}
@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 13px;
        padding-right: 13px;
    }
    .sticky-wrap.shadow-in {
        left: 35px;
    }
}
@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 10px;
    }
}
@media (max-width: 991px) {
    .header-transparent .header-button .btn {
        color: var(--dark-gray);
        border-color: var(--dark-gray);
    }
    .header-transparent .header-button .btn:hover {
        border-color: var(--dark-gray);
        color: var(--white);
        background:  var(--dark-gray);
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        padding-bottom: 17px;
    }
}
@media (max-width: 767px) {
    p {
        margin-bottom: 20px;
    }
    .page-title-extra-large h1 {
        font-size: 40px;
        line-height: 46px;
    }
}



/*************************************************************************************************************************/
/*カスタマイズ*/
/*************************************************************************************************************************/


.text-dark-blue {
  color: var(--dark-blue);
}


.Bg-blue{
 background-color: var(--base-color);
 border-radius: 100px !important;
 padding: 5px 0;
 text-align: center;
 margin-bottom: 15px;
 letter-spacing: -1px;
 color: white;
 font-weight: 700;
}
.Bg-blue2{
 background-color: var(--raply-green);
 border-radius: 100px !important;
 padding: 5px 0;
 text-align: center;
 margin-bottom: 15px;
 letter-spacing: -1px;
 color: white;
 font-weight: 700;
}

.Bg-blue3{
 background-color: var(--smartshake-blue);
 border-radius: 100px !important;
 padding: 5px 0;
 text-align: center;
 margin-bottom: 15px;
 letter-spacing: -1px;
 color: white;
 font-weight: 700;
}

.Bg-blue-line{
 border:  2px solid #1da0ff;
 padding: 5px 0;
 text-align: center;
 margin-bottom: 15px;
 color: #1da0ff;
 font-weight: 700;
}
.Bg-blue2-line{
 border:  2px solid #7e7e00;
 padding: 5px 0;
 text-align: center;
 margin-bottom: 15px;
 color: #7e7e00;
 font-weight: 700;
}
.Bg-blue3-line{
 border:  2px solid #64c4d1;
 padding: 5px 0;
 text-align: center;
 margin-bottom: 15px;
 color: #64c4d1;
 font-weight: 700;
}



.SizeChange{
 font-size: 14px;
}
.SizeChange-SP{
}


.PBTSlide01 .cover-background{
 background-image: url("../../images/_pbt-slider-01.jpg");
}
.PBTSlide02 .cover-background{
 background-image: url("../../images/_pbt-slider-02.jpg");
}
.PBTSlide03 .cover-background{
 background-image: url("../../images/_pbt-slider-03.jpg");
}
.PBTSlide04 .cover-background{
 background-image: url("../../images/_pbt-slider-04.jpg");
}


.SliderTitle-01{
font-size: 20px;
 margin-bottom: 15px;
}
h1.SliderTitle-02{
}


@media (max-width: 575px) {
	/*スライドショー背景画像（w575）
*/
}



@media (max-width: 640px) {
 .Bg-blue-line{font-size: 14px;}
  .mt-30px-SP{margin-top:30px; }

.SliderTitle-01{
 font-size: 18px;
 margin-bottom: 10px;
 text-align: left;
 }
 h1.SliderTitle-02{
  font-size: 3rem;
  line-height: 3.6rem;
 text-align: left;
 }
 h2, .h2 {
  font-size: 2.4rem;
   line-height: 2.8rem;}
   
 h3, .h3 {
  font-size: 2rem;
  line-height: 2.4rem;
}
 
}


.Slider-bottom-Title{
 font-size:10rem;
 line-height: 10rem;
 position: absolute;
 bottom:-30px;
 letter-spacing: -5px;
	color: white;
	
}

@media (max-width: 1400px) {
.Slider-bottom-Title{
 font-size:8.5rem;
 line-height: 8.5rem;
 position: absolute;
 letter-spacing: -3px;
 bottom:-30px;
}
}

@media (max-width: 1300px) {
.Slider-bottom-Title{
 font-size:8rem;
 line-height: 8rem;
 position: absolute;
 letter-spacing: -3px;
 bottom:-20px;
}
}

@media (max-width: 1199px) {
.Slider-bottom-Title{
 font-size:8rem;
 line-height: 8rem;
 position: absolute;
 bottom:-30px;
 letter-spacing: -3px;
}
}

@media (max-width: 991px) {
.Slider-bottom-Title{
display: none;
 /*font-size:5rem;
 line-height: 5rem;
 position: absolute;
 bottom:-18px;
 */
}
}
@media (max-width: 767px) {
.Slider-bottom-Title{
 display: none;
 /*
 font-size:5rem;
 line-height: 5rem;
 position: absolute;
 bottom:-18px;*/
}
}
@media (max-width: 575px) {
.Slider-bottom-Title{
 
 display: none;
}
.SliderTitle-01{
  font-size:16px;
  margin-bottom: 5px;
  font-weight: 700;
 text-align: center;
 }
 h1.SliderTitle-02{
  font-size: 2.4rem;
  line-height: 3.0rem;
 text-align: center;
 }
  h1.SliderTitle-02 .SliderTitle-02-Brush{
  font-size: 4rem;
  line-height: 4.6rem;
 }
 
 .SP-w100{
  width: 100%;
 }
 
 .Bg-blue-line.SizeChange-SP{font-size: 12px;
 }
 
 .SP-align-items-end{
  margin-top: 50px!important;
 }
 

 .SP-only-Mainshita{
  padding-top: 20px;
 }
}
/***↑　ここまで @max575**/





.sticky-wrap{
 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.sticky-wrap {
  position: fixed;
  top: 50%;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transform: rotate(0deg) translate(0%, -50%);
  transform: rotate(0deg) translate(0%, -50%);
  transform-origin: 0 50%;
  transition: 1s cubic-bezier(0.7, 0, 0.3, 1) !important;
}




/**導入前後******************************************************************/

.DounyuBox-1,
.DounyuBox-2{
 background-color: #fff;
 padding: 30px;
 border-radius: 10px;
}

.DounyuBox-1{
 border: 1px solid #ccc;
}

.DounyuBox-2{
  border: 5px solid #1DA0FF;
 background-color: #f0f4fd;
}

.DounyuBox-1 .rounded-circle,
.DounyuBox-2 .rounded-circle{
 border: 1px solid #CCC;
}

.DounyuBox-1 .list-style-04 li,
.DounyuBox-2 .list-style-04 li{
 margin-bottom: 0px;
}

.DounyuTitle-1{
 text-align: center;
 color: white;
 padding: 10px;
 display: block;
 background-color: #999999;
 font-size: 18px;
 font-weight: 700;
 border-radius: 15px;
}

.DounyuTitle-2{
 text-align: center;
 color: white;
 padding: 10px;
 display: block;
 background-color: var(--base-color);
 font-size: 18px;
 font-weight: 700;
 border-radius: 15px;
}


/*************************** ↓　style.css13684〜13716行目を下記にて上書き設定 */
.process-step-style-05 .process-step-item {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  text-align: left;
}
.process-step-style-05 .process-content {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
}
.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
 width: 2px;
}
.process-step-style-05 .process-step-icon {
  will-change: transform;
  -webkit-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1.7);
  transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1.7);
}
.process-step-style-05:hover .process-step-icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.process-step-style-05:hover .number,
.process-step-style-05:hover .icon {
  color: var(--dark-gray);
}
/*************************** ↑ style.css13684〜13716行目を下記にて上書き設定 */


/**end 導入前後*******************************************************************/








/*********************************************************************/
/*フッター*/
/*********************************************************************/

.footer-gnavi li{
 border-bottom: 1px solid #454545;
 padding-top: 5px;
 padding-bottom: 5px;
 margin-bottom: 5px;
}

.footer-gnavi li a{
 color: var(--white);
}

.footer-gnavi li a:hover {
  color: var(--base-color);
}
@media (max-width: 575px) {
	.footer-gnavi li{font-size: 13px;}
}

/*********************************************************************/
/*下層ページ*/
/*********************************************************************/


.UnderPage{}

.UnderPage ol li{
	list-style: decimal;
}


.pankuzu-area {
  padding: 10px 0 10px;
}

/*=============================
	08. Breadcrumb
===============================*/

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}


ol.breadcrumb li{
 list-style: none!important;
}


.breadcrumb-bg {
    background-size: cover;
    background-position: center;
    padding: 70px 0 80px;
    position: relative;
    z-index: 1;
}
.breadcrumb-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #DBF4F4;
    opacity: .85;
    z-index: -1;
}
.breadcrumb-bg.bg-light-purple::before {
    background: #EDE8FF;
}

.breadcrumb-shape-wrap img {
    position: absolute;
    z-index: -1;
}
.breadcrumb-shape-wrap img:nth-child(1) {
    left: 0;
    top: 0;
}
.breadcrumb-shape-wrap img:nth-child(2) {
    right: 10%;
    top: 0;
}
.breadcrumb-content {
    text-align: center;
}
.breadcrumb-content .title {
    margin-bottom: 12px;
    color: var(--tg-primary-color);
    font-size: 34px;
    line-height: 1.1;
    text-transform: capitalize;
 font-weight: 100;
}
.bg-light-purple .breadcrumb-content .title {
    color: var(--tg-purple);
}


.breadcrumb-content .breadcrumb {
    justify-content: center;
    margin-bottom: 0;
}
.breadcrumb-content .breadcrumb-item {
    /*color: var(--tg-primary-color);*/
 
 color:#9FA9BE;
    font-weight: 100;
    font-size: 13px;
    text-transform: capitalize;
}
.breadcrumb-content .breadcrumb-item a {
    color: #9FA9BE;
}
.breadcrumb-content .breadcrumb-item a:hover {
    color: var(--tg-primary-color);
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 10px;
    color: #9FA9BE;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    margin-top: 7px;
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}


/*ここから　wordpressのプラグイン使用時にcssを書き換える*/

.pankuzu-area-WP .breadcrumb-content {
    text-align: left;
	font-size: 13px;
}
/*ここまで　wordpressのプラグイン使用時にcssを書き換える*/


/* Parallax background 
.UnderPage [data-parallax-background-ratio] {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: scroll !important;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}
*/

section.Under-header {
  padding-top: 45px;
  padding-bottom: 45px;
}


.Header-Contact{
 background-image:url("../../images/_sspaper_header_download.jpg");
 background-size: auto;
 background-position: center center;
}

.under-title{
 font-weight: 600;
 
}




.Header-LOGO{
 display: block!important;
 z-index: 9999999;
}






/***************************************************************  Seminar　セミナー **/


/**********************flexボックスで子要素の高さを揃える******/
.d-flex-column{
 display: flex;
 flex-direction: column;
 height: 100%;/*これがないと縦方向の自動伸縮が機能しない*/
}

.d-flex-grow{
 flex-grow: 1!important;

}
/**************************************************************/

.seminar-box{
 position: relative;
 margin-bottom: 45px;
 display:flex;

}

.seminar-box h3{
 font-size: 20px;
 font-weight: 600;
 margin-top: 20px;
 margin-bottom: 5px;
 line-height: 1.5;
 text-align: left;
 padding: 0 15px 10px;
}



.blog-categories {
  position: absolute;
  top: 17px;
  right: 30px;
}

.seminar-contents{
 padding: 0 15px 30px ;
}

.seminar-summary{
 text-align: left;
}

.shurui {
  background-color: var(--base-color);
  padding: 8px 20px;
  margin-right: 10px;
  color: white;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}


.tag-green{ background-color: #097F1F!important;}
.tag-purple{ background-color: #7155E3!important;}
.tag-blue{ background-color:#4EC2F8!important;}
.tag-pink{ background-color: #E85D72!important;}
.tag-orange{ background-color: #F5932C!important;}

.tag-green,
.tag-purple,
.tag-blue,
.tag-pink,
.tag-orange{
color:white;
 border-radius: 30px;
}

/*****************************************************/
/*　右側ウィジェット　　*/ 
/******************************************************/


/**ウィジェット部分*****************************************/

.blog-widget {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 25px 30px 30px;
  margin-bottom: 30px;
 background-color: white;
}
.blog-widget .bw-title {
  margin-bottom: 25px;
  font-size: 22px;
  position: relative;
  font-weight: 100;
}
.list-wrap {
  margin: 0px;
  padding: 0px;
}


.blog-widget.widget2 li,
.blog-widget.widget3 li {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
  padding-bottom: 12px;
  list-style: none;
}

.blog-widget.widget2 ul, .blog-widget.widget3 ul {
  padding: 0;
}

.blog-widget.widget2 li:last-child,
.blog-widget.widget3 li:last-child{
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sidebar-search{
 position:relative;
 margin-bottom: 30px;
 background: white;
  
 
}
.sidebar-search form input {
  width: 100%;
  background: transparent;
  padding: 20px 55px 20px 28px;
  font-weight: 400;
  font-size: 14px;
  height: 65px;
 border-radius: 6px;
}
.sidebar-search form button {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 0;
  font-size: 24px;
  line-height: 0;
 color: var(--base-color);
}

.bs-cat-list .list-wrap li {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.bs-cat-list .list-wrap li:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.bs-cat-list .list-wrap li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
}
.bs-cat-list .list-wrap li a span {
  font-size: 14px;
  color: var(--base-color);
  transition: all 0.3s ease-out 0s;
}


/*ページネーション*/
.PageNation-NextPrev .PagePrev a,
.PageNation-NextPrev .PageNext a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #999 !important;
  border-radius: 10px;
  color: var(--medium-gray);
  display: block;
  line-height: 1.6;
  padding: 10px;
  text-align: center;
}








/*****************************************************************************************************************************************************/
/*PEAK BUY TIME　*/ 
/******************************************************************************************************************************************************/


/*--　w575px以下の場合のみGナビにメールアイコンを表示させる-*/
.SP-contact{
	display: none!important;}
@media (max-width:575px){
	.SP-contact{	display: flex!important;}
}
/*--END　w575px以下の場合のみGナビにメールアイコンを表示させる-*/


 h2, .h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}

 h3, .h3 {
  font-size: 2rem;
  line-height: 2.4rem;
}


.PBT-dounyu h2{
  font-size: 2rem;
  line-height: 2.4rem;
}


.Pc-none{display: none;}
.Pc2-none{display: none;}
.Sp-none{display: block;}

@media (max-width:991px){
 .Pc2-none{display: block;}
}

@media (max-width:767px){
 .Pc-none{display: block;}
 .Sp-none{display: none;}

}



.SP-only{display: none;}
.PC-only{display: block;}

@media (max-width: 1200px) {
.PC-only{display: none!important;}
}

@media (max-width: 575px) {
.SP-only{display: block!important;}
}


/*topへもどる*/
#page-top-new {
  position: fixed;
  bottom: 80px;
  right: 20px;
  font-size: 20px;
  line-height: 1;
  z-index: 99;
}
#page-top-new a {
  
  text-align: center;
  display: block;
  
  opacity: 1;
  transition: all .3s ease;
}
#page-top-new a:hover {
  text-decoration: none;
  
}


/* CTA　*/ 

.bg-cta-gray {
  background-color: var(--cta-gray);
}

.CTA-text p{
 /*color: #ff137d;*/
 margin-bottom:10px;
 font-weight: normal;
 font-size: 16px;
}


.CTA-Button01,
.CTA-Button02{
 position: relative;
 }

/*　↓ max768*/
@media (max-width: 768px) {
.CTA-Button-SP{
width: 100%; 
 text-align: left;
 }
.CTA-Button01 i,
.CTA-Button02 i{
 position: absolute;
 right: 30px;
 }
}
/*　↑ max768*/


/*　↓ max575*/
@media (max-width: 575px) {
 .CTA-text h5{
  font-size: 1.75rem;
  line-height: 1.95rem;
  text-align: center!important;
  margin-bottom: 10px;
 }
 .CTA-text p{
  font-size: 14px;
  margin-bottom: 0!important;
 }
}
/*　↑ max575*/

/*===================================================================================================
トップページ
=====================================================================================================*/



/*---------導入　PBT-dounyu---------------------------------------------*/
.PBT-dounyu{}
.dounyu-image{margin-top: 40px;}
@media (max-width:767px){
	.dounyu-image{margin-top: 20px;}
.dounyu-image .col-4{
	padding-right: 5px;
 padding-left: 5px;
	}
}





/*=====================================================================
本日の買取相場　PBT-rate
=======================================================================*/

.Todays-Rate-Ingot{}
.Todays-Rate-Ingot h2{
 font-size: 2.4rem;
  line-height: 2.8rem;}

@media (max-width:767px){
	.Todays-Rate-Ingot h2{
 font-size: 2rem;
  line-height: 2.4rem;}
	
}


.PBT-rate1{}
.PBT-rate2{}

.rate-bg-color01{background-color: #c8ae76;}
.rate-bg-color02{background-color: #a3acb3;}
.rate-bg-color03{background-color: #9b9d97;}
.rate-bg-color04{background-color: #6897B5;}

.Todays-Rate{}

.Todays-Rate-K{}
.Todays-Rate-Pt{}
.Todays-Rate-Sv{}

.Todays-Rate-Pickup{}
.Todays-Rate-Pickup h3{
 color: #1f1f1f;
}
.Todays-Rate-Pickup em{
 font-style: normal;
 font-weight: normal;
 font-size: 70%;
 padding-left: 5px;
}

em.Todays-Rate-em{
	 font-style: normal;
 font-weight: 700;
 font-size: 70%;
 padding-left: 5px;
}

table.Todays-Rate-Table{
	position: relative;
	width: 100%;
	
	border: 1px solid #333;
	border-collapse: collapse;
	color: var(--dark-gray);
}

table.Todays-Rate-Table th em{
	font-size: 80%;
	font-style: normal;
	display: inline-block;
}
table.Todays-Rate-Table td em{
	font-size: 80%;
	font-style: normal;
 font-weight: normal;
 padding-left: 5px;
}

table.Todays-Rate-Table tr.Tokubesu th{

 color: #dc3545;
}
table.Todays-Rate-Table tr.Tokubesu td{
 font-weight: 700;
 color: #dc3545;
}

table.Todays-Rate-Table tr.Tokubesu th em{
 font-weight: normal;
 color: #dc3545; 
}


table.Todays-Rate-Table th {
	padding: 10px 3px 10px 15px;
}

table.Todays-Rate-Table td{
	padding: 10px 10px 10px 3px;
}

.Todays-Rate-Table th{
	text-align: left;
	font-weight: normal;
		/*
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;*/
	border-bottom: 1px solid #333;
	
	border-collapse: collapse;
	width: 68%;
}


.Todays-Rate-Table td{
 font-size: 1.2em;
 text-align: right;
	font-weight: normal;
	font-weight: 700;
/*
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	*/
	border-bottom: 1px solid #333;
	width: 32%;
}

.Table-kinshu{
 text-align: center;
 	padding: 10px 15px;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 20px;
}


.Todays-Rate-Table-L,
.Todays-Rate-Table-R{
	margin-top: 20px;
	margin-bottom: 40px;
}


.GOLD th{
background-color: #c8ae76;
color: white;
font-weight: 700;}
.PT th{
	background-color: #a3acb3;
color: white;}
.SV th{
	background-color: #9b9d97;
color: white;}
.PD th{
	background-color: #6897B5;
color: white;}


.zenjitsu{
	padding-bottom: 14px;
}

@media (max-width: 767px) {
	.Todays-Rate-Table-L{
	margin-bottom: 0px;
}
.Todays-Rate-Table-R{
	margin-top: 0px;
}

	table.Todays-Rate-Table.Todays-Rate-Table-R{
		border-top: none;
}
}



.Tokubetsu{
 color: #C00;
}
.bg-K{
 background: #d4a600;
 color: white;
}
.bg-Pt{
 background: #a3acb3;
 color: white;
}
.bg-Sv{
 background: #9b9d97;
 color: white;
}
.bg-Combi{
 background: #AD9982;
 color: white;
}
.bg-K-light{
 background: #F9F7DD;
}
.bg-Pt-light{
 background: #eee;
}
ul.Caution-list{
 font-size: 13px;
 text-align: left;
 list-style: none;
 padding-left:15px;
 text-indent: -13px;
}
ul.Caution-list li{
 text-align: left;
 line-height: 1.5;
}
.tenmetsu{
	animation: blinking 1s ease-in-out infinite alternate;
}

@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

hr.short8{
 width: 8em;
 margin-top: 0.75rem;
 margin-bottom: 0.75rem;
}

.b-r-0{	border-right: none;}
.b-l-0{	border-left: none;}


@media (max-width: 575px) {
	
	table.Todays-Rate-Table th {
  padding: 10px 3px 10px 10px;
}
}




/*=====================================================================
買取対象　.PBT-purchase
=======================================================================*/

.PBT-purchase{}

.UnderPage .PBT-purchase{
	padding-bottom: 20px!important;
}


.PBT-purchase{}
.PBT-purchase {}
.PBT-purchase-box{
 padding:0 0 15px 0;
}

.PBT-purchase-box h2{
 font-size: 1.5rem;
  line-height: 1.75rem;
 margin-bottom: 10px;
}

.padding-box{
 padding: 0 15px 15px;
}


@media (max-width: 575px) {
 .PBT-purchase{}
}

.PBT-purchase-box h2 a.text-smartshake-base-color:hover{
 background-color:  var(--smartshake-blue);
 color: white;
 padding: 5px 20px;
 border-radius:30px;
}
.PBT-purchase-box h2 a.text-base-color:hover{
  background-color:  var(--base-color);
 color: white;
 padding: 5px 20px;
 border-radius:30px;
}
.PBT-purchase-box h2 a.text-raply-base-color:hover{
   background-color:  var(--raply-green);
 color: white;
 padding: 5px 20px;
 border-radius:30px;
}
.PBT-purchase-box h2 a.text-dark-gray:hover{
    background-color:  var(--dark-gray);
 color: white;
 padding: 5px 20px;
 border-radius:30px;
}


/*=====================================================================
買取対象　.PBT-erabareteru
=======================================================================*/

.PBT-erabareteru{}


.erabareteru-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
	padding: 50px 20px;
}

.erabareteru-box .feature-box-icon-rounded{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.erabareteru-box-content{
	}

.erabareteru-box-content p{
	text-align: left;
	}


/*=====================================================================
選べる買取方法　.PBT-kaitorihouhou
=======================================================================*/
.PBT-kaitorihouhou{}

.kaitorihouhou-box-content{
	padding:10% 5%;
}



/*=====================================================================
新着情報　.PBT-news
=======================================================================*/



/**************News 一覧ページ **/

.PBT-news{}

.PBTNews{}

.PBTNews dl{
 margin-bottom: 45px;
 border-bottom: 1px dotted #999;
}

.PBTNews dl dt{
 margin-bottom: 15px;
}
.PBTNews dl dt a{
 text-decoration: underline;
color: var(--base-color);
}
.PBTNews dl dt a:hover{
 text-decoration: underline;
	color: #152833;
}
.PBTNews dl dt span{
	color: #152833;
}

.PBTNews dl dd{
 display: flex;
}
.PBTNews dl dd figure{

}

.PBTNews dl dd p{
  padding: 0 ;
}


@media (max-width: 767px) {
 .PBTNews dl dt span{display: block;}
 
 .PBTNews dl dd{  flex-flow: column;}
 
}

/*=====================================================================
本人様確認　.PBT-honnin
=======================================================================*/

.PBT-honnin{
 background-color: var(--cta-gray);
}

ul.Caution-list{
 font-size: 13px;
 text-align: left;
 list-style: none;
 padding-left:15px;
 text-indent: -13px;
}
ul.Caution-list li{
 text-align: left;
 line-height: 1.5;
}



/***************************************  Newsシングルページ **/

.PBTNews h2{
 font-size: 20px;
 line-height: 1.6;
 color: var(--base-color);
}

.News-main-img{
}

.News-contents{
 padding-bottom: 30px;
 border-bottom: 1px solid #999;
 
}


/*=====================================================================
本人確認　.PBT-honnin
=======================================================================*/

.PBT-honnin{}

/*=====================================================================
本人確認　.PBT-instagram
=======================================================================*/
.PBT-instagram{}





/*=====================================================================
ジュエリー買取
=======================================================================*/

.Jewelry-hikaku-title{
  font-size: 1.5rem;
  line-height: 1.8rem;
	color: var(--base-color);
}







/*=====================================================================
FIXメニュー
=======================================================================*/

 
/*-------------------画面右側のfixメニュー（PC）*/
.fix-menu-area{
 position: fixed;
 top:300px;
 right: 0px;
 width: 85px;
 height: auto;
 color: white;
 z-index: 999;
 text-align: center;
 line-height: 1;
}
.fix-menu01{
 background: var(--c-line);
 width: 85px;
 height: 85px;
 padding: 15px 5px;
 margin-bottom: 20px;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.fix-menu02{
  background:var(--c-pink);
  width: 85px;
 height: 85px;
 padding: 15px 5px;
	margin-bottom: 20px;
 box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.fix-menu03{
  background:var(--c-purple);
  width: 85px;
 height: 85px;
 padding: 15px 5px;
 box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.fix-menu-area i{
 font-size: 28px;
 display: block;
 margin-bottom: 5px;
}
.fix-menu-area p{
 line-height: 1.2;
 padding-bottom: 0;
 margin-bottom: 0;
 color: white;
 font-size: 15px;
}

.fix-menu-area a i,
.fix-menu-area p a{
 color: white;
 
}

/*スマホ時の設定*/
@media (max-width:768px){
 .fix-menu-area-sp{
  display: flex!important;
 position: fixed;
 bottom:0;
 right: 0px;
 width: 100%;
 height: auto;
 color: white;
 z-index: 999;
 text-align: center;
 line-height: 1;
}
		
.fix-menu01-sp{
 background: var(--c-line);
 width: 33.333%;
 height: auto;
 padding: 10px 5px;
}
.fix-menu02-sp{
  background:var(--c-pink);
  width: 33.333%;
 height: auto;
 padding: 10px 5px;
}
	.fix-menu03-sp{
  background:var(--c-purple);
  width:33.333%;
 height: auto;
 padding: 10px 5px;
}
 .fix-menu-area-sp i{
 font-size: 28px;
 display: inline-block;
}
.fix-menu-area-sp p{
 line-height: 1.2;
 padding-bottom: 0;
 margin-bottom: 0;
 color: white;
 font-size: 14px;
 font-weight: 100;
}

.fix-menu-area-sp a i,
.fix-menu-area-sp p a{
 color: white;

}

 .copyright{
  padding-bottom: 30px;
 }
	
	
 
}

/*-------------------end 画面右側のfixメニュー*/



/**************************************************************************************************************************************************/
/*下層ページ　　*/ 
/***************************************************************************************************************************************************/

#down-section{
	padding-top: 30px;
}

.UnderPageHeader{
	background-size: cover;
	background-position: center;
}

.UnderPageHeader .extra-small-screen {
  height: 200px !important;
}
@media (max-width:768px){
 .UnderPageHeader .extra-small-screen {
  height: 100px !important;
}
}
/*=====================================================================
ヘッダーの画像
=======================================================================*/
#header-01{background-image: url("../../images/_pbt_header01.jpg");}
#header-02{background-image: url("../../images/_pbt_header02.jpg");}
#header-03{background-image: url("../../images/_pbt_header03.jpg");}
#header-04{background-image: url("../../images/_pbt_header04.jpg");}
#header-05{background-image: url("../../images/_pbt_header05.jpg");}
#header-06{background-image: url("../../images/_pbt_header06.jpg");}
#header-07{background-image: url("../../images/_pbt_header07.jpg");}
#header-08{background-image: url("../../images/_pbt_header08.jpg");}
#header-09{background-image: url("../../images/_pbt_header09.jpg");}
#header-10{	background-image: url("../../images/_pbt_header10.jpg");}

/*=====================================================================
初めての方へ　about
=======================================================================*/


/*=====================================================================
ジュエリー
=======================================================================*/
.jewlry-list{
	padding-bottom: 80px;

}

.jewlry-list p {
  background-color: #F0F4Fd;
 color: var(--base-color);
 padding: 5px;
 margin-bottom: 15px;
}

@media (max-width:575px){
	.jewlry-list p{
		font-size: 13px;
}
}

/*メレダイヤ・ルース*/
.jewelry-rooth{}


/*高額査定のポイント*/
.jewelry-point{}


/*=====================================================================
地金買取
=======================================================================*/

.kin-graph{}

.kin-graph ul{
	padding-left: 10px;
}
.kin-graph ul li{
	margin-bottom: 10px;
}
.kin-graph ul li span{
	font-weight: 700;
	color: var(--base-color);
}

.kin-list{
}

.kin-list p {
  background-color: #F0F4Fd;
 color: var(--base-color);
 padding: 5px;
 margin-bottom: 15px;
}

/*=====================================================================
ブランド
=======================================================================*/

.brand-list p{
	border-bottom: 1px dotted #CCCCCC;
}
@media (max-width:575px){
	.brand-list p{
		font-size: 13px;
		margin-bottom: 10px;
}
}

.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 768px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

/*=====================================================================
買取方法
=======================================================================*/
.pbt-kaitori-tab-area{}

.pbt-kaitori-tab{}

.pbt-kaitori-tab h5{
	font-size: 20px;
}

.pbt-kaitori-tab em{
	display: block;
	font-size: 14px;
	font-style: normal;
}

/*=====================================================================
FAQ
=======================================================================*/




/*=====================================================================
会社概要
=======================================================================*/

.company-profile-area{}


.company-profile-area table {
  border-collapse: collapse;
  width: 90%;
  margin: 30px auto 60px auto;
}

@media (max-width:767px){
 .company-profile-area table {
  width: 98%;
}
}

/*レスポンシブテーブル*/
.company-profile-area table{
  border-collapse: collapse;
  width: 98%;
 margin: 30px auto 60px auto;
}
.company-profile-area .tb01 th{
 width: 150px;
}

.company-profile-area .tb01 th,
.company-profile-area .tb01 td{
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
  text-align:left;
  box-sizing:border-box;
}

.company-profile-area .tb01 ol{
 padding-left: 1rem;
 margin-bottom:  0;
}



@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
.company-profile-area table.tb01 th,
.company-profile-area table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
 .company-profile-area table.tb01 th  {
  color: var(--tg-orange);
  padding-bottom: 0;
  }
  .company-profile-area .tb01 tr{
    border-bottom: solid 1px #ccc;
  }
 
 .company-profile-area .Tokuchou-box{
  padding: 70px 10px 40px;
 }
}
/* end レスポンシブテーブル*/



.company-jigyou{
padding-left:0;
margin-bottom: 0;
}
.company-jigyou li{
 padding-bottom: 10px;
 margin-bottom: 10px;
 line-height: 1.5;
}

.list-style-04.company-jigyou{
padding-left: 1rem; 
}

.company-jigyou li ul li{
 padding-bottom: 0;
 margin-bottom: 0;
 line-height: 1.5;
}

/*****************************************************/
/*個人情報の取り扱いについて　　*/ 
/******************************************************/


.PrivacyDL{}

.PrivacyDL dt{
	color: var(--base-color);
}

.PrivacyDL dd{
 margin-bottom: 40px;
}



/*****************************************************/
/*お知らせ　*/ 
/******************************************************/

.PBT-News{}


/**************News 一覧ページ **/


.PBT-News-border{
 border-bottom: 1px solid #CCC;
 margin-bottom: 60px;
 padding-bottom: 30px;
}


.PBT-News dl{
 margin-bottom: 45px;
 border-bottom: 1px dotted #999;
}

.PBT-News dl dt{
 margin-bottom: 15px;
}
.PBT-News dl dt a{
 text-decoration: underline;
color: var(--base-color);
}
.PBT-News dl dt a:hover{
 text-decoration: underline;
	color: #152833;
}
.PBT-News dl dt span{
	color: #152833;
	display: block;
}

.PBT-News dl dd{
 display: flex;
}
.PBT-News dl dd figure{

}

.PBT-News dl dd p{
  padding: 0 ;
}


@media (max-width: 767px) {
.PBT-News dl dt span{display: block;}
 
.PBT-News dl dd{  flex-flow: column;}
 
}


/***************************************  Newsシングルページ **/

.PBT-News h2{
 font-size: 20px;
 line-height: 1.6;
 color: var(--base-color);
}

.News-main-img{
}

.News-contents{
 padding-bottom: 30px;
 border-bottom: 1px solid #999;
  margin-bottom: 60px;
}
.single-content-box h1{
 color:#333333;
 font-weight: 700;
 font-size: 24px;
 line-height: 1.6;
}
.single-content-box h2{
 color:#333333;
 font-weight: 700;
 font-size: 20px;
 line-height: 1.6;
}
.single-content-box h3{
 color:#333333;
 font-weight: 700;
 font-size: 18px;
 line-height: 1.6;
}
.single-content-box h4,
.single-content-box h5,
.single-content-box h6{
 color:#333333;
 font-weight: 700;
 font-size: 16px;
 line-height: 1.6;
}

/*****************************************************/
/*お問合せ　*/ 
/******************************************************/
.PBT-MailFormBox {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 7px;
  box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
  line-height: 1.8;
  padding: 60px 30px 30px 30px !important;
}


/*****************************************************/
/*検索結果 wordpress　*/ 
/******************************************************/
.search-mini{
	display: block;
	font-size: 14px;
	letter-spacing: 0px !important;}



/*---------------------wordpress　ウィジェット　サイドバーの設定-------------------*/


.blog-widget .bw-title {
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
  font-weight: 700;
  color: var(--base-color);
}




/*サイドバー1　検索窓*/
.sidebar-search h4.bw-title{
 display: none;
}

/*サイドバー2　お知らせ　最新記事5件*/

.blog-widget .post-date {
  color: var(--base-color);
  font-size: 12px;
}



.blog-widget.widget2 ul,
.blog-widget.widget3 ul{
padding: 0;
}

.blog-widget.widget2 li,
.blog-widget.widget3 li{
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
  padding-bottom: 12px;
 list-style: none;
}
.blog-widget.widget2 li:last-child,
.blog-widget.widget3 li:last-child{
  border-bottom: none;
  margin-bottom: 5px;
 padding-bottom: 0px;
}

.blog-widget.widget2 li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 13px;
  color: var(--tg-paragraph-color);
 line-height: 1.2;
}

.blog-widget.widget3 li{
  color: var(--tg-gray-four);
}
.blog-widget.widget3 li a{
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  color: var(--tg-paragraph-color);
 line-height: 1.2;
 margin-right: 0.5em;
}

.blog-widget.widget2 li a:hover,
.blog-widget.widget3 li a:hover{
  text-decoration: underline;
}


.blog-widget.widget4 .rc-post-item .thumb {
    width: 75px;
 height: 75px;
    flex: 0 0 auto;
    margin-right: 15px;
}
.blog-widget.widget4 .rc-post-item .thumb img {
    border-radius: 8px;
 width: 75px;
 height: 75px;
}

.rc-post-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.rc-post-item .content .date i {
  margin-right: 5px;
}

.rc-post-item .content .date {
  display: flex;
  align-items: center;
  font-weight: 100;
  font-size: 13px;
}
.rc-post-item .content .title {
  margin-bottom: 0;
  font-weight: 100;
  font-size: 13px;
  line-height: 1.1;
  text-transform: capitalize;
  color: var(--base-color);
}



.seminar-content-box a{
	text-decoration:underline!important;
	color: var(--base-color);
}
.seminar-content-box a:hover{
	text-decoration:none!important;
	color: var(--base-color);
}

.z-1000{
 z-index: 1000;
}


.front-news-excerpt p{
	margin-bottom: 5px;
}


/*---------------------wordpressのページネーション　投稿部分のWP-PageNaviのCSSを上書き-------------------*/
.PAGENATION{
}

.PAGENATION span.pages{
 display: none;
}
.PAGENATION .wp-pagenavi{
}

.PAGENATION .wp-pagenavi {
clear: both;
text-align:center;
}
.PAGENATION .wp-pagenavi a,
.PAGENATION .wp-pagenavi span {
color: #666;
background-color: #FFF;
border: solid 1px #ccc;
padding: 12px 15px;
margin: 0 2px;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration:none;
}
.PAGENATION .wp-pagenavi a:hover{
color:#FFF; 
background-color:var(--base-color);
border-color:#ccc;
}
.PAGENATION .wp-pagenavi span.current{
background: var(--base-color);
  color: #FFFFFF;
 border: solid 1px #ccc;
}


/*---------------------wordpress　コンタクトフォームで使用する-------------------*/



.contact-form-area input,
.contact-form-area select,
.contact-form-area textarea,
.contact-form-area .form-control,
.contact-form-area .form-select {
  padding: 5px 10px;
  /*width: 100%;
	max-width: 100%;*/
  outline: none;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  color: var(--medium-gray);
  line-height: inherit;
  word-break: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-form-area .form-checkBTN-wrap input{
  margin-left: 0;
}

.contact-form-area .form-checkBTN-wrap .wpcf7-list-item{
 margin-left: 0;
}


.contact-form-area .form-checkBTN-wrap .wpcf7-form-control-wrap{
 padding: 10px 20px;
 background: #eee;
 border-radius: 20px;
}

@media (max-width: 991px) {
.contact-form-area input,
.contact-form-area select,
.contact-form-area textarea,
.contact-form-area .form-control,
 .contact-form-area .form-select {
  margin-left: 0;
 }
}

.contact-form-area .tg-element-title{
 color:var(--base-color);
 font-size:20px;
}


.Paper-MailFormBox .Kanrigamen-Contents {
 width: 80%;
}
@media (max-width: 991px) {
 .Paper-MailFormBox .Kanrigamen-Contents {
 width: 100%;
}
}

.form-group{
 padding-bottom: 30px;
}
.form-group p{
 margin: 0;
 padding: 0;
}
.form-group label{
 padding-bottom: 5px;
 font-weight: 700;
}



.form-checkBTN{
}
.SOUSHIN{}

input.form-company,
input.form-name,
input.form-tel,
input.form-mail,
textarea.form-message{
 width: 100%;
}


.form-checkbox-service span.wpcf7-list-item,
.form-checkbox-shurui span.wpcf7-list-item{
 display: block;
  margin-top: 10px;
  padding: 7px 2%;
  border-radius: 3px;
  background: #f0f0f0;
 
}

.form-checkbox-service span.wpcf7-list-item label,
.form-checkbox-shurui span.wpcf7-list-item label{
 display: block;
}

.form-checkbox-service span.wpcf7-list-item label:hover,
.form-checkbox-shurui span.wpcf7-list-item label:hover{
 cursor: pointer;
	background: #1DA0FF;
 color: white;
}

.form-checkbox-service span.wpcf7-list-item:hover,
.form-checkbox-shurui span.wpcf7-list-item:hover{
 cursor: pointer;
		background: #1DA0FF;
 color: white;
}


.wpcf7-list-item-label{
 font-weight: normal;
}
.wpcf7-list-item label{
 padding-bottom: 0px;
}




/*wordpress　コンタクトフォームの送信部分・・・チェックを入れたら送信可能にする場合のカラー変化に使用*/
.Paper-MailFormBox .btn-base-color:disabled{
 background-color: #999!important;
}

/*reCAPTCHAの保護マークを非表示にする*/
.grecaptcha-badge { visibility: hidden; }
.google-reCAPTCHA{
	font-size: 11px;
	text-align: center;
	line-height: 1.2;
	color: var(--light-gray)!important;
		
}
.google-reCAPTCHA a{
		color: var(--light-gray)!important;
}



/*休暇案内など*/
.Infomation-kyuka{
	background-color: #FFFFCC;
	padding: 30px 10px;
	border: 3px solid #CC0000;
	margin: 10px;
}
.Infomation-kyuka h6{
	font-size:20px;
	color: #CC0000;
}

