/*
 * Theme Name: office conveni
 *
 * Layout: btoc (B to Cページのスタイルシートです。親の法人向けサービスを基本に、色などを変更しています。)
 *
 * 
*/
/*--------------------------------------------------------------
# site-header
--------------------------------------------------------------*/

.site-header {
    border-bottom: 4px solid #f15a24;
}
.header-tagline {
    font-size: 1.2rem;
    margin-left: 40px;
    position: absolute;
    top: 0;
}
.main-navigation .link-to-form a {
    background: #f15a24;
}
.main-navigation .link-to-form a:hover, .main-navigation .link-to-form a:active {
    background: #33b1ec;
}
.main-navigation .link-to-form a:hover, .main-navigation .link-to-form a:active {
    background: #f47b50;
}
.main-navigation .contact-by-phone {
    color: #ff9429;
}
.main-navigation .contact-by-phone a {
    background: #ff9429;
}
.main-menu li a {
    color: #0075b0;
}

/* --- sticky */
aside.cta-sticky a {
    background: #ff1d25;
}
aside.cta-sticky a:hover {
    background: #ff4a51;
}

@media screen and (max-width: 768px) {
    .site-title {
        padding-top: 5px;
    }
    .main-menu li a {
        border: 1px solid #f15a24;
    }
	
} /* end media query */

/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/

.entry-content {
	margin-top: 0;
}


.bg-yellow {
    background: #fffcde;
    padding-top: 4em;
    padding-bottom: 4em;
}

.site-main h2 {
    color: #f15a24;
}
.site-main h2 small.eng {
    color: #0075b0;
}
.site-main h4 {
    color: #0075b0;
}
.site-main h4::before {
    color: #ff9429;
}
.site-main li::before {
    color: #ff9429;
}
.list-unstyled {
    margin: 0;
}
.list-unstyled li {
    padding: 0;
    margin-bottom: 0;
}
.list-unstyled li::before {
    content: '';
}
.footnote {
    font-size: 80%;
}
.link-btn a:link, .link-btn a:visited {
    background: #ff1d25;
}
.link-btn a:hover, .link-btn a:active {
    background: #ff4a51;
}

.site-main .captiony {
    background: #f15a24;
}
.card {
    background: #fff;
    padding: 1.5em;
    border: 2px solid #f15a24;
    height: 100%;
}


/*--------------------------- child page ----------------------------*/

.child-page .entry-content {
    margin-top: 4em;
}
.child-page .entry-title {
    color: #f15a24;
}
.child-page .site-main h2 {
    color: #f15a24;
}


/*--------------------------------------------------------------
# problems
--------------------------------------------------------------*/

.problem-img-pc {
    max-width: 850px;
    margin: 0 auto;
}
.problem-list .col-4 {
    margin-bottom: 7em;
}
.problem-item {
    position: relative;
}
.problem-item p {
    margin-bottom: 0;
    font-weight: bold;
}
.problem-item em {
    color: #0075b0;
    font-size: 1.1em;
    display: block;
}
.problem-img {
    position: absolute;
    width: 80px;
    top: 70%;
    right: 0;
}


/*--------------------------------------------------------------
# intro
--------------------------------------------------------------*/


.merits-list {
    margin-bottom: 3em;
}
.merits-list .card {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #0075b0;
}
.intro {
    background: #ccecfa;
    padding-top: 3em;
    padding-bottom: 3em;
    background-image: repeating-linear-gradient(-45deg ,#dbf1fc, #dbf1fc 6px ,rgba(0,0,0,0) 0, rgba(0,0,0,0) 12px);
}
.intro-main {
    margin-bottom: 3.5em;
}
.intro-image {
    width: 40%;
    
}
.intro .intro-title {
    text-align: left;
    font-size: 2.8rem;
    color: #f15a24;
    margin-bottom: .5em;
}
.intro .lead {
    font-weight: bold;
}
.intro .footnote {
    text-align: right;
}

/*---- video */
.video-intro {
}
.featured-video {
	display: flex;
	justify-content: space-around;
	margin-bottom: 1em;
}
.video-description {
	width: 35%;
	padding-top: 1em;
	margin-left: 1.5em;
	font-weight: bold;
}
.video-intro .video-title {
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
	color: #f15a24;
	border-bottom: 3px solid #f15a24;
    border-top: none;
    letter-spacing: 0;
    margin-bottom: 1em;
}
.video-wrap {
    box-shadow: none;
}
.video-wrap iframe {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
}

@media screen and (max-width:768px) {
	
	.featured-video {
		flex-direction: column;
		align-items: center;
	}
	.video-intro .video-title {
		text-align: center;
        font-size: 1.8rem;
	}
	.video-description {
		width: 95%;
		text-align: center;
		margin-left: 0;
	}
	.video-wrap {
        position: relative;
        padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
        height: 0;
        overflow: hidden;
        width: 100%;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
}
 
    .video-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: none;
    }

/* end media query*/
}

/*--------------------------------------------------------------
# uses
--------------------------------------------------------------*/

.uses .uses-list {
    margin-bottom: 3em;
    padding: 3em 4em 0 20px;
}
.uses .use-item {
	padding: 0;
    margin-bottom: 4em;
    box-shadow: 1px 1px 3px #bbb;
}
.uses .use-item figure {
	margin: 0;
}
.uses .use-item figcaption.captiony {
	background: rgba(241,90,36,0.9);
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px 10px 10px 60px;
}

.uses .use-item::before {
	color: #0075b0;
	font-family: 'Roboto', sans-serif;
	font-size: 90px;
	font-weight: bold;
	left: 6px;
   top: -73px;
	z-index: 10;
}
.uses .use-item::after {
	content: "\f0da";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #f5ba00;
	font-size: 90px;
	top: 25%;
	right: -44px;
}
.uses li.use-item:last-child::after {
	content: "";
}
.uses .description {
    background: #fffcde;
    padding: 1.5em 1em;
    margin-bottom: 0;
}


@media screen and (max-width:900px) {
	.uses .description {
		bottom: -70px;
		/*left: -20px;
		width: 100%;*/
		background: #f6f6f6;
        position: static;
	}
/* end media query*/
}


@media screen and (max-width:768px) {
	
	.uses .use-item::before {
		font-size: 50px;
		top: -53px;
	}
	.uses .use-item figcaption.captiony {
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		position: static;
		display: block;
		padding: 13px 12px 10px;
	}

	.uses .use-item::after {
		font-size: 70px;
		top: 25%;
		right: -32px;
	}
    

/* end media query*/
}


@media screen and (max-width:600px) {
	
    .uses .uses-list {
        padding: 0;
    }
	.alt-size .use-item {
    	width: 100%;
        max-width: 400px;
		margin-bottom: 50px;
	}
	.uses .use-item::after {
    content: "\f0d7";
    top: 89%;
    right: 44%;
	}
	
	.uses .alt-size .use-item:last-child {
		margin-bottom: 30px;
	}


/* end media query*/
}


/*--------------------------------------------------------------
# payment
--------------------------------------------------------------*/

.fee {
    background: #fff;
    border: 2px solid #0075b0;
    padding: 1.5em;
    text-align: center;
}
.fee-detail {
    margin-bottom: 0;
    color: #f15a24;
    font-size: 1.9rem;
    font-weight: bold;
}
.fee-detail em {
    font-size: 120%;
}
.fee-detail small {
    font-weight: normal;
}

.payment-detail .pict-box {
    width: 25%;
}
.payment-detail ul {
    margin: 0 2em 1em;
}

@media screen and (max-width: 600px) {
    .payment-detail .pict-box {
        width: 40%;
    }
	
} /* end media query */

@media screen and (max-width: 480px) {
    .fee-detail {
        font-size: 3.6vw;
    }
    
	
} /* end media query */

/*-----------------------　ポイントカード　-------------------------*/

.promo-item {
    /*background: #f6f6f6;*/
	background: #fff;
    border-top: 3px solid #f15a24;
    border-bottom: 3px solid #f15a24;
    margin-bottom: 60px;
    padding: 50px 50px 0px;
/*    display: flex;
    justify-content: space-between;
    align-items: center;*/
    position: relative;
}
.item-description {
    /*width: 67%;*/
    /*padding-right: 4%;*/
    padding-bottom: 25px;
}
.promo-item figure {
    width: 40%;
    margin-top: 0;
    padding-bottom: 1em;
}
.promo-item figure.tb-sp-only {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 0;
}

.promo-category {
    display: inline-block;
    background: #f15a24;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 5px 25px 3px;
    font-feature-settings: "palt";
    position: absolute;
    top: -8px;
}
.site-main .promo-item h3 {
    border: none;
    margin: 0 0 1em;
    padding: 0;
    text-align: left;
    color: #0075b0;
    font-weight: bold;
    font-size: 1.7rem;
    letter-spacing: 0;
    line-height: 1.6;
}
.site-main .promo-item h3 em {
    font-size: 2.1rem;
    color: #f15a24;
    letter-spacing: 0.05em;
}
.promo-item figcaption {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 6px;
    color: #0075b0;
}
.promo-item strong {
    color: #009ee7;
}

.card-alert {
    border: 2px dashed #f15a24;
    background: #e5f5fd;
    display: inline-block;
    border-radius: 10px;
    padding: 1em 1.5em .5em;
}
.card-alert h4 {
    font-size: 1.8rem;
    margin-bottom: 0;
}
.card-alert h4::before {
    display: block;
    content: "\f0a1";
    font-size: 3.6rem;
    line-height: 1;
}
.card-rules {
    border-top: 1px solid #ccc;
    padding: 1.5em 0 2em;
    clear: both;
}
.card-rules h4 {
    font-size: 1.2rem;
    margin-bottom: 0;
}
.card-rules-list {
    font-size: 1.2rem;
    margin: 0;
}
.card-rules-list li {
    display: inline;
    padding-left: 0;
    margin-right: .5em;
}
.card-rules-list li::before {
    position: static;
    margin-right: 3px;
}

@media screen and (max-width: 768px) {
    .promo-item {
        padding: 40px 20px 0;
    }
    .promo-item figure {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .card-alert {
        width: 100%;
    }
    
	
} /* end media query */

@media screen and (max-width: 479px) {
    .promo-item {
        margin-right: -20px;
        margin-left: -20px;
    }
	
} /* end media query */



/*--------------------------------------------------------------
# products
--------------------------------------------------------------*/

.products {
    padding-top: 4em;
}
.products h3 {
    border: none;
    text-align: left;
    margin-bottom: .3em;
    display: inline-block;
    background: #f15a24;
    color: white;
    font-size: 2.1rem;
}
.lineup li {
    border: 1px solid #f15a24;
}
ul.five-column li {
    min-width: auto;
}
.link-section .lead {
	float: left;
	width: calc(100% - 300px);
	padding-right: 7%;
	margin-bottom: 1.5em;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #0075b0;
}
.facebook-link {
	width: 300px;
	background: #f15a24;
	float: right;
	padding: 30px 30px 0 85px;
	color: #fff;
	position: relative;
}
.facebook-link p {
	font-weight: bold;
}
.facebook-link::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: "\f1c1";
	font-size: 59px;
	position: absolute;
	top: 10px;
	left: 16px;
}
.facebook-link .cta-link {
    background: #ff9429;
    margin: 30px -30px 0 0;
    font-size: 86%;
}
.facebook-link .cta-link a:link,
.facebook-link .cta-link a:visited {
	display: block;
	padding: 15px;
	color: #fff;
	font-weight: bold;
}
.facebook-link .cta-link a:hover,
.facebook-link .cta-link a:focus {
	text-decoration: none;
	color: #ff9429;
	background: #ffdfbf;
}
.facebook-link .cta-link a::after {
	font-family: "Font Awesome 5 Free";
   content: "\f101";
   font-weight: 900;
	margin-left: 1em;
}

@media (min-width: 601px) and (max-width: 768px) {
    
    ul.five-column li {
        width: 17.56%;
    }
	
} /* end media query */

@media screen and (max-width:600px) {
	
	.link-section .lead {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 1.5em;
	}
	.facebook-link {
		width: 80%;
		float: none;
		margin: 2em auto;
	}


/* end media query*/
}

@media screen and (max-width:400px) {
	
	.facebook-link {
		width: 100%;
	}


/* end media query*/
}

/*--------------------------------------------------------------
# service area
--------------------------------------------------------------*/

.service-area {
	padding-top: 4em;
}

.service-area .contents-section {
	max-width: 900px;
}
.service-area .area-list {
	margin-top: 3em;
}
.service-area .area-list li {
	padding: 0;
}
.service-area .area-list h3 {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.7em;
   padding: 8px 5px 8px 14px;
}
.service-area .area-list figure {
	margin: 0;
}
.service-area .area-list figure img {
	border: 1px solid #f15a24;
}
.service-area .area-list figcaption {
	text-align: left;
	margin-top: .5em;
    font-size: 1.3rem;
    line-height: 1.6;
}
.service-area .area-list b {
	color: #0075b0;
}



@media screen and (max-width:600px) {
	
	.service-area .area-list .col-2,
	.service-area .fc-stores .col-2{
		float: none;
		width: 80%;
		margin: 0 auto 3em;
	}
	.service-area .area-list .col-2:last-child,
	.service-area .fc-stores .col-2:last-child{
		margin-bottom: 0;
	}


/* end media query*/
}


/*--------------------------------------------------------------
# start process
--------------------------------------------------------------*/

.process .col-3 {
	padding: 0;
	margin-bottom: 0;
}
.process .col-3 h3 {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	color: #0075b0;
	font-weight: bold;
	letter-spacing: 0;
}
.process .col-3 h3 img {
	display: block;
	width: 100%;
	margin: 0.5em 0 1em;
}
.process .col-3 p {
	text-align: left;
}
.process .col-3::before {
	color: #f15a24;
	font-family: 'Roboto', sans-serif;
	font-size: 90px;
	font-weight: bold;
	left: 6px;
   top: -66px;
	z-index: 10;
}
.process .col-3::after {
	content: "\f0da";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #f5ba00;
	font-size: 90px;
	top: 25%;
	right: -44px;
}
.process li.col-3:last-child::after {
	content: "";
}


@media screen and (max-width:768px) {
	
	.process .col-3::before {
		font-size: 50px;
		left: 1px;
		top: -36px;
	}
	.process .col-3::after {
		font-size: 70px;
		top: 15%;
		right: -34px;
	}

/* end media query*/
}

@media screen and (max-width:600px) {
	
	.process .col-3 {
		margin-bottom: 50px;
        width: 100%;
        margin-top: 30px;
        max-width: 400px;
	}
	.process .col-3 h3 img {
		width: 80%;
		margin: 0.5em auto 1em;
	}
	.process .col-3::before {
		left: 7%;
	}
	.process .col-3::after {
		content: "\f0d7";
		top: 87%;
		right: 45%;
	}


/* end media query*/
}


/*--------------------------------------------------------------
# faq
--------------------------------------------------------------*/

.faqs {
	border-top: 2px solid #f15a24;
	margin: 0 -40px 50px;
    border-bottom: 2px solid #f15a24;
}

.faqs dt {
	color: #0075b0;
	padding: 1.5em 40px 0 80px;
	margin-bottom: 1.5em;
	position: relative;
}
.faqs dd {
	margin: 0;
	padding: 0 40px 1.5em 80px;
	border-bottom: 1px solid #e3e3e3;
	position: relative;	
}

.faqs dt::before,
.faqs dd::before {
	
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	color: #f15a24;
	position: absolute;
   
   left: 40px;
}
.faqs dt::before {
	content: "Q";
	top: 16px;
}
.faqs dd::before {
	content: "A";
	top: -2px;
}

a.cta-form:hover {
    text-decoration: none;
    color: #66c5f1;
}
a.cta-form::before {
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	font-weight: 900;
	margin-right: 0.5em;
}



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

	.faqs {
		margin: 0 -10px 50px;
	}

/* end media query*/
}

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

	.faqs dt {
		padding: 25px 10px 0 40px;
	}
	.faqs dd {
		padding: 0 10px 25px 40px;
	}
	.faqs dt::before {
		left: 10px;
		top: 20px;
	}
	.faqs dd::before {
		left: 10px;
		
	}

/* end media query*/
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/

.contact {
    padding-top: 4em;
}
.contact form {
	margin: 30px -40px;
	border-top: 2px solid #ccc;
	padding: 2em 40px 0;
}
.contact fieldset {
	margin-bottom: 50px;
}
.contact legend {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #0075b0;
	margin-bottom: 0.6em;
}
.contact legend::before {
	font-family: "Font Awesome 5 Free";
   content: "\f0c8";
   font-weight: 900;
	color: #ff9429;
	margin-right: .4em;
	font-size: 1.1em;
}

.contact table {
    border-top: none;
    border-bottom: 1px dashed #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0;
}

.contact tr:first-child th,
.contact tr:first-child td {
	padding-top: 15px;
}
.contact tr:last-child th,
.contact tr:last-child td {
	padding-bottom: 30px;
}

.contact form th {
	border-bottom: none;
	width: 210px;
	padding: 10px 5px 10px 20px;
	vertical-align: top;
}
.contact form td {
	border-bottom: none;
	padding: 10px 20px 10px 10px;
}
.extra-field {
	border: 1px dashed #ccc;
	padding: 1em;
}

.contact .form-section {
   border-bottom: 1px dashed #ccc;
	padding: 20px 0;
}
.contact .form-q {
	font-weight: bold;
}

.contact .wpcf7-list-item {	
    margin-right: 1em;
    display: inline-block;
	 line-height: 2;
}

.contact .required {
	font-size: 10px;
	font-size: 1.0rem;
	display: inline-block;
	background: #f15a24;
	color: white;
	padding: 0.1em 0.3em 0.1em 0.4em;
	border-radius: 3px;
	letter-spacing: .2em;
	margin-left: 5px;
}
.contact .required.optional {
    background: #0075b0;
}
.contact .submit {
   text-align: center;
	margin-top: -25px;
}

.contact form input#postal-1,
.contact form input#postal-2 {
	margin-bottom: 0.5em;
}

/*postal input for new form */
input.postal {
	margin-bottom: 0.5em;
    display: inline;
    width: auto;
}
.note {
    font-size: 85%;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: bold;
    margin-bottom: .5em;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #f15a24;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #f47b50;
}

@media screen and (max-width:768px) {
	
	.contact form {
		margin: 30px 0;
		padding: 2em 0 0;
	}


/* end media query*/
}


@media screen and (max-width:480px) {
	
	.contact form th,
	.contact form td {
		display: block;
		width: 100%;
	}
	.contact form th {
		padding: 2px 0;
	}
	.contact form td {
		padding: 2px 0 20px;
	}
	.contact form tr:first-child th,
	.contact form tr:first-child td {
		padding-top: 2px;
	}
	.contact form tr:last-child th {
		padding-bottom: 2px;
	}
	.contact form tr:last-child td {
		padding-bottom: 30px;
	}
	
	input[type="text"], input[type="email"], input[type="number"], input[type="tel"], textarea {
		width: 100%;
	}
	.contact input#postal-1,
	.contact input#postal-2 {
		width: inherit;
	}
	.contact th.placeholder {
		display: none;
	}
    .site-main table tbody tr:last-child th {
        border-bottom: none;
    }


/* end media query*/
}


/*---- 問い合わせフォーム用 privacy policy --*/

.policy_contact {
	width: 90%;
	height: 200px;
	overflow-y: auto;
	border: 1px solid #ccc;
	margin: .5em auto 1em;
	padding: 1em;
}
.policy_contact .policy {
	margin-top: 0;
}
.policy_contact h3 {
	text-align: center;
	margin-bottom: 1em;
}
.policy_contact dt {
	font-weight: bold;
    margin-bottom: .3em;
}
.policy_contact dd {
    margin: 0 0 1em 25px;
}
.policy_contact .policy > dt {
	font-size: 1em;
}
.policy_contact .table_style {
	width: 100%;
}


@media screen and (max-width: 480px) {
	
	.policy_contact {
		width: 100%;
	}
	.policy_contact .table_style > dl > dt {
    	width: 30%;
	}
	
} /* end media query */

/*---- MW WP form エラーメッセージのスタイリング --*/
.mw_wp_form .error {
    font-size: 90%;
    font-weight: bold;
    background: red;
    padding: 5px;
    display: inline-block;
    border-radius: 6px;
    color: white;
    margin-top: 0.5em;
}

/*---- confirm pageでプライバシーポリシーを隠す --*/
.mw_wp_form_confirm .policy_contact {
    display: none;
}

/*---- thanks page --*/

.thanks .link-btn {
    border-top: 2px solid #ccc;
    text-align: center;
    margin-top: 3em;
    padding-top: 2em;
}


/*--------------------------------------------------------------
# cta
--------------------------------------------------------------*/

.cta section {
    background: #f15a24;
}
.cta .cta-title {
    text-align: left;
    padding: 2rem;
    padding-bottom: 2em;
    font-size: 2.7rem;
    line-height: 1.5;
    text-shadow: 1px 1px 8px rgba(0,0,0,.5);
}
.cta .cta-title em {
    color: #f3e521;
}
.cta .cta-title::before {
    display: block;
}
.cta-01 .cta-title {
    background: url("https://www.office-conveni.com/btoc/images/bc_cta_01.jpg") no-repeat top right;
    background-size: cover;
}
.cta-02 .cta-title {
    background: url("https://www.office-conveni.com/btoc/images/bc_cta_02.jpg") no-repeat top center;
    background-size: cover;
}
.cta-03 .cta-title {
    background: url("https://www.office-conveni.com/btoc/images/bc_cta_03.jpg") no-repeat center center;
    background-size: cover;
}
.cta .textwidget dl.contact-by-phone {
    background: #f15a24;
}
.cta .textwidget dl.link-to-form {
    background: #ff9429;
}

.cta-sticky {
    top: 40%;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

.site-footer-simple {
    padding: 1em 0;
    color: #fff;
    background: #f15a24;
}
.site-footer-simple * {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.5;
}

.site-footer-simple .row {
    display: flex;
    flex: 0 1 auto;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 50px);
    padding: 0 20px;
}
.footer-logo {
    margin-bottom: 1em;
}
.footer-logo img {
    width: 100px;
    float: left;
    display: block;
}
.footer-logo p {
    padding-left: 110px;
}
.company-info address {
    font-style: normal;
}
.company-info p {
    margin-top: 0.4em;
    margin-left: 0;
}
.company-info a {
    white-space: nowrap;
}
.copyright {
    text-align: center;
    margin-top: 1.5em;
}
.site-footer-simple .tel-link {
    font-weight: bold;

}
.site-footer-simple a:link,
.site-footer-simple a:visited {
	color: #f3e521;
}

@media screen and (max-width: 480px) {
    .company-info {
        text-align: center;
    }
	
} /* end media query */