@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,600,700);

/* -----------------------------------
   general style
-------------------------------------- */
html,
body {
	-webkit-font-smoothing: antialiased;
	font-family: "Lato", "Avenir Next", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333 font-size: 16px;
}
.container-fluid {
	margin: 0;
	padding: 0;
}

.wrap {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
}

/*--- link ---*/
a {text-decoration: none;color: #f15a24;}
a:link {text-decoration: none;color: #333;}
a:visited {text-decoration: none;color: #333;}
a:hover {text-decoration: none;color: #999;}
a:active {text-decoration: none;}
.form-control {-webkit-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s;}

a,.btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	transition: all 0.125s ease-in-out 0s;
	border-radius: 0px;
}
button {
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}


/*--- Typography ---*/
.serif {
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
p {font-size: 16px;line-height: 1.8;}

h1,h2,h3,h4,h5,h6 {
	font: 400 40px/1.2 Lato, sans-serif;
	letter-spacing: 5px;
	margin: 5px 0 5px;
}
h1 {
	font-size: 60px;
	margin: 0 0 30px;
}
h2 {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 8px;
}
h3 {
	font-size: 35px;
	letter-spacing: 1px;
	margin: 0 0 20px;
}
h4 {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 1px;
}
h5 {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 400;
}
h6 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 400;
}
.subeng {
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 1;
	font-weight: 400;
	color: #f15a24;
}
/* -----------------------------------
   Color
-------------------------------------- */
.orange {
	color: #f15a24;
}
.orange-bg {
	background: #f15a24;
}
.red {
	color: #c1272d;
}
.red-bg {
	background: #c1272d;
}
.lblue {
	color: #d3f2eb;
}
.lblue-bg {
	background: #d3f2eb;
}

/* -----------------------------------
   header
-------------------------------------- */
.header {
	width: 100%;
	height: 80px; /* --60px-- */
	background-color:#fff;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: .2s;
	transition: .2s;
    border-bottom: 1px solid #ccc;
}
.header-logo {
	width: auto;
	height: 80px; /* --60px-- */
	padding: 14px 0;
	margin-left: 15px;
	float: left;
}
.gnav {
	float: right;
	height: 40px;
	
}
.header ul {
	margin-right: 15px;
	
}
.header li {
	float: left;
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	letter-spacing: 1px;
	text-align: center;
	font-size: 14px;
    padding: 0 15px;
	margin-top: 14px;
	line-height: 1.2;
	border-right: 1px solid #ccc;
}
.header li:last-child{
    border: none;
}
.header li span{
	font-size: 10px;
	color:#f15a24;
}
.nav-sns-icon {
	float: right;
	display: block;
	width: auto;
	margin-left: 15px;
}
.top-sns-icon {
	float: left;
	display: block;
	width: auto;
	height: 60px;
	padding: 14px 0;
	margin-right: 8px;
	opacity: 1;
}

.top-sns-icon:hover {
	opacity: 0.7;
}
/*toggle*/

#toggle {
	display: none;
}
/*header hover*/
.header a {
	text-decoration: none;
	color: 333;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.header a:link {
	text-decoration: none;
	color: #333;
}
.header a:visited {
	text-decoration: none;
	color: #333;
}
.header a:hover {
	text-decoration: none;
	color: #888;
}
.header a:active {
	text-decoration: none;
}
/* -----------------------------------
   footer
-------------------------------------- */
#footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background: #efefef;
	margin-top: 60px;
}
#footer ul{
	list-style-type: none;
	margin: 0 auto;
	text-align:center; 
}
#footer li {
	display: inline-block;
	letter-spacing: 2px;
	text-align: center;
	font-size: 14px;
	padding-top: 12px;
	margin: 0 15px;
}
#footer p{
	text-align: center;
	margin-top: 10px;
	color:#888;
}
/* -----------------------------------
   Preloader
-------------------------------------- */
#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status {
	background-image: url(../images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}
/* -----------------------------------
   top page
-------------------------------------- */
/*general*/
.top-title{
	display: block;
	width: auto;
	margin: 0 auto;
	text-align: center;
}
.top-btn{
	height: 50px;
	width: 280px;
	margin-top: 20px;
	border-radius: 25px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
    line-height: 2;
}
.top-btn:hover{
	background-color:#333;
}
.top-btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
}
.top-btn a:link {text-decoration: none;color: #fff;}
.top-btn a:visited {text-decoration: none;color: #fff;}

/*--- slide ---*/
.swiper-container {
	width: 100%;
	height: auto;

}
.slide-ph1{
	position: relative;
	background-image: url(../images/top_ph01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 675px;
}
.slide-ph2{
	position: relative;
	background-image: url(../images/top_ph02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 675px;
}
.top-main-overlay {
	background-color: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 675px;
	z-index: 1;
}
.top-main-title {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 550px;
	height: 400px;
	z-index: 10;
}
.swiper-pagination-bullet{
	background: #ccc;
}

.swiper-pagination-bullet-active{
	background: #fff;
}


/*--- PHILOSOPHY ---*/
.top-phi-wrap{
	margin-top: 80px;
}
.top-phi-content{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-top: 30px;
}
.top-phi-content img{
	max-width: 100%;
	height: auto;
	margin: 0 auto
}
.top-phi-content-inner{
	position: absolute;
	text-align: center;
	top: 15%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 350px;
	height: auto;
}

/*--- SRVICE ---*/
.top-serv-wrap{
	margin-top: 80px;
}
.top-serv-content-txt{
	margin-top: 30px;
}
.top-serv-content-txt-title{
	padding: 50px 30px;
	text-align: center;
}
/*up*/
.top-serv-content-ph{
	margin: 0;
	padding: 0;
	margin-top: 30px;
}
.top-serv-content-ph-up{
	width: 100%;
	margin: 0;
	padding: 0;
}
.top-serv-content-ph-up img{
	margin: 0;
	padding: 0;
	width: 100%;
}
.top-serv-content-ph-up-inner{
	position: absolute;
	text-align: center;
	width: 150px;
	height: 130px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 10%;
	margin: auto;
}
.top-serv-content-ph-up-inner p{
	color:#fff;
	font-size: 18px;
}

/*low*/
.top-serv-content-ph-low{

	margin: 0;
	padding: 0;
}
.top-serv-content-ph-low img{
	margin: 0;
	padding: 0;
	width: 100%;
}
.top-serv-content-ph-low-inner{
	position: absolute;
	text-align: center;
	width: 150px;
	height: 130px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 10%;
	margin: auto;
}
.top-serv-content-ph-low-inner p{
	color:#fff;
	font-size: 18px;
	line-height: 1.5;
}
/*hover*/
.top-serv-content-ph-up:hover{
	opacity: 0.8;
}
.top-serv-content-ph-low:hover{
	opacity: 0.8;
}


/*--- OFFICE ---*/
.top-office-wrap{
	margin-top: 80px;
}

.top-office-wrap img{
	width: 100%;
	height: auto;
    background-image: -webkit-linear-gradient(135deg, #fff 25%, #cef0ea 25%, #cef0ea 50%, #fff 50%, #fff 75%, #cef0ea 75%, #cef0ea);
	background-image: linear-gradient(-45deg, #fff 25%, #cef0ea 25%, #cef0ea 50%, #fff 50%, #fff 75%, #cef0ea 75%, #cef0ea);
	background-size: 14px 14px;
    padding: 25px
}

.top-office-inner{
	position: absolute;
	text-align: center;
	width: 150px;
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	color:#fff;
}
/*hover*/
.top-office-wrap:hover{
    opacity: 0.8;
}

/*--- CONTACT ---*/
.top-contact-wrap{
	margin: 80px 0px 80px;
}

.top-contact-content{
	text-align: center;
	width: auto;
	height: auto;
	display: block;
	margin-top: 40px;
}
.top-contact-content h3{
	margin-bottom: 0px;
}
.top-contact-tel {
	width: 350px;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}
.top-contact-tel img{
	float: left;
	width: 44px;
	margin: 0 auto;
}

.top-contact-tel h3{
	font-weight: 700;
	font-size: 42px;
}

/* -----------------------------------
   sub page
-------------------------------------- */
/*general*/

.page-top-wrapper{
	position: relative;
	background-image: url(../images/phi_top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 370px;
}
.serv-top-ph{
	background-image: url(../images/ser_top.jpg);
}
.office-top-ph{
	background-image: url(../images/off_top.jpg);
}
/* -----------------------------------
   PHILOSOPHY
-------------------------------------- */
.phi-about{
	margin-top: 80px;
}
.phi-about-content{
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}
.phi-about-content img{
  width:80%;
  height: auto;
	margin: 10 10px;
	margin-top: 20px;
}

.phi-profile{
	margin-top: 80px;
    background-image: -webkit-linear-gradient(135deg, #fff 25%, #faf5e6 25%, #faf5e6 50%, #fff 50%, #fff 75%, #faf5e6 75%, #faf5e6);
	background-image: linear-gradient(-45deg, #fff 25%, #faf5e6 25%, #faf5e6 50%, #fff 50%, #fff 75%, #faf5e6 75%, #faf5e6);
	background-size: 14px 14px;
    padding: 80px 0px 30px;
}
.phi-profile-content-ph img{
	margin-top: 40px;
    width: 60%;
    height: auto;
}

.phi-profile-content-table-wrap{
	margin-top:60px;
}


/* -----------------------------------
   SERVICE
-------------------------------------- */
.serv-bp{
}
.serv-bp-wrap{
	padding-top: 80px;
	padding-bottom: 60px;

	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(135deg, #fff 25%, #faf5e6 25%, #faf5e6 50%, #fff 50%, #fff 75%, #faf5e6 75%, #faf5e6);
	background-image: linear-gradient(-45deg, #fff 25%, #faf5e6 25%, #faf5e6 50%, #fff 50%, #fff 75%, #faf5e6 75%, #faf5e6);
	background-size: 14px 14px;
}
.serv-bp-content{
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}
.serv-bp-content img{
  max-width: 100%;
  max-height: 100%;
	margin: 10 10px;
	margin-top: 20px;
}
.serv-content-wrap{
	margin-top: 80px;
	width: 100%;
}
.serv-content-1st{
	margin-top: 60px;
	width: 100%;
}
.serv-content-1st-main {
    margin-top: 60px;
	margin: 0;
}
.serv-content-1st-main-l{
	padding-left: 10%;
	padding-right: 5%;
	padding-top: 2%;
	margin: 0;
}
.serv-content-1st-main-l h3{
	margin-bottom: 30px;
}
.serv-content-1st-main-r{
	padding: 0;
	margin: 0;
}
.serv-content-1st-main-r img{
	width: 100%;
}
.serv-content-1st-col{
	margin-top: 60px;
	text-align: center;
}
.serv-content-2nd-wrap{
	margin-top: 80px;
}
.serv-content-2nd-main{
	margin: 0;
}
.serv-content-2nd-main-l{
	padding: 0;
	margin: 0;
}
.serv-content-2nd-main-l img{
	width: 100%;
}
.serv-content-2nd-main-r{
	padding-left: 5%;
	padding-right: 10%;
	padding-top: 2%;
	margin: 0;
}
.serv-content-2nd-main-r h3{
	margin-bottom: 30px;
}
.serv-content-2nd-col{
	margin-top: 60px;
	text-align: center;
}
/* -----------------------------------
   OFFICE
-------------------------------------- */
.office-about-wrap{
	margin-top: 80px;
}
.office-about-content{
	margin-top: 40px;
}
.office-access-wrap{
	padding-top: 80px;
	padding-bottom: 60px;
	margin-top: 80px;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(135deg, #fff 25%, #faf5e6 25%, #faf5e6 50%, #fff 50%, #fff 75%, #faf5e6 75%, #faf5e6);
	background-image: linear-gradient(-45deg, #fff 25%, #faf5e6 25%, #faf5e6 50%, #fff 50%, #fff 75%, #faf5e6 75%, #faf5e6);
	background-size: 14px 14px;
}
.office-access-txt{
	text-align: center;
}
.gmap {
	position: relative;
	padding-bottom: 40%;
	margin-top: 40px;
	height: 0;
	overflow: hidden;
}
.gmap iframe,.gmap object,.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 70%;
	height: 100%;
}
/* -----------------------------------
   CONTACT
-------------------------------------- */
.form-wrap{
    width: 460px;
    margin: 0 auto;
}
.contact-first-wrap{
    margin-top: 100px;
    margin-bottom: 30px;
}

.contact-btn-wrap{
    width: 100%;
    text-align: center;
}
.contact-notice h4{
    font-size: 14px;
}
.contact-notice{
    padding: 20px 20px 10px 20px;
    border-radius: 5px;
    background: #efefef;
    margin-bottom: 20px;
}
.contact-notice p{
    font-size: 12px;
}
.top-contact-content{
    margin-top: 40px;
    padding-top: 30px;
    border-top:1px dotted #ccc;
}
.checkbox{
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top:1px dotted #ccc;
}

.contact-confirm-return-btn{
    height: 50px;
	width: 100px;
	margin-top: 20px;
    margin-right: 15px;
	border-radius: 25px;
	color: #333;
	font-size: 14px;
    line-height: 2;
    text-align: center;
    background: #ccc;
    
}
.contact-confirm-btn{
    width: 200px;
}



/****************************************
          TOPへ戻るボタン（Go to top）
*****************************************/
#go-top{
    position:fixed;
    font-size:20px;
    right:15px;
    bottom:15px;
    display: none;
    z-index: 10;
}
#go-top a{
    color:#fff;
    padding:15px;
    text-decoration:none;
    display:block;
    cursor:pointer;
    text-align:center;
    background:#333;
    line-height:100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
}
#go-top a:hover{
    background:#f15a24;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}

/* =========================================
   MOBILE 930px以下 header
============================================ */
@media only screen and (max-width:929px) {
.header {
     width: 100%;
     height: 44px;
 }
 .header-logo {
    width: auto;
	height: 44px;
	padding: 10px 0;
	margin-left: 10px;
	float: left;
    }
 #toggle {
     display: block;
     width: 100%;
 }
 #toggle img {
     width: 40px;
     height: auto;
     float: right;
     margin-right: 15px;
     margin-top: 5px;
     padding: 0;
 }
 #gnav {
     display: none;
 }
 #gnav {
     width: 100%;
     z-index: 100;
     height: auto;
     margin-top: 44px;
     clear: both;
     position: absolute;
     top: 0;
     background-color: rgba(255, 255, 255, 0);
 }
 #gnav ul {
     width: 100%;
     height: auto;
 }
 #gnav>ul>li {
     clear: both;
     width: 100%;
     display: block;
     font-size: 14px;
     text-align: center;
     line-height: 1;
     letter-spacing: 2px;
     margin-top: 0;
     padding-top:10px; 
     height: 50px;
     border-top: solid 1px #ccc;
     background-color: rgba(255, 255, 255, 1);
 }
 #gnav>ul>li:last-child {
     border-bottom: solid 1px #333;
 }
 #gnav>ul>li>a {
     display: block;
     width: 100%;
     height: 100%;
     color: #333;
     transition-duration: 0.2s;
     transition-property: background-color;
     padding-top: 0;
 }
 #gnav>ul>li>a:hover {
     color: #888;
 }
 .nav-sns-icon{
     display: none;
 }
}

/* =========================================
   MOBILE 768px以下
============================================ */
@media (max-width: 768px){
    .spnone {display: none !important;}
    .wrap {
	width: 95%;
	padding-right: 0;
	padding-left: 0;
}
    p {font-size: 14px;line-height: 1.6;}
    h2 {
	font-size: 21px;
	font-weight: 700;
	margin: 0 0 8px;
}
    h3 {
	font-size: 32px;
	letter-spacing: 1px;
	margin: 0 0 15px;
}
    h4 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}
    #footer {
	padding: 15px 0;
	margin-top: 40px;
}
    #footer li {
    letter-spacing: 1px;
	font-size: 12px;
	margin: 0 5px;
}
    #footer p{
        font-size: 12px;
    }
    
    
/*top*/
    .slide-ph1,.slide-ph2,.top-main-overlay{
	height: 400px;
}
    .top-main-title {
	width: 100%;
	height: auto;
}
    .top-main-title img{
        width: 90%;
        height: auto;
        display: block;
        margin: 75px auto;
    }
    .top-phi-wrap{
	margin-top: 40px;
}
    .top-phi-content-inner{
	position: relative;
	text-align: center;

	margin: 0 auto;
	width: 350px;
	height: auto;
}
    .top-phi-content img{
	display: none;
}
    .top-serv-wrap{
	margin-top: 60px;
}
    .top-serv-content-txt{
	margin-top: 0px;
}
    .top-serv-content-txt-title{
	padding: 20px 20px;
}
    .top-serv-content-txt-ill img{
        display: none;
    }
    .top-serv-content-ph{
        margin-top: 10px;
    }
    .top-serv-content-ph-up {
        height: 200px;
        width: 100%;
        overflow: hidden;
    }
    .top-serv-content-ph-up img:last-child{
	    height: 200px;
        width:auto;
        overflow: hidden;
}
    .top-serv-content-ph-up-inner img{
        width:80%;
        margin-bottom: 10px;
    }
    .top-serv-content-ph-low-inner img{
        width:80%;
        margin-bottom: 0px;
    }
    .top-office{
        background-image: -webkit-linear-gradient(135deg, #fff 25%, #cef0ea 25%, #cef0ea 50%, #fff 50%, #fff 75%, #cef0ea 75%, #cef0ea);
	background-image: linear-gradient(-45deg, #fff 25%, #cef0ea 25%, #cef0ea 50%, #fff 50%, #fff 75%, #cef0ea 75%, #cef0ea);
	background-size: 14px 14px;

    }
    .top-office-wrap{
        margin-top:40px;
        overflow: hidden;
        padding-top: 10px;
        padding-bottom: 10px;
        
    }
    .top-office-wrap img{
        height: 150px;
        width: auto;
        padding: 0;
        overflow: hidden;
    }
    .top-contact-wrap{
        margin: 0 auto;
	    margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
        
}
    .top-contact-content{
        margin-top: 20px;
    }
    .top-contact-tel {
        width: 300px;
    }
    .top-contact-tel img{
	float: left;
	width: 40px;
	margin: 0 auto;
}
    .top-contact-tel h3{
        font-size: 36px;
    }
/*page*/
    .page-top-wrapper{
        height: 250px;
    }
    .phi-about{
	margin-top:40px;
}
    
    .phi-about-content{
        margin-top: 40px;
        padding: 0 15px;
    }
    .phi-profile{
	margin-top: 40px;
        padding-top:40px;
        padding-bottom: 20px;
    }
    .phi-profile-content-ph{
        padding: 0 15px;
    }
    .phi-profile-content-ph img{
	margin-top: 30px;
    }

    .phi-profile-content-table-wrap{
	margin-top:40px;
}
    
/*service*/
    .serv-bp-wrap{
    padding-top: 40px;
    padding-bottom: 40px;
}
    .serv-bp-content{
        margin-top: 40px;
        padding: 0 15px;
    }
    .serv-bp-content img{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
    .serv-content-wrap{
	margin-top: 40px;
    }
    .serv-content-1st{
	margin-top: 40px;
    }
    .serv-content-1st-main-l{
	padding:0 15px;
	margin: 0;
        text-align: center;
}
    .serv-content-1st-main-r img{
	margin-top: 20px;
}
    .serv-content-1st-col{
	margin-top: 20px;
	text-align: center;
}
    .serv-content-1st-col img{
        width: 50%;
    }
    .serv-content-1st-col p{
        margin-bottom: 20px;
    }
    .serv-content-2nd-wrap{
	margin-top: 40px;
}
    .serv-content-2nd-main-r{
	padding:0 15px;
	margin-top: 40px;
        text-align: center;
}
    .serv-content-2nd-col{
	margin-top: 20px;
	text-align: center;
}
    .serv-content-2nd-col img{
        width: 50%;
    }
    .serv-content-2nd-col p{
        margin-bottom: 20px;
    }
    .office-about-content td:nth-child(1){
        width: 25%;
    }
    .office-about-wrap{
	margin-top: 40px;
}
    .office-access-wrap{
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
    }
    .gmap {
	position: relative;
	padding-bottom: 40%;
	margin-top: 20px;
	height: 0;
	overflow: hidden;
}
    .gmap iframe,.gmap object,.gmap embed {
	width: 80%;
	height: 100%;
}
/*contact*/
    
    .form-wrap{
    width: 90%;
    margin: 0 auto;
}
    .top-contact-content{
    width: 80%;
    }
    .contact-confirm-return-btn{
	width: 80px;
    margin-right: 10px;
    
}
.contact-confirm-btn{
    width: 150px;
}
    
    
    
    
}