@charset "utf-8";
/* CSS Document */

*{
margin: 0px;
padding: 0px;
}

html{overflow-x: hidden;}

@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Th.woff2') format('woff2');
  font-weight: 100;
}
@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Rg.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Bd.woff2') format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Eb.woff2') format('woff2');
  font-weight: 800;
}

body{
	font-family: "Line-Seed", sans-serif;
	background:#fff;	
line-height: 1.6;
color:#333;
font-size:16px;
font-size-adjust: none;
-webkit-font-size-adjust: none;
position: relative;
	overflow-x: hidden;
/*min-width: 1360px;  */
}

.min{
    font-family: UD Reimin Regular; 
}

.fw-b{
	font-family: 'Anton', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.en{
    font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
}

@media only screen and (max-width: 1100px) {
	html{overflow-x: hidden;}
body{
    overflow: hidden;
    min-width: initial;
	font-size: 14px;
	max-width: 100%;
}

body.jp{
	font-size: 13px;
}
}

img{
	border:0;
	outline:none;
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
}

a{
    transition: all 0.3s ease;
}

a:hover img.hover-alp{
filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
    transition: .5s;
}

a:link, a:visited{color:#0091d2; text-decoration: none;}
a:hover{color:#333; text-decoration:underline;}

a.txt-black:link, a.txt-black:visited{color: #222; text-decoration: none;}
a.txt-black:hover{color: #999; text-decoration: underline;}

a.txt-blue01:link, a.txt-blue01:visited{color: #008cd6; text-decoration: none;}
a.txt-blue01:hover{color: #005799; text-decoration: underline;}

a.txt-blue02:link, a.txt-blue02:visited{color: #005799; text-decoration: none;}
a.txt-blue02:hover{color: #008cd6; text-decoration: underline;}

a.a-pen{
    pointer-events: none;
}

.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 15px;}

.cb{clear:both;}

#page-top{position:fixed; bottom:20px; right:20px; z-index: 50;}
#page-top a{
    width:50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    font-size: 18px;
    }
@media only screen and (max-width: 1100px) {
#page-top{bottom:30px; right:10px; }
}


img{
border:0;
outline:none;
}


.sp-only{display: none !important ;}
@media only screen and (max-width: 480px) {
.sp-only{display: inline !important;}
.pc-only{display: none !important ;}
}
.br-tab {
	display: none;
}

  .br-pc { display:block; }
  .br-sp { display:none; }

@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-tab { display:block; }
}
@media screen and (max-width: 480px){	
  .br-tab { display:none; }
  .br-sp { display:block; }
}

/*==================================================
ボタン
================================================== */

.btn-area{
	margin: 30px 0;
	text-align: center;
}

.btn{
	display: inline-block;
	color: #fff !important;
	text-align: center;
	background-color: #0e9cbf;
	text-decoration: none !important;
	position: relative;
	border: 2px solid #0e9cbf;
    height: 52px;
    line-height: 50px;
    border-radius: 34px;
	padding: 0 20px;
    min-width: 240px;
}

.btn:hover{
	background-color: #fff;
    color: #0e9cbf !important;
}

.btn.btn-blue{
	background: #32b1e7;
	border-bottom: 5px solid #005e95;
}

.btn.btn-blue:hover{
	background: #005e95;
	border-bottom: 5px solid #32b1e7;
}

.btn.btn-orange{
	background: #ff7e00;
	border-bottom: 5px solid #9b4d01;
}

.btn.btn-orange:hover{
	background: #9b4d01;
	border-bottom: 5px solid #ff7e00;
}

.btn.btn-red{
	background: #ed0303;
	border-bottom: 5px solid #860101;
    color: #fcfb00 !important;
}

.btn.btn-red:hover{
	background: #860101;
	border-bottom: 5px solid #ed0303;
}

.btn-small{
	min-width: 250px;
}


@media only screen and (max-width: 1024px) {
    


.btn-small{
	min-width: 42%;
}


}


@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 480px) {

.btn, .btn-small{
	display: block;
    width: 90%;
    margin: 0 auto;
    min-width: inherit;
    padding: 0;
    line-height: 50px;
    height: 52px;
}

}

/*==================================================
全体コンテンツエリア
================================================== */

.contents-area{
    width: 1024px; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

.contents-wide{
    padding: 0 50px;
}

.sec{
	padding-top: 100px;
}

.sec-contact{
	padding-top: 130px;
}

.bg-w{
	background: #fff;
}

.sec-grey{
	background: #f3f6f9;
    padding: 50px 0;
}


.contents-sec{
	width: 1060px;
	vertical-align: top;
}

.box-contents{
	margin-bottom: 80px;
}

.box-2cols{
    display: flex;
}

.titlebox{
    width: 30%;
}

.mainbox{
    width: 70%;
    padding-top: 20px;
}


@media only screen and (max-width: 1024px) {
    
.contents-area{width: 90%; }

.contents-wide{
    padding: 0 20px;
}

.sec{
	padding-top: 75px;
}

.sec-contact{
	padding-top: 100px;
}

.contents-sec{
	width: 100%;
	vertical-align: top;
}

.bg-blue-grad{
	background: url("../images/bg_bluegrad_sp.jpg") repeat-y top center;
	background-size: 100%;
}
	
}

@media (max-width: 768px) {

.box-contents{
	margin-bottom: 50px;
}
  
}

@media (max-width:599px) {

.sec{
	padding-top: 50px;
}



.box-2cols{
    display: block;
}

.titlebox{
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
}

.mainbox{
    width: 100%;
    padding-top: 0;
}

  
}


/*==================================================
タイトル
================================================== */

.title-contents{
    display: block;
    /*font-size: 120px;*/
	font-size: 42px;
	line-height: 1.3;
	position: relative;
	text-align: center;
	margin-bottom: 65px;
    color: #0e9cbf;
}

.title-contents small{
	display: block;
    margin: 14px 0 0;
    font-size: 50%;
    color: #333;
}

.title-contents-sub{
    display: block;
    margin-bottom: 50px;
    background: #edf6fe;
    padding: 20px 25px;
    font-size: 24px;
    line-height: 1;
    color: #0e9cbf;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.title-contents-sub span{
    display: block;
    border-left: 5px solid #0e9cbf;
    padding: 2px 0 2px 10px;
}

.title-en{
	position: relative;
	display: block;
	font-size: 80px;
	color: #fff;
	
    font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
}
.title-en small{
	font-size: 16px;
	color: #005e95;
	font-weight: 600;
	position: relative;
	margin-left: 30px;
	bottom: 20px;
}

.title-basic{
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
    border-left: 5px solid #0e9cbf;
    padding-left: 12px;
}

.title-basic span{
    color: #005d97;
}

.title-img{
    display: block;
    font-size: 21px;
    font-weight: 700;
}
.title-img small{
    font-size: 100%;
    display: block;
}

.title-img img{
    height: 44px;
    vertical-align: bottom;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {

.title-img img{
    height: 36px;
}
    
}

@media only screen and (max-width: 768px) {

.title-contents{
	font-size: 28px;
    margin-bottom: 45px;
}

.title-contents small{
    margin: 15px 0 0;
}

.title-contents-sub{
    margin-bottom: 35px;
    padding: 15px 20px;
    font-size: 21px;
}

.title-basic{
    font-size: 18px;
    margin-bottom: 25px;
}
    
}


@media only screen and (max-width: 599px) {
	
.title-contents{
    font-size: 7vw; 
	margin-bottom: 30px;
}

.title-contents-sub{
    margin-bottom: 35px;
    padding: 12px 15px;
    font-size: 5vw;
    line-height: 1.5;
}

.title-en{
	font-size: 15vw;
	line-height: 1.1;
}
.title-en small{
	display: block;
	font-size: 15px;
	margin-left: 0;
	bottom: 0;
}

.title-basic{
    font-size: 4.4vw;
    margin-bottom: 20px;
}

.title-img{
    font-size: 18px;
}

.title-img img{
    height: 32px;
    margin-bottom: 8px;
}
	
}


/*==================================================
パンクズリスト
================================================== */

.breadcrumbs{font-size: 13px; padding: 10px 6%; background: #f4f4f4;}
.breadcrumbs ul{list-style: none;}
.breadcrumbs ul li{display: inline-block; padding-right: 5px;}
.breadcrumbs ul li:after{content: ">"; padding-left: 10px;}
.breadcrumbs ul li:last-child:after{content: none; padding: 0;}
.breadcrumbs ul li.active-page:after{content: none;}
.breadcrumbs ul li a{
    color: #333;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {

}

/*==================================================
fontawesome
================================================== */

i.fas{
    font-weight: 900;
}

/*==================================================
header
================================================== */

header{
	width: 90%;
	height: 60px;
	z-index: 99999;
	position: fixed;
	top:20px;
    left: 5%;
    background-color: #fff;
    border-radius: 80px;
}

#box-header{
	position: relative;
	display: flex;
}

#site-title{
    font-size: 22px;
    font-weight: 500;
}

#site-title a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none ;
}
#site-title span{
    padding-top: 10px;
}

img.logo{
	margin: 10px 10px 0 20px;
	height: 40px;
	vertical-align: middle;
}


.header-contents ul{
	list-style: none;
	display: flex;
}
.header-btn{
	display: flex;
}

.header-btn a{
	display: block;
	width: 160px;
	height: 100px;
	line-height: 100px;
	color: #fff;
	text-align: center;
	background: #00abc7;
	margin-left: 35px;
	font-size: 24px;
	letter-spacing: 0.08em;
}

.sp-btn{
	display: none;
}



@media only screen and (max-width: 1024px) {

#site-title{
    font-size: 18px;
}


a.btn-header-contact{
	width: 120px;
}
	
}


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



a.btn-header-contact{
	background: #0e9cbf;
	position: absolute;
	top: 0;
	right: 70px;
	width: 140px;
	height: 40px;
    border-radius: 60px;
	line-height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
    margin-top: 8px;
	text-decoration: none !important;
    border:2px solid #0e9cbf;
    color: #fff !important;
}
	
	a.btn-header-contact i{
		font-size: 18px;
        vertical-align: middle;
	}

a.btn-header-contact:hover{
	background: #fff;
	color: #0e9cbf !important;
}


a.btn-header-tel{
	right: 60px;
	width: 80px;
	height: 60px;
	line-height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	background: #04bf95;
	color: #fff !important;
	position: absolute;
}
	
	a.btn-header-tel i{
		font-size: 21px;
	}
	
header{
	height: 60px;
}
	
.header-contents{
    display: none !important;
}
	
}


@media only screen and (max-width: 599px) {
	
header{
	width: 94%;
	height: 60px;
	top:10px;
    left: 3%;
}
    
    #site-title{
        display: flex;
        font-size: 16px;
    }
    
    #site-title span{
    }
    
    img.logo{
        margin-left: 10px;
        margin-right: 6px;
    }


a.btn-header-contact{
	width: 110px;
	font-size: 10px;
    right: 65px;
}
	
	a.btn-header-contact i{
		font-size: 18px;
	}


a.btn-header-tel{
	right: 60px;
	width: 60px;
	height: 50px;
	font-size: 10px;
	font-weight: 600;
}
	
	a.btn-header-tel i{
		font-size: 18px;
	}
	
}


@media (max-width: 320px) {
}



/*==================================================
footer
================================================== */


footer{
    border-top: 1px solid #ddd;
    font-size: 14px;
    margin-top: 120px;
}

#box-footer{
    padding: 65px 0;
    display: flex;
}

#footer-menu{
    display: flex;
    line-height: 2.0;
}

#footer-menu article{
    margin-right: 50px;
}

#footer-menu a{
    display: block;
    color: inherit !important;
}
.f-menu-sub{
    margin-left: 15px;
}

#footer-info{
    margin-right: 100px;
}

#footer-company{
    display: flex;
}

#footer-company img{
    width: 60px;
}

#footer-company span{
    display: flex;
    align-items: center;
    padding-left: 10px;
}

#footer-addr{
    padding: 0 0 10px 70px;
}

#footer-tel{
    padding-left: 70px;
    font-size: 18px;
    font-weight: 700;
}
#footer-tel a{
    color: inherit !important;
}

a.btn-footer-contact{
    position: absolute;
    top: 55px;
    right: 0;
    min-width: 180px;
}


.copyright{
    text-align: center;
    padding: 10px 0;
    background-color: #ebebeb;
}

@media (max-width: 768px) {
    
    footer{
        margin-top: 65px;
    }

#box-footer{
    padding: 40px 0;
}

#footer-menu article{
    margin-right: 30px;
}

#footer-info{
    margin-right: 50px;
}

#footer-company{
    display: flex;
}

#footer-company img{
    width: 40px;
}

#footer-addr{
    padding: 20px 0 10px 0;
}

#footer-tel{
    padding-left: 0;
    font-size: 16px;
}

a.btn-footer-contact{
}

    
}

@media (max-width: 599px) {
    
    footer{
        margin-top: 50px;
    }

#box-footer{
    display: block;
    padding: 40px 0;
}
    
    #footer-menu{
        display: none;
    }

#footer-info{
    margin-right:0;
    text-align: center;
}

#footer-company{
    display: block;
    padding: 35px 0 0;
    text-align: center;
}
    #footer-company span{
        display: block;
        text-align: center;
        padding: 0;
        margin-top: 5px;
        font-size: 16px;
    }

#footer-company img{
    width: 60px;
}

#footer-addr{
    padding: 20px 0 10px 0;
}

#footer-tel{
    padding-left: 0;
    font-size: 6vw;
}

a.btn-footer-contact{
    position: relative;
    top: inherit;
    right: inherit;
    display: block;
}

    
}


/*==================================================
テーブル
================================================== */

.table{
    border-collapse:collapse;  
    box-sizing:border-box; 
    margin: 0 auto; 
	width: 100%;
	border: 1px solid #ddd;
	background: #fff;
}

.table th{
    border: 1px solid #ddd;
    padding: 25px 20px; 
	vertical-align: middle;
    text-align: left;
    background-color: #e3f6fa;
    box-sizing: border-box;
}

.table thead th{
    text-align: center;
    background-color: #f4f4f4;
    width: 25%;
}

.table td{
    border: 1px solid #ddd;
    vertical-align: middle;
    padding: 25px 20px; 
    text-align: left;
    line-height: 2.0;
    box-sizing: border-box;
}

.table td strong{
    display: block;
}

@media only screen and (max-width: 768px) {

.table th{
    padding: 20px 15px; 
}

.table td{
    padding: 20px 15px; 
    line-height: 1.8;
}
    
}


@media only screen and (max-width: 599px) {

.table th{
    padding: 10px 12px; 
}

.table td{
    padding: 10px 12px; 
}


}


/*==================================================
list
================================================== */

ul.ul-3cols{
	display: flex;
	list-style: none;
}

ul.ul-3cols li{
	width: calc(100%/3);
}

.ul-basic{
    margin-left: 16px;
}


@media only screen and (max-width: 599px) {

ul.ul-3cols{
	display: block;
}

ul.ul-3cols li{
	width: 100%;
}
	
	
}



/*==================================================
lazyshow
================================================== */

.lazyshow{
  visibility: hidden;
  transform: translate(0,5rem);
  opacity: 0;
  -moz-transition: all 700ms ease-out 0s;;
  transition: all 700ms ease-out 0ms;
}


/*
.lazyshow-hidden{
  visibility: hidden;
  transform: translate(0,5rem);
  opacity: 0;
  -moz-transition: all 700ms ease-out 0s;;
  transition: all 700ms ease-out 0ms;
}
*/

.lazyshow-show{
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}

/*==================================================
fade
================================================== */

.fadeIn{
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



.fadein {
    opacity: 0;
    transform: translateY(50px);
    transition: all 2s ease;
}

.fadein.scrollin {
    opacity: 1;
    transform: translateY(0);
}

.ul-3cols li:first-child{}
.ul-3cols li:nth-child(2){transition-delay: 200ms;}
.ul-3cols li:last-child{transition-delay: 400ms;}

/* jQuaryスクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-80px, 0);
}

.fade-in-right {
  transform: translate(80px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*==================================================
accordion
================================================== */


@media only screen and (max-width: 1100px) {
	
	dl.accordion{
		border-bottom: 1px solid #dde9f4;
	}

dl.accordion dt{
    cursor:pointer;
    height: auto; 
    position: relative; 
    padding: 0;
	margin-bottom: 0 !important;
}

dl.accordion dt:hover{
    cursor:pointer;
    text-decoration: none;
}


dl.accordion dt:after{
    font-family: "Font Awesome 5 Free";
    content: '\f067';
    font-weight: 900;
	font-size: 12px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 21px;
	color: #005799;
}

dl.accordion dt.open:after{
    font-family: "Font Awesome 5 Free";
    content: '\f068';
    font-weight: 900;
	font-size: 12px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 21px;
	color: #005799;
}

 
dl.accordion dd {
    display:none; 
	margin-left: 20px;
	box-sizing: border-box;
}
	
}

/*==================================================
fc
================================================== */

.fc-blue{color: #005d97 !important;}
.fc-green{color: #7fbc03 !important;}
.fc-red{color: #ed0303 !important;}
.fc-black{color: #333 !important;}
.bc-black{border-color: #333 !important;}

/*==================================================
bg
================================================== */

.bg-grey{background: #f4f4f4 !important;}



/*==================================================
txt-slider 追加
================================================== */

.txt-slider {
	overflow: hidden;
	position: relative;
}
.txt-slider strong {
	display: inline-block;
	position: relative;
	transition: opacity 0.5s ease-out;
}
.txt-slider strong::before {
	content: '';
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.txt-slider strong.active::before {
	width: 0;
	left: 100%;
	transition: left 1.5s 1.5s ease-out, width 1.5s 1.5s ease-out;
}


/*==================================================
form
================================================== */


input[type="text"],
input[type="number"], 
input[type="email"], 
input[type="password"] , 
input[type="tel"] ,
input[type="date"] ,
input[type="time"] ,
input[type="search"]  {
	width: 100%;
    box-sizing: border-box;
	height: 50px;
    font-size: 16px;
	border:1px solid #ddd;;
	padding:5px 10px;
	background:#fff;
	border-radius: 6px;
	
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="search"]:focus,
textarea:focus {
    
}

.td-div > div{
    margin-bottom: 10px;
}

.td-div > div:last-child{
    margin-bottom: 0;
}

input.input-zip{
    width: 25%;
}

input.zip{
	width: 15%;
}

input.input-tel{
    width: 50%;
}

textarea{
    padding: 20px 15px;
    width: 100%;
    min-height: 220px;
    font-size: 16px;
    box-sizing: border-box;
	background:#fff;
    border: 1px solid #ddd;
	border-radius: 6px;
}

input[type="checkbox"]{
    display: inline-block; 
    width: 22px; 
    height: 22px; 
    background:#f5f5f5; 
    vertical-align: bottom;
    margin-right: 5px;
}

input[type="radio"]{
    display: inline-block; 
    width: 22px; 
    height: 22px; 
    background:#fff; 
	vertical-align: middle;
    margin-right:5px;
	border-color: #ddd !important;
}


select {
cursor: pointer;
    min-width: 40%;
text-indent: 0.01px;
text-overflow: ellipsis;
border: 1px solid #ddd !important;
outline: none;
background: #fff;
background-image: none;
box-shadow: none;
height: 50px;
box-sizing: border-box;
	border-radius:6px;
	font-size: 16px;
}

.required{
    display: inline-block; 
    border-radius: 3px; 
    margin-left: 10px; 
    border: 1px solid #e8343d;
    color: #e8343d;
    font-size: 10px; 
    padding:3px 10px; 
    line-height: 1;
    vertical-align: middle;
    background: #fff;
}

#contact-confirm .required{
    display: none;
}

.btn-area{
    text-align: center;
}

input[type="submit"],
button{
	-webkit-appearance:none;
	cursor: pointer;
}

.btn-form{
	display: inline-block;
	color: #fff !important;
	text-align: center;
	background-color: #005e95;
	text-decoration: none !important;
	position: relative;
    border: none;
	border-bottom: 5px solid #32b1e7;
    height: 64px;
    line-height: 62px;
    border-radius: 34px;
    width: 360px;
	padding: 0;
    font-size: 15px;
}

.btn-form:hover{
    background: #32b1e7;
    border-bottom: 5px solid #005e95;
}

label.l-rc{
    display: block;
    margin: 5px 0;
}


#header-form{
    line-height: 1.9;
    margin: 0 auto 50px;
    font-size: 15px;
}

#header-form p{
    margin-bottom: 25px;
}

#form-finish #header-form{
	text-align: center;
}



span.txt-form{padding-left: 15px;}

#contact-confirm span.txt-form{
	display: none;
}


@media only screen and (max-width: 768px) {

.btn-form{
    width: 300px;
    height: 58px;
    line-height: 56px;
    font-size: 14px;
}


    
}




@media (max-width: 480px) {
    
span.txt-form{padding-left: 0; padding-top: 8px; font-size: 13px;}

.btn-form{
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
}

input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="password"] , 
input[type="tel"] ,
input[type="date"] ,  
input[type="time"] ,     
input[type="search"]  {
	height: 44px;
	font-size: 13px;
}
	
input[type="submit"],
button{-webkit-appearance:none !important;}	

textarea{
	min-height: 160px;
	font-size: 13px;
}

select {
width: 100%;
height: 42px;
} 
 

.btn-cart{
    width: 94%;
}  
    
.box-form .btn-area{
    margin: 0;
}

.td-div > div > span{
    display: block;
    width: 100%;
}

input.input-zip{
    width: 100%;
    margin-left: 0;
}

input.zip{
	width: 30%;
}

input.input-tel{
    width: 100%;
    margin-left: 0;
}


}


/*==================================================
contact
================================================== */

#contact{
    padding-top: 120px;
}

.head-contact{
    line-height: 2.2;
    padding: 0 30px 25px;
}

#contact th{
    background: #f4f4f4;
    width: 240px;
}

@media only screen and (max-width: 768px) {

#contact{
    padding-top: 90px;
}

.head-contact{
    line-height: 2.0;
    padding: 0 20px 25px;
}

#contact th{
    width: 210px;
}
    
}

@media only screen and (max-width: 480px) {

#contact{
    padding-top: 65px;
}

.head-contact{
    line-height: 2.0;
    padding: 0 15px 20px;
}

#contact th{
    width: 100%;
}
    
}





