/* ===================================
    Crafto - Startup
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
/* variable */
:root {     
    --base-color: #00ce9b;
    --dark-gray: #252840;
    --medium-gray: #868d98;
	
	--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: 17px;
    line-height: 32px; 
}
a {
    color: #868d98;
} 
b, strong {
    font-weight: 600;
}
::-webkit-input-placeholder {
    color: #868d98 !important;
    text-overflow: ellipsis;
}
::-moz-placeholder {
    color: #868d98 !important;
    text-overflow: ellipsis;
    opacity:1;
}
:-ms-input-placeholder {
    color: #868d98 !important;
    text-overflow: ellipsis;
    opacity:1;
}
/* bg color */
.bg-gradient-emerald-blue-emerald-green {
    background-image:linear-gradient(50deg,#09afea 0,#19e089 100%);
}
.bg-gradient-black-green {
    background-image: linear-gradient(to right top, #1f2021, #1b1d1c, #1b1d1c, #222523, #333c37);
}
/* text color */
.text-gradient-emerald-blue-emerald-green {
    background-image: linear-gradient(to right top, #09afea, #19e089);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* button gradient */
.btn-gradient-emerald-blue-emerald-green {
    background-image: linear-gradient(to right, #09afea, #19e089, #09afea);
    background-size: 200% auto;
    color: var(--white);
}
/* btn */
.btn{
    font-weight: 500;
    text-transform: inherit;
}
.btn.btn-extra-large {
    font-size: 22px;
}
.btn.btn-large {
    font-size:17px;
}
.btn.btn-medium {
    font-size: 16px;
}
.btn.btn-small {
    font-size: 15px;
}
.btn.btn-very-small {
    font-size: 13px;
}
.btn.btn-large .btn-icon i {
    top: 1px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.btn-link-gradient {
    padding: 0 0 3px;
}
/* header */
header .navbar-brand img {
    max-height: 50px;
}
.navbar .navbar-nav .nav-link {
    font-size: 17px;
    letter-spacing: .5px;
    padding: 10px 22px
}
.push-menu .close-menu {
    right: 30px;
    top: 30px;
}
/* footer */
footer ul li {
    margin-bottom: 2px;
}
/* media query responsive */
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 17px;
    }
}



/********************************************************************************************
カスタマイズ 5129
********************************************************************************************/
/*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;
  
}


header .navbar-brand {
  margin-right: 0;
  vertical-align: middle;
  padding: 15px 0;
  display: inline-block;
  font-size: 0;
}

.text-highlight {
  position: relative;
  padding-bottom: 10px;
}


footer .footer-logo img {
  max-height: 100px;
}

footer ul li a{
	color: white;
}


/*レスポンシブテーブル///////////////////////////////////////////////////////////*/

.ResponsiveBox{
	 background-color:rgba(255,255,255,0.8);
	padding: 20px;
	border-radius: 20px;
	margin-top: 15px;
}	

table.demo01   { width: 100%; }
table.demo01  td { 
	background: #ffffff;
padding: 10px; 
	border: 1px solid #ddd;
	text-align: left;}

table.demo01  th { 
	background: #f4f4f4;
padding: 10px; 
	border: 1px solid #ddd; }

section td ol{
	margin-left:1.2em;
}
 
/*----------------------------------------------------
    .demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }
 
@media handheld, only screen and (max-width:40em) {
 .demo01 { margin: 0; }
 .demo01 th,
 .demo01 td{
   width: 100%;
   display: block;
   border-top: none;
 }
 .demo01 tr:first-child th   { border-top: 1px solid #ddd; }

}





/*お問い合わせフォーム///////////////////////////////////////////////////////////*/

.Contact #formWrap td input{
 box-sizing: border-box;
 width: 80%;
}

.Contact input::placeholder {
  opacity: 0.4;
}
.Contact input,
.Contact textarea{
	color: black;
	padding: 6px 12px;
}


.Contact #formWrap td.RadioButton input{
	width: auto;
}

.Contact .Kit-size-text{
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.5;
	display: block;
	
}
.Contact .Kit-size em{
	font-style: normal;
	font-size: 14px;
	margin-left: 10px;
}

.FormKakuninBtn{
 margin-top: 30px;
}

.FormKakuninBtn input{
	width: auto;
	background-color:#00ce9b;
	color: white;
	font-weight: 700;
}


.FormKakuninBtn input:hover{
	background-color:var(--dark-gray);
	color: white;
}


.require{
	color: #CC0000;
}


.pb-150px{
	padding-bottom: 150px!important;
}


/*下層ページヘッダー///////////////////////////////////////////////////////////*/
.UnderPageHeader{
	padding-top: 40px;
	padding-bottom: 40px;
}

.UnderPageHeader .small-screen{
	height: 300px!important;
}
@media (max-width: 767px) {
 .UnderPageHeader .small-screen {
    height: 200px !important;
  }
}
.UnderPageHeader .page-title-extra-small h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}





/*条件分岐///////////////////////////////////////////////////////////*/

.SP-only{display: none;}

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

}


