/*
------------------------------------------------
フォント [START]
------------------------------------------------
*/
/*
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
*/
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body {
/*  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-seri;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
/*
------------------------------------------------
フォント [END]
------------------------------------------------
*/

html {
	height: 100% !important;
}
body {
	position: relative;
	height: 100%;
	font-size: 14px;
	color: #363940;
}
body .body {
	height: 100%;
}
/* -------- fixed footer ここから -------- */
.contents-body {
	min-height: 100%;
	height: auto;
	margin: 0px auto -600px;
	padding-top: 40px;
	padding-bottom: 600px;
}
.fixed-footer {
	height: 600px;
}
@media only screen and (max-width : 991px) {
	.contents-body {
		margin-bottom: -612px;
		padding-bottom: 612px;
	}
	.fixed-footer {
		height: 612px;
	}
}
@media only screen and (max-width : 767px) {
	.contents-body {
/*		margin-bottom: -1008px;
		padding-bottom: 1008px;*/
		margin-bottom: -960px;
		padding-bottom: 960px;
	}
	.fixed-footer {
/*		height: 1008px;*/
		height: 960px;
	}
}
/* -------- fixed footer ここまで -------- */

* {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
*:focus { 
	outline: none !important;
	box-shadow: none !important;
}

/* Begin Fonts */
body {
/*	font-family: 'Roboto', Helvetica, Arial, sans-serif;*/
}
h1, h2, h3, h4, h5, h6 {
/*	font-family: 'Roboto', Helvetica, Arial, sans-serif;*/
	font-weight: 700;
	margin-bottom: 10px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
p {
/*	font: 14px/1.5em "Roboto";*/
	font-size: 14px;
	line-height: 1.5em;
}
.sup {
	font-size: 0.5rem;
	vertical-align: top;
	letter-spacing: 0;
	margin-left: -2px;
}

.fred {
    color: #C12E30;
    font-weight: bold;
}

.navbar-nav > li > a {
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
/* End Fonts */


/* Begin Section */
section {
	position: relative;
}
/*
@media print {
	section {
		page-break-after: always;
	}
}
*/
.bg-wht,
.bg-pat,
.bg-cov {
	padding: 70px 0;
	overflow: hidden;
}
.bg-wht {
	background-color: #fff;
}
.bg-pat {
	background: #f8f8f8 url('../images/common/bg-pat.png') repeat;
}
.bg-cov {
	position: relative;
	/* iPadでタイトルh2がアニメーション後に黒カバーの下に隠れてしまう現象の対応 */
	/* フォームが入力できなくなる為、z-index指定はしない */
	/*z-index: -2;*/
}
.bg_border {
    border-top: solid 2px #eee;
}
.container {
	min-width: 320px;
}
.cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 46, 82, 0.15);
	padding: 20px;
	/* iPadでタイトルh2がアニメーション後に黒カバーの下に隠れてしまう現象の対応 */
	/* フォームが入力できなくなる為、z-index指定はしない */
	/*z-index: -1;*/
}
/* End Section */


/* ===== Begin page header ===== */
.page-header {
	margin: 0 0 60px 0;
	padding: 0;
	border: none;
}
.bg-cov .page-header {
	/* iPadでタイトルh2がアニメーション後に黒カバーの下に隠れてしまう現象の対応 */
	position: relative;
}
.page-header h2 {
	text-transform: uppercase;
}
p.subtitle {
	letter-spacing: 2px;
	margin-top: 10px;
}
.devider {
	width: 100%;
	height: 23px;
	background: url('../images/common/devider.png') no-repeat center center;
	margin: 5px 0 10px;
}
/* ===== End page header ===== */


/* ===== Begin extra-space ===== */
.space_XS {
	width: 100%;
	height: 10px;
}

.space_S {
	width: 100%;
	height: 20px;
}
.space_M {
	width: 100%;
	height: 40px;
}
.space_L {
	width: 100%;
	height: 60px;
}
.space_XL {
	width: 100%;
	height: 80px;
}
/* ===== End more-space ===== */

.page-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
/*	background: #FFF url(../images/common/page-loader.gif) center center no-repeat;*/
/*	background: #FFF url(../images/common/page-loader-blue.gif) center center no-repeat;*/
	background: #15205e url(../images/common/page-loader-white.gif) center center no-repeat;
}

.sentence {
	letter-spacing: 1.2px;
/*	text-align: left;*/
	text-align: justify;
	text-justify: inter-ideograph;
}
.sentence-box {
	letter-spacing: 1.2px;
/*	text-align: left;*/
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.2;
	margin-bottom: 60px;
}
.go_advisor {
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
}
.go_advisor span {
    font-size: 14px;
}
.thumbnail {
	padding: 15px;
	margin-bottom: 20px;
	background-color: #FFF;
	border: 1px solid #DDD;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.img-center {
	margin: 0 auto;
}
.visible-xxs {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
}
.external:after {
  content: "\f08e";
  font-family: "FontAwesome";
}
.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.parallax {
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
  	background-size: cover;
}
@media only screen and (max-width : 991px) {
	.parallax {
		background-attachment: scroll !important;
		background-position: 50% 50% !important;
		/* background-size: auto auto !important; */
	}
}
@media only screen and (max-width : 479px) {
	.hidden-xxs {
		display: none !important;
	}
}


/* ===== Begin text colors ===== */
.text-main { color: #363940; } /* Theme main color */
.text-white { color: #FFF; }
.text-off-white { color: #e7e7e7;}
.text-dark { color: #000; }


/* ===== Begin Table ===== */
table.fixed-th th {
	width: 160px;
}
@media only screen and (max-width : 767px) {
	table.fixed-th th {
		width: 100px;
	}
}
.table td.v-middle {
	vertical-align: middle;
}
.table-first-border-none > thead > tr:first-child > th,
.table-first-border-none > tbody > tr:first-child > th,
.table-first-border-none > thead > tr:first-child > td,
.table-first-border-none > tbody > tr:first-child > td {
  border-top: none;
}
.table-last-border > tbody > tr:last-child > th,
.table-last-border > tbody > tr:last-child > td {
  border-bottom: 1px solid #ddd;
}
.no-bottom-space {
	margin-bottom: 0;
}
/* ===== Begin navbar ===== */
.navbar {
	margin: 0;
	border: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.navbar .container {
	padding-left: 30px;
	padding-right: 30px;
}
.navbar-default, .navbar-default.navbar-fixed-top.navbar-shrink {
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
}

/* Navbar brand (logo) */
.navbar-brand {
	background-repeat: no-repeat;
	background-position: left center;
	width: 150px;
	height: auto;
	padding: 24px 0;
	text-indent: -99999px;
	font-size: 24px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-brand {
	background-image: url(../images/common/logo.png);
}
.navbar-shrink .navbar-brand {
	background-image: url(../images/common/logo.png);
}
.navbar-transparent .navbar-brand {
	background-image: url(../images/common/logo.png);
}
.navbar-inverse .navbar-brand {
	background-image: url(../images/common/logo.png);
}

/* Navbar links */
.navbar-nav > li > a {
	padding: 24px 0;
	margin-left: 25px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

/* Navbar dropdown */
.dropdown-left {
	left: 0 !important;
	right: auto !important;
}
.dropdown-right {
	right: 0 !important;
	left: auto !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
}
.navbar-default .dropdown-menu {
	padding: 10px 0;
}
.dropdown-menu > li > a {
	padding: 4px 20px;
	text-transform: uppercase;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	text-decoration: none;
	background-color: transparent;
}

/* Navbar inverse dropdown */
.navbar-inverse .dropdown-menu {
	padding: 10px 0;
}

/* Navbar fixed */
.navbar-fixed-top .container {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navbar-shrink {
	z-index: 9999;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.navbar-shrink .navbar-brand {
	font-size: 20px;
}
.navbar-default.navbar-fixed-top.navbar-shrink .container {
}
.navbar-fixed-top.navbar-shrink .container {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.navbar-default.navbar-fixed-top.navbar-shrink .navbar-nav > li > a {
	padding-top: 24px;
	padding-bottom: 24px;
}

/* Navbar transparent */
.navbar-transparent {
	background-color: rgba(0, 0, 0, 0);
}
.navbar-fixed-top.navbar-transparent .container {
	padding-top: 30px;
	padding-bottom: 0;
}
.navbar-fixed-bottom.navbar-transparent .container {
	padding-top: 0;
	padding-bottom: 30px;
}
.navbar-transparent .navbar-nav > li > a {
	color: #FFF;
}
.navbar-transparent .navbar-brand, .navbar-transparent .navbar-brand:focus {
	color: #FFF;
}
@media only screen and (max-width : 767px) {

	/* Navbar brand */
	.navbar-brand, .navbar-brand:focus {
		margin-left: 10px;
	}

	/* Navbar toggle button */
	.navbar-toggle {
		margin-top: 18px;
		border: none;
	}
	.navbar-toggle:hover, .navbar-toggle:focus {
		background-color: rgba(0, 0, 0, 0) !important;
	}

	.navbar-toggle .icon-bar {
		height: 3px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #FFF !important;
	}
	.navbar-transparent .navbar-toggle .icon-bar {
		background-color: #FFF !important;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #FFF !important;
	}

	/* Navbar collapse / links */
	.navbar-collapse {
		border-width: 2px;
	}
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: 440px;
	}
	.navbar-inverse .navbar-collapse {
		background-color: #111;
	}
	.navbar-nav > li > a {
		padding: 10px 0 !important;
		color: #FFF;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		padding: 10px 10px 10px 45px !important;
	}
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #222;
	}
	.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #CCC;
	}
	.navbar-default.navbar-shrink .navbar-nav > li.active > a {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}

	/* Navbar shrink toggle button */
	.navbar-shrink .navbar-toggle .icon-bar {
		background-color: #FFF !important;
	}
	.navbar-inverse.navbar-shrink .navbar-toggle .icon-bar {
		background-color: #FFF !important;
	}
}
@media print {
	.navbar-fixed-top {
		position: absolute;
	}
}
/* ===== End navbar ===== */


/* ===== Begin intro ===== */
/* Begin text carousel intro */
#text-carousel-intro-section {
	height: 100%;
	background-image: url(../images/bg-main.jpg);
}
#text-carousel-intro-section .container {
	height: 100%;
}
#text-carousel-intro-section .caption {
	position: relative;
	top: 50%;
	margin-top: -70px;
/*	background-color: rgba(255,255,255,0.4);*/
}
#text-carousel-intro-section .caption h1 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 60px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
#text-carousel-intro-section .caption p {
	letter-spacing: 2px;
	font-size: 16px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}
@media only screen and (max-width : 1199px) {
	#text-carousel-intro-section .caption h1 {
		font-size: 50px;
	}
}
@media only screen and (max-width : 991px) {
	#text-carousel-intro-section .caption {
		top: 50% !important; /* Removes parallax on caption */
	}
	#text-carousel-intro-section .caption h1 {
		font-size: 34px;
	}
	#text-carousel-intro-section .caption h3 {
		font-size: 12px;
	}
}
/* End text carousel intro */
/* ===== End intro ===== */


/* ===== Begin roatet boxes ===== */
/* Begin rotate box-1 */
.rotate-box-1, .rotate-box-2 {
	display: inline-block;
	margin: 30px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.rotate-box-1, a.rotate-box-2 {
	text-decoration: none;
	color: #363940;
}
a.rotate-box-1:hover, a.rotate-box-2:hover {
	color: #676D75;
}
.rotate-box-1 .rotate-box-icon {
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
	margin-right: 25px;
	margin-top: 10px;
	float:left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.rotate-box-1.square-icon .rotate-box-icon, .rotate-box-2.square-icon .rotate-box-icon {
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #FFF !important;
	font-size: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rotate-box-1.square-icon .rotate-box-icon:after, .rotate-box-2.square-icon .rotate-box-icon:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	border: 2px solid #FFF;
}
.rotate-box-1:hover.square-icon .rotate-box-icon , .rotate-box-2:hover.square-icon .rotate-box-icon{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.rotate-box-1.square-icon .rotate-box-icon img, .rotate-box-2.square-icon .rotate-box-icon img,
.rotate-box-1.square-icon .rotate-box-icon .fa, .rotate-box-2.square-icon .rotate-box-icon .fa{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.rotate-box-1:hover.square-icon .rotate-box-icon img, .rotate-box-2:hover.square-icon .rotate-box-icon img,
.rotate-box-1:hover.square-icon .rotate-box-icon .fa, .rotate-box-2:hover.square-icon .rotate-box-icon .fa{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.rotate-box-1 .rotate-box-info a, .rotate-box-2 .rotate-box-info a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.rotate-box-1 h4, .rotate-box-2 h4 {
	font-weight: 400;
}
.rotate-box-1 p {
	padding: 0 10px;
}
.rotate-box-1 .rotate-box-info {
	padding-left: 60px;
}
@media only screen and (max-width : 767px) {
	.rotate-box-1 .rotate-box-info {
		padding-left: 0; 
		text-align: center;
	}
	.rotate-box-1 .rotate-box-icon {
		float: none ;
		margin-right: 0;
		margin-bottom: 30px;
	}
	a.rotate-box-1 {
		text-align: center;
		margin-top: 0;
	}
}
/* End rotate box-1 */


/* Begin rotate box-2 */
.rotate-box-2 .rotate-box-icon {
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.rotate-box-2.square-icon .rotate-box-icon {
	width: 75px;
	height: 75px;
	line-height: 75px;
	font-size: 36px;
}

.rotate-box-2.square-icon .rotate-box-info {
	margin-top: 30px;
}
/* End rotate box-2 */
/* ===== End rotate boxes ===== */


/* ===== Begin Banner ===== */
.banner {
	margin-bottom: 40px;
}
.banner img {
	max-width: 100%;
}
.banner a {
	text-decoration: none;
}
.banner a:hover,
.banner img:hover {
	text-decoration: none;
	opacity: .7;
}
/* ===== End Banner ===== */


/* ===== Begin Horizontal Menu ===== */
.horizontal_menu{
	text-align: center;
	overflow: hidden;
	margin-bottom:48px;
}
.horizontal_menu ul{
	list-style: none outside none;
    text-align: center;
}
.horizontal_menu ul li{
    display: inline-block;
}
.horizontal_menu ul li a{
	color: #363940;
	background: transparent;
    display: inline-block;
    margin: 4px;
    padding: 8px 10px;
    text-decoration: none;
    /*text-transform: uppercase;*/
}
@media only screen and (max-width : 479px) {
	.horizontal_menu ul li a{
		margin: 0px;
		padding: 8px 6px;
	}
}
/* ===== End Horizontal Menu ===== */


/* ===== Begin panels ===== */
.panel, .panel-heading, .panel-footer  {
}
.panels .panel {
	position: relative;
	overflow: hidden;
	border: none;
}
.panels .panel-footer {
	padding: 25px 15px;
	border: none;
}

/* panel-default */
.panels .panel-default .panel-heading {
	padding-top: 25px;
	border: none;
}
.panels .panel-default .panel-footer {
	background-color: #EEE;
}
/* ===== End panels ===== */


/* ===== Begin Services ===== */
#services-section .rotate-box-info p {
/*	text-align: left;*/
	text-align: justify;
	text-justify: inter-ideograph;
}
@media only screen and (max-width : 991px) and (min-width : 768px) {
	#services-section .rotate-box-info p {
		height: 80px;
	}
}
@media only screen and (max-width : 767px) {
	#services-section .rotate-box-info p {
		text-align: center;
	}
}
/* ===== End Services ===== */


/* ===== Begin Print ===== */
.service_single_content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	margin-bottom:30px;
	overflow:hidden;
}
.service_single_content:hover img {
	-o-transform: scale(2);
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}
.service_single_content img {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 6;
	cursor:pointer;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	transition:all 1s;
}
.service_single_content div {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
	text-align:center;
	transform:scale(0);
	transition:all .6s;
	opacity:0;
}
.service_single_content:hover div {
	transform:scale(1);
	opacity:1;
}
.service_single_content div span {
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	padding: 20% 5%;
	line-height: 1.2;
}
#service-print-section .service_single_content div span {
/*	text-align: left;*/
	text-align: justify;
	text-justify: inter-ideograph;
    line-height: 1.4em;
}
@media only screen and (max-width : 479px) {
	.service_single_content div span {
		padding: 24% 5%;
	}
	#service-print-list .col-xs-6 {
		width: 100%;
	}
}
/* ===== End Print ===== */


/* ===== Begin Ondemand ===== */
/*
#service-ondemand-section {
	background-image: url(../images/bg-ondemand.jpg);
}
#service-ondemand-section .cover {
	background-color: rgba(0, 7, 11, 0.87);
}
#service-ondemand-section a.rotate-box-1:hover {
	text-decoration: none;
}
*/
.ondemand_single_content {
	margin: 20px;
}
.ondemand_single_content p {
/*	text-align: left;*/
	text-align: justify;
	text-justify: inter-ideograph;
}
@media only screen and (max-width : 991px) {
	.ondemand_single_content {
		margin-bottom: 40px;
	}
	.ondemand_single_content p {
		text-align: center;
	}
}
/* ===== End Ondemand ===== */


/* ===== Begin DTP ===== */
.dtp_single_content img {
	margin: 0 auto 10px auto;
}
@media only screen and (max-width : 991px) {
	.dtp_single_content {
		margin: 0 auto 40px auto;
		max-width: 450px;
	}
}
.btn-submission {
	margin-top: 30px;
}
/* ===== End DTP ===== */


/* ===== Begin Design ===== */
#service-design-section {
	background-image: url(../images/bg-design.jpg);
}
#service-design-section .cover {
	background-color: rgba(0, 7, 11, 0.87);
}
.design-inner {
	position: relative;
	z-index: 9;
}
.design-inner .item {
	max-width: 800px;
	margin: 0 auto;
}
.design-inner p {
	padding-bottom: 20px;
}
.design-inner img {
	max-width: 50%;
	margin-top: 20px;
}
@media only screen and (max-width : 991px) {
	.design-inner .item {
		max-width: 680px;
	}
}
@media only screen and (max-width : 767px) {
	.design-inner .item {
		max-width: 90%;
	}
	.design-inner img {
		max-width: 80%;
	}
}
/* ===== End Design ===== */


/* ===== Begin Web ===== */
#service-web-section .panels {
	margin-bottom: 40px;
}
#service-web-section .banner img {
	margin: 0 auto;
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
/*	box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.8);*/ /*横方向　下方向　ぼかし　広がり　色 */
}
@media only screen and (max-width : 991px) {
	#service-web-section .panel {
		margin-bottom: 40px;
	}
}
#service-web-section .panels .panel-body {
	height: 200px;
}
#service-web-section .panels .panel-footer {
	height: 120px;
}
/* 印刷時対応 */
/*@media only screen and (max-width : 1199px) and (min-width : 992px) {*/
@media (max-width : 1199px) and (min-width : 992px), print {
	#service-web-section .panels .panel-body {
		height: 260px;
	}
}
@media only screen and (max-width : 991px) {
	#service-web-section .panels .panel-body {
		height: auto;
	}
	#service-web-section .panels .panel-footer {
		height: auto;
	}
}
/* ===== End Web ===== */


/* ===== Begin Ebook ===== */
/* Ebook Header */
#ebook-header-section .rotate-box-info h6,
#ebook-header-section .rotate-box-info p {
	text-align: left;
}
@media only screen and (max-width : 767px) {
	#ebook-header-section .rotate-box-info h6,
	#ebook-header-section .rotate-box-info p {
		text-align: center;
	}
}
@media only screen and (max-width : 767px) and (min-width : 480px) {
	#ebook-header-section .rotate-box-info p {
		height: 60px;
	}
}
@media only screen and (max-width : 479px) {
	#ebook-header-section .rotate-box-1-wrapper .col-xs-6 {
		width: 100%;
	}
}

/* Ebook Point */
#ebook-point-section .panels .panel-body {
	height: 160px;
}
/* 印刷時対応 */
/*@media only screen and (max-width : 1199px) and (min-width : 992px) {*/
@media (max-width : 1199px) and (min-width : 992px), print {
	#ebook-point-section .panels .panel-body {
		height: 200px;
	}
}
@media only screen and (max-width : 991px) {
	#ebook-point-section .panels .panel {
		max-width: 450px;
		margin: 60px auto;
	}
	#ebook-point-section .panels .panel-body {
		height: auto;
	}
}
/* Ebook Function */
@media print {
	#function-pc {
		display: block;
	}
	#function-sp {
		display: none;
	}
}
/* Ebook Propasal */
.proposal_single_content {
	margin: 0 auto 40px auto;
}
.proposal_single_content img {
	margin: 0 auto 10px auto;
}
@media only screen and (max-width : 991px) {
	.proposal_single_content {
		max-width: 450px;
	}
}
.price-img {
	margin: 20px auto;
}
dl.price-list {
	margin: 0;
	padding: 0;
}
dl.price-list dt {
	margin: 0;
	padding: 0.2em;
	font-size: 100%;
	line-height: 1.6em;
	width: 48%;
}
dl.price-list dd {
	margin: -2.0em 0 0 50%;
	padding: 0.2em;
	line-height: 1.6em;
}
@media only screen and (max-width : 767px) {
	dl.price-list dt {
		width: 100%;
	}
	dl.price-list dd {
		margin: 0 auto 0.8em auto;
		padding: 0.2em;
		line-height: 1.6em;
	}
}
.price-caution {
	margin-top: -15px;
}
/* ===== End Ebook ===== */


/* ===== Begin Works ===== */
#works-section {
	background-image: url(../images/bg-works.jpg);
}
#works-section .cover {
	background-color: rgba(0, 7, 11, 0.87);
}
#works-section .banner a {
	color: #fff;
}
#works-section .banner a:hover,
#works-section .banner img:hover {
	color: #fff;
	opacity: .9;
}

#column-section {
	position: relative;
}
/* ===== End Works ===== */


/* ===== Begin About ===== */
.management-philosophy {
	background-image: url('../images/about/philosophy_l.jpg');
	background-size: cover;
	padding: 20px;
	margin-bottom: 30px;
}
.cover-philosophy {
	width: 500px;
	padding: 10px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.5); 
}
p.philosophy {
	font-family: "Sawarabi Mincho";
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 auto 20px auto;
}
@media only screen and (max-width : 991px) {
	.management-philosophy {
		background-image: url('../images/about/philosophy_m.jpg');
	}
}
@media only screen and (max-width : 767px) {
	.management-philosophy {
		background-image: url('../images/about/philosophy_s.jpg');
	}
	.cover-philosophy {
		width: 100%;
		max-width: 450px;
	}
}
@media only screen and (max-width : 479px) {
	.management-philosophy {
		background-image: url('../images/about/philosophy_xs.jpg');
	}
}

#about-philosophy .thumbnail {
	height: 280px;
}
#about-philosophy .thumbnail p {
/*	text-align: left;*/
	text-align: justify;
	text-justify: inter-ideograph;
}
@media only screen and (max-width : 1199px) {
	#about-philosophy .thumbnail {
		height: 300px;
	}
}
@media only screen and (max-width : 991px) {
	#about-philosophy .thumbnail {
		height: 280px;
	}
}
@media only screen and (max-width : 767px) {
	#about-philosophy .thumbnail {
		height: auto;
	}
	#about-philosophy .thumbnail p {
		text-align: center;
	}
}
/* ===== End About ===== */


/* ===== Begin News ===== */
.img-news-list {
	overflow: hidden;
	height: 125px;
}
.img-news-list .no-img {
	width: 100%;
	height: 100%;
	background: url('../images/common/bg-no-img.jpg') repeat;
}
@media only screen and (max-width : 1199px) {
	.img-news-list {
		height: 100px;
	}
}
@media only screen and (max-width : 991px) {
	.img-news-list {
		height: 72px;
	}
}
@media only screen and (max-width : 479px) {
	#news-section .col-xs-2 {
		width: 33.33333333%;
	}
	#news-section .col-xs-10 {
		width: 66.66666666%;
	}
}
.btn-news {
	margin-top: 30px;
}
.img-news-detail {
	max-width : 400px;
	max-height : 400px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
@media only screen and (max-width : 479px) {
	.img-news-detail {
		max-width: 100%;
	}
}
.news-detail-contents {
	max-width: 800px;
}
/* ===== End News ===== */


/* ===== Begin Access ===== */
#access-section {
	background-image: url(../images/bg-access.jpg);
}
#access-section .cover {
	background-color: rgba(0, 7, 11, 0.87);
}
.map {
	width: 100%;
	height: 400px;
	margin-bottom: 10px;
}
/* ===== End Access ===== */


/* ===== Begin contact ===== */
#contact-section {
	background-image: url(../images/bg-contact.jpg);
}
#contact-section h4 {
	font-weight: 400;
}
#contact-section .cover {
	/*background-color: rgba(5, 8, 11, 0.93);*/
	background-color: rgba(5, 8, 11, 0.95);
}
#contact-section .contact .contact-form {
	margin-bottom: 40px;
}
#contact-section .contact .contact-form h4 {
	margin-bottom: 25px;
}
#contact-section .contact .contact-form .input-lg {
	font-size: 14px;
}
#contact-section .contact .contact-form textarea.input-lg {
	height: 241px;
}
#contact-section .contact .contact-form button {
	width: 100%;
	height: 40px;
}
#contact-section .contact .contact-form button:hover,
#contact-section .contact .contact-form button:focus {
	color: #fff;
}
#contact-section .contact .contact-form button:disabled {
	background-color: #363940;
}
#contact-section .contact .form-control {
	background-color: rgba(255, 255, 255, 0.06);
/*	border-color: #2A2A2A;*/
	border-color: #999;
	color: #e7e7e7;
}
#contact-section .contact .form-control:focus {
	background-color: #171717;
	box-shadow: none;
}
.form-privacy {
	background-color:#363940;
	padding:10px;
	margin-bottom:30px;
	font-size:12px;
	line-height: 1.4;
}
/* ===== End contact ===== */


/* ===== Begin info ===== */
.policy-section .sentence-box h5,
.policy-section .sentence-box h6 {
	margin-top: 15px;
}
.policy-section .sentence-box dl {
	margin-bottom: 15px;
}
/* calendar */
ul.calender {
	margin: 0 auto;
	list-style-type: none;
}
@media only screen and (max-width : 479px) {
	ul.calender .col-xs-6 {
		width: 100%;
	}
}
ul.calender li {
	height: 180px;
}
table.calender_t {
	color: #666666;
	margin: 0 auto;
}
table.calender_t th,
table.calender_t td {
	width: 22px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
table.calender_t tr:first-child {
	font-weight: bold;
	height: 25px;
}
.redcolor {
	color: #CC0000;
}
/* ===== End info ===== */

/* ===== Begin Special ===== */

.interview {
	margin-bottom: 28px;	
}

.interview p.ask {
	font-weight: bold;
}

.interview dl.answer dt,
.interview dl.answer dd {
	display: table-cell;
	line-height: 1.375rem;
}

.interview dl.answer dt {
	width: 4.25rem;
}

.ft-blue {
	color: #2c366e;
}

.ft-green {
	color: #76ba41;
}

.ft-red {
	color: #ba384c;
}

.ft-orange {
	color: #e67e22;
}

.ft-pink {
	color: #eb6d86;
}

/* ===== End Special ===== */

/* ===== Begin footer ===== */
/* Menu List */
.footer-top {
	padding: 60px 0 30px;
}
.footer-top a,
.footer-top a:hover {
	color: #fff;
	text-decoration: underline;
}
ul.imp-links {
	margin: 10px 0;
}
ul.imp-links li {
	padding: 8px 0;
}
ul.imp-links li a {
	color: #fff;
}
/*
ul.imp-links li a:before {
	content: "\f0da";
	padding-right: 4px;
	font-family: "FontAwesome";
}
*/
ul.imp-links li.sub-menu1 {
	padding-left: 15px;
}
ul.imp-links li.sub-menu2 {
	padding-left: 30px;
	font-size: 0.9em;
}
@media only screen and (max-width : 767px) {
	ul.imp-links {
		margin-bottom: 0;
	}
	ul.imp-list1 {
		margin-bottom: 0;
	}
	ul.imp-list2 {
		margin-top: 0;
	}
}

/* Company Info */
.footer-middle {
	padding-top: 20px;
}
.footer-middle hr {
	padding-bottom: 10px;
}
@media only screen and (max-width : 767px) {
	.footer-middle hr {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
ul.contact-info {
	margin: 15px 0 30px 0;
}
ul.contact-info li {
	font-size: 12px;
	padding: 2px 0;
	text-indent: -2em;
	margin-left: 2em;
}
ul.contact-info li i {
	display: inline-block;
	width: 2em;
	text-indent: 0;
}
ul.contact-info li a {
	color: #e7e7e7;
}

/* Copyright */
.footer-bottom {
	padding: 30px 0;
}
.footer-bottom a{
	text-decoration: none;
}
/* ===== End footer ===== */


/* ===== Begin sample ===== */
ul.social-list {
	text-align: center;
	margin: 0 auto;
}
ul.social-list li{
	display: inline-block;
	margin-right: 20px;
}
ul.social-list li .rotate-box-1 {
	margin: 0;
}
ul.social-list li a i {
	color: #fff;
	font-size:20px;
}

#sample-ondemand-section .rotate-box-info h6,
#sample-ondemand-section .rotate-box-info p {
	text-align: left;
}
#sample-ondemand-section .rotate-box-info p {
	height: 80px;
}
@media only screen and (max-width : 991px) {
	#sample-ondemand-section .rotate-box-info p {
		height: 60px;
	}
}
@media only screen and (max-width : 767px) {
	#sample-ondemand-section .rotate-box-info h6,
	#sample-ondemand-section .rotate-box-info p {
		text-align: center;
	}
}

@media only screen and (max-width : 479px) {
	#sample-ondemand-section .rotate-box-info p {
		height: auto;
	}
	#sample-ondemand-section .rotate-box-1-wrapper .col-xs-6 {
		width: 100%;
	}
}

#owl-ebook .item {
	width: 196px;
	margin: 0 auto;
}

#sample-function-section iframe {
	width: 400px;
	min-height: 320px;
}
@media only screen and (max-width : 992px) {
	#sample-function-section iframe {
		width: auto;
		min-height: 240px;
	}
}
.function_single_content {
	margin-bottom: 30px;
	height: 80px;
}
.function_single_content h6,
.function_single_content p {
	text-align: left;
}
@media only screen and (max-width : 767px) {
	.function_single_content {
		height: 60px;
	}
	.function_single_content h6,
	.function_single_content p {
		text-align: center;
	}
}
@media only screen and (max-width : 479px) {
	.function_single_content {
		height: auto;
	}
	#sample-function-list .col-xs-6 {
		width: 100%;
	}
}
/* ===== End sample ===== */


/* ===== Begin OWL carousel ===== */
.owl-carousel {
	cursor: e-resize;
}
.owl-theme .owl-controls {
	margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span {
	background: rgba(0, 0, 0, 0);
	width: 14px;
	height: 14px;
	border: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: rgba(0, 0, 0, 0);
	border: 3px solid #fff;
}
.owl-buttons {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0;
	text-align: center;
	background: transparent;
	opacity: 1;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	opacity: .5;
}
.owl-next {
	background-image: url(../images/common/arrow-right.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	right: 0;
}
.owl-prev {
	background-image: url(../images/common/arrow-left.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	left: 0;
}
@media only screen and (max-width : 767px) {
	.owl-prev,
	.owl-next {
		display: none !important;
	}
}
/* ===== End OWL carousel ===== */


/* ===== Begin buttons ===== */
.btn {
	position: relative;
	letter-spacing: 1.5px;
	border: none;
}
.btn:active {
	top: 2px;
}

/* Button default */
.btn-default, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

/* Button blank */
.btn-blank {
	border: 2px solid #fff;
	color: #fff;
	padding: 8px 12px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn-blank:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-blank:hover, .btn-blank:focus, .btn-blank:active {
	color: #333;
}
.btn-blank:hover:before, .btn-blank:focus:before, .btn-blank:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/* Button active */
.btn:active, .btn.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.16);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.16);
}

/* Button large */
.btn-lg {
	font-size: 1.3em;
	padding: 10px 40px;
}
.btn-lg-xl {
	font-size: 1.4em;
	padding: 10px 80px;
}


/* Scroll to top button */
.scrolltotop {
	position: fixed;
	display: none;
	bottom: 20px;
	right: 30px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	z-index: 9999;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.scrolltotop .fa {
	padding-left: 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* ===== End buttons ===== */


/* ===== Some Text Center Area ===== */
@media only screen and (max-width : 767px) {
	#service-print-section, #service-ondemand-section, #service-submission-section,
	#about-section, /*#contact-section, #contact-section .contact .form-control,*/ footer {
		text-align: center;
	}
}

/* ==== 追加スタイル ここから ==================================== */

/*-- Privacy policy --*/

.clearfix { clear:both }

.fr { float:right }

.privacy_h6 { margin:20px 0 10px }

/* pc > sp */
.pc { display: block !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/*-- Antibacterial printing --*/
#antibacterial_p-header-section .page-header-wrapper .page-header {
	margin-bottom: 45px !important;
}
#antibacterial_p-header-section .about_antibacterial {
    margin-top: 55px;
    padding: 0 5%;
    text-align: left;
}
#antibacterial_p-header-section .about_antibacterial img {
    margin-bottom: 25px;
    width: 246px;
}
#antibacterial_p-header-section .about_antibacterial p {
    font-size: 16px !important;
}

.bg-pat .siaa_ligo {
    margin-top: 30px;
    text-align: center;
}
.antibacterial_p-about-section h3 {
    font-size: 26px !important;
    font-weight: 600;
    color: #018a84;
    margin-bottom: 25px;
    padding: 0 5%;
}
.antibacterial_p-about-section p {
    padding: 0 5%;
    line-height: 1.4;
    font-size: 16px;
}
.antibacterial_p-section {
    text-align: center;
}
.antibacterial_p-section h3 {
    font-size: 26px !important;
    font-weight: 600;
    color: #018a84;
    margin-bottom: 25px;
    padding: 0 5%;
}
.antibacterial_p-section h5 {
    font-size: 20px !important;
    font-weight: 600;
    color: #018a84;
    margin: 50px 0 15px;
}
.antibacterial_p-section p {
    padding: 0 5%;
    line-height: 1.4;
    font-size: 16px;
}
.antibacterial_p-item-section h6 {
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 15px;
}
.antibacterial_p-item-section p {
    
}
.antibacterial_p-item-section .rotate-box-2.square-icon .rotate-box-info {
    margin-top: 10px;
}

/*-- cta_us ---*/
.cta_us{
	text-align:center;
    background: #009c95;
}
.cta_us .cta_tel {
    margin: 2% auto;
} 
.cta_tel img {
    margin: 5% auto;
}
.cta_us .btn {
	background: #009c95;
	margin: 3.5% auto;
    padding: 15px 35px;
	border: 4px solid #0eaaa3;
    border-radius: 6px !important;
    box-sizing: border-box;
}
.cta_us .btn:hover{
	border-color:#15a8a1;
	background: #05908a;
}

@media only screen and (max-width : 768px) {
    .bg-pat .siaa_ligo {
        margin: 0 auto 50px;
    }
    .antibacterial_p-section img {
        width: 100%;
        padding: 0 2%;
    }
    .cta_mail img {
        width: 100%;
    }
}

@media only screen and (max-width : 479px) {
    .bg-pat .siaa_ligo img {
        width: 100%;
        padding: 0 10%;
    }
    .cta_tel img {
        width: 100%;
        padding: 0 10%;
    }
    .cta_mail {
        padding: 0 0 20px 0;
    }
}

/*-- cocob --*/
#cocob-section .about_cocob {
    margin-top: 55px;
    text-align: left;
}
#cocob-section .about_cocob h2 {
    color: #2e9adc;
    line-height: 1.2
}
#cocob-section .about_cocob h2 span {
    font-size: 26px;
}
#cocob-section .about_cocob p {
    font-size: 16px !important;
}
#cocob-section .about_cocob p a {
    font-weight: bold;
}

#cocob-section .site_goto {
    margin: 0 0 20px;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cocob-section .pulse-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 100px;
    border-radius: 50%;
    background-color: #2e9adc;
    box-shadow: 0 0 20px #2e9adc;
    animation: btnwrapanime 1.5s infinite;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-decoration: none;
}
#cocob-section .pulse-btn:hover {
    background-color: #f7cd50;
    box-shadow: 0 0 20px #f7cd50;
}

@keyframes btnwrapanime {
    70% {
        box-shadow: 0 0 0 50px rgba(233, 30, 99, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
    }
}

/*-- campaign --*/
.no_campaign {
    background-color: #f8f8f8 ;
    text-align: center;
    height: 100%;
    padding-top: 200px
}
.no_campaign p {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 60px;
    padding: 0 15px
}
.no_campaign a.btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 15px 20px;
    font-size: 18px;
	font-weight: bold;
    width: 300px;
	border: 2px solid #15205e;
	color: #15205e;
    background-color: #fff;
	border-radius: 10px !important;
	transition: 0.5s;
}
.no_campaign a.btn:hover {
	color: #fff;
	background: #15205e;
}