/* Description: Master CSS file */

/**************************/
/*     General Styles     */
/**************************/
body,
html {
    width: 100%;
	height: 100%;
}

body, p {
	color: #5d636b; 
	font: 400 1rem/1.625rem "Open Sans", sans-serif;
	letter-spacing: 1px;
	line-height: 180%;
}

h1 {
	color: #32373e;
	font-weight: 700;
	font-size: 3rem;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #019faa;

    text-shadow:
            5px 5px 5px #fff, -5px -5px 5px #fff,
           -5px 5px 5px #fff,  5px -5px 5px #fff,
            5px 0px 5px #fff, -5px -0px 5px #fff,
            0px 5px 5px #fff,  0px -5px 5px #fff;

}

h2 {
	color: #32373e;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.5rem;
	font-family: "Poppins", sans-serif;

	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}

h3 {
	color: #32373e;
	font-weight: 700;
	font-size: 1.65rem;
	line-height: 2.25rem;
	font-family: "Poppins", sans-serif;

	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}

h4 {
	color: #32373e;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
	font-family: "Poppins", sans-serif;
}

h5 {
	color: #32373e;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-family: "Poppins", sans-serif;
}

h6 {
	color: #32373e;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.375rem;
	font-family: "Poppins", sans-serif;
}

table{
	width: 100%;
}


th{
background: #e7935d;
color: #ffffff;
text-align: left;
padding: 0.3em 1em;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
}

td{
border: 1px solid #dddddd;
background: #eee;
text-align: left;
padding: 0.3em 1em;
}

tr:nth-child(odd) td {
	background: #fff;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #5d636b;
	text-decoration: underline;
}

a:hover {
	color: #5d636b;
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.bg-gray {
	background-color: #f7fcfd;
}

.bg-dark {
	background-color: #2b2b2a;
}

.blue {
	color: #00bfd8;
}

hr.hr-heading {
	display: inline-block;
	width: 4.5rem;
	height: 0.125rem;
	margin-top: 0;
	border: none;
	background-color: #00bfd8;
	opacity: 1;
}

.section-title {
	color: #00bfd8;
	font-weight: 700;
	font-size: 0.8125rem;
	line-height: 1.125rem;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 1.5rem 1.375rem 1.5rem;
	border-radius: 32px;
	border: 1px solid #019fa8;
	background-color: #019fa8;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #019fa8;
	text-decoration: none;
}

.number{
	color: #e7935d;
	margin-right: 0.5em;
	position: absolute;
	left: 1em;
}

.under{
	background: linear-gradient(transparent 70%, #F8ED2A 70%);
}

/**********************/
/*     Navigation     */
/**********************/
.navbar {
	background-color: #ffffff;
	font-size: 0.875rem;
	line-height: 0.875rem;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
    width: 180px;
}

@media screen and (max-width: 768px) {
.navbar{
	padding-top: 2px;
	padding-bottom: 4px;
}
.navbar .logo-image img {
    width: 130px;
}
}

.navbar .logo-text {
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 3.25rem;
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #ffffff;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.6rem;
}

.navbar .nav-item .nav-link {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #5d636b;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link:focus,
.navbar .nav-item .nav-link.active {
	color: #15f7f1;
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}

/*****************/
/*    Header     */
/*****************/
.header {
	padding-top: 15rem;
	padding-bottom: 1rem;
	background-image: url('../images/img_main.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
}

.header .text-container{
	margin-bottom:15rem;
	text-align: left;
}

@media screen and (max-width: 768px) {
h1{
font-size: 25px;
margin: 0;
padding: 0;
}
h2{
font-size: 20px;	
margin: 0;
padding: 0;
line-height: 180%;
}
h3{
font-size: 18px;	
line-height: 140%;
}

.header {
	background-image: url('../images/img_main_sp.jpg');
	margin-top: 3rem;
	padding-top: 4rem;
	max-height: 450px;
}	
.header .text-container{
}
}
.for-pc { display:block; }
.for-sp { display:none; }

@media only screen and (max-width : 767px){
  .for-pc { display:none; }
  .for-sp { display:block; }
}

/********************/
/*     sub     */
/********************/

.sub{
	background-image: url('../images/bg_sub.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

/********************/
/*     concept     */
/********************/
.electro-box {
	padding-top: 4rem;
	padding-bottom: 4rem;
	text-align: center;	
	background: #fafafa;
}

.electro-box .card{
}

.electro-box .h2-heading {
	margin-bottom: 0.75rem;
}

.electro-box .p-heading {
	margin-bottom: 2rem;
}

.electro-box .card,.electro-box .card-2 {
	max-width: 330px;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
	padding:0;
	border-radius: 8px;
	box-shadow: 4px 4px 0 0 #e7935d;
}


.electro-box ul{
	font-size: 22px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	line-height: 180%;
	margin: 0em 1em 0em 2em;
	padding: 0;
}

.electro-box ul li{
	list-style: none;
}

@media screen and (max-width: 768px) {
.electro-box .card,.electro-box .card-2 {
	max-width: 90%;
	margin-bottom: 1rem;
	padding: 0rem 0.2rem;
}
.electro-box ul{
	font-size: 18px;
}
.electro-box ul li{
	line-height: 150%;
	margin-bottom: 1em;
}
.electro-box ul li:last-child{
	margin-bottom: 0;	
}
}

#strengths	.electro-box .card-2{
	border: 1px solid #dddddd;
}

.electro-box .card-image {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}

.electro-box .card-title {
	margin: 1rem 0;
}

.electro-box p {
	padding-top: 0.5em;
	margin-bottom: 0;
	clear: both;
	text-align: left;
}


/********************/
/*     concept     */
/********************/
.point-box {
	padding-top: 4rem;
	padding-bottom: 4rem;
	text-align: center;
	background: #fafafa;
}

.point-box .h2-heading {
	margin-bottom: 0.75rem;
}

.point-box .p-heading {
	margin-bottom: 3.75rem;
}

.point-box .card,.point-box .card-2 {
	max-width: 330px;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
	padding:0;
	border-radius: 8px;
	background: #ffffff;
}

.point-box .card-body{
	padding: 2em;
}

@media screen and (max-width: 768px) {
.point-box .card,.point-box .card-2 {
	max-width: 100%;
	margin-bottom: 1rem;
	padding: 0;
}
}

#strengths	.point-box .card-2{
	border: 1px solid #dddddd;
}

.point-box .card-image {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}

.point-box .card-title {
	margin-bottom: 2rem;
}

.point-box p {
	padding-top: 0.5em;
	margin-bottom: 0;
	clear: both;
	text-align: left;
}



/********************/
/*     concept     */
/********************/
.start-box {
	padding-top: 4rem;
	padding-bottom: 4rem;
	text-align: center;
	background: #fafafa;
}

.start-box .h2-heading {
	margin-bottom: 0.75rem;
}

.start-box .p-heading {
	margin-bottom: 3.75rem;
}

.start-box .card,.start-box .card-2 {
	max-width: 330px;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
	padding:2rem 1rem;
	border-radius: 8px;
	background: #ffffff;
}

@media screen and (max-width: 768px) {
.start-box .card,.start-box .card-2 {
	max-width: 100%;
	margin-bottom: 1rem;
	padding: 2rem 0.2rem;
}
}

#strengths	.start-box .card-2{
	border: 1px solid #dddddd;
}

.start-box .card-image {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}

.start-box .card-title {
	margin-bottom: 2rem;
}

.start-box p {
	padding-top: 0.5em;
	margin-bottom: 0;
	clear: both;
	text-align: left;
}


/********************/
/*     concept     */
/********************/
.case-box {
	padding-top: 4rem;
	padding-bottom: 4rem;
	text-align: center;
	background: #fdf5e6;
}

.case-box h3{
	text-align: left;
}

.case-box .h2-heading {
	margin-bottom: 0.75rem;
}

.case-box .p-heading {
	margin-bottom: 3.75rem;
}

.case-box .card,.case-box .card-2 {
	max-width: 330px;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
	padding:2rem 1rem;
	border-radius: 8px;
	background: #fafafa;
}

@media screen and (max-width: 768px) {
.case-box .card,.case-box .card-2 {
	max-width: 100%;
	margin-bottom: 1rem;
	padding:1rem 0.2rem;
}
}

#strengths	.case-box .card-2{
	border: 1px solid #dddddd;
}

.case-box .card-image {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}

.case-box .card-title {
	margin-bottom: 2rem;
}

.case-box p {
	padding-top: 0.5em;
	margin-bottom: 0;
	clear: both;
	text-align: left;
}

.case-box ul{
	list-style: none;
	padding: 0;
}

.case-box li{
	font-size: 12px;
	color: #ffffff;
	background: #e7935d;
	border-radius: 20px;
	float: left;
	padding:0 10px;
	margin: 3px;
}

/*******************/
/*     Pricing     */
/*******************/
.price-box {
	padding-top: 3rem;
	padding-bottom: 3rem;
	text-align: center;
}

.price-box h3{
	margin:1em 0.5em;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px dotted #dddddd;
}

.price-box .h2-heading {
	margin-bottom: 0.75rem;
}

.price-box .p-heading {
	margin-bottom: 3.75rem;
}

.price-box .card {
	display: block;
	max-width: 330px;
	margin-right: auto;
	margin-bottom: 6rem;
	margin-left: auto;
	border: 1px solid #c4d8dc;
	border-radius: 8px;
}

@media screen and (max-width: 768px) {
.price-box .card {
	max-width: 100%;
	margin-bottom: 2rem;
}
}

.price-box .card .card-body {
	padding: 2.5rem 1.75rem 2.25rem 1.75rem;
}

.price-box .card .card-title {
	margin-bottom: 0.5rem;
	color: #32373e;
	font-weight: 700;
	font-size: 1.65rem;
	line-height: 2.125rem;
	text-align: center;
}

.price-box .card p {
	margin-bottom: 1.875rem;
}

.price-box .card .cell-divide-hr {
	height: 1px;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	background-color: #ccd3df;
}

.price-box .card .price {
	margin-top: 1.625rem;
}

.price-box .card .value {
/*
	color: #00bfd8;
*/
	color: #e7935d;
	font-weight: 700;
	font-size: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
}

.price-box .card .currency {
	margin-right: 0.25rem;
/*
	color: #00bfd8;
*/
	color: #e7935d;
	font-size: 1.5rem;
	vertical-align: 40%;
}

.price-box .card .frequency {
	margin-bottom: 1.5rem;
	font-size: 0.875rem;
	text-align: center;
}

.price-box .card .list-unstyled {
	margin-top: 1.875rem;
	margin-bottom: 1.625rem;
	text-align: left;
}

.price-box .card .list-unstyled .d-flex {
	margin-bottom: 0.5rem;
}

.price-box .card .list-unstyled .fas {
/*
	color: #00bfd8;
*/
	color: #e7935d;
	font-size: 1rem;
	line-height: 1.625rem;
}

.price-box .card .list-unstyled .flex-grow-1 {
	margin-left: 0.625rem;
}

.price-box .card .button-wrapper {
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	text-align: center;
}

.price-box .card .btn-solid-reg:hover {
	background-color: #ffffff;
}

/* Best Value Label */
.price-box .card .label {
    position: absolute;
    top: 0;
    right: 0;
    width: 10.625rem;
    height: 10.625rem;
    overflow: hidden;
}

.price-box .card .label .best-value {
    position: relative;
	width: 13.75rem;
	padding: 0.3125rem 0 0.3125rem 4.125rem;
/*
    background-color: #00bfd8;
*/
    background-color: #e7935d;
	color: #fff;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
}
/* end of best value label */

/********************/
/*     concept     */
/********************/
.flow-box {
	padding-top: 4rem;
	padding-bottom: 4rem;
	text-align: center;
	background: #fdf5e6;
}

.flow-box .h2-heading {
	margin-bottom: 0.75rem;
}

.flow-box .p-heading {
	margin-bottom: 3.75rem;
}

.flow-box .card,.flow-box .card-2 {
	max-width: 330px;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
	padding:2rem 1rem;
	border-radius: 8px;
	background: #fafafa;
}

#strengths	.flow-box .card-2{
	border: 1px solid #dddddd;
}

.flow-box .card-image {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}

.flow-box .card-title {
	margin-bottom: 2rem;
}

.flow-box p {
	padding-top: 0.5em;
	margin-bottom: 0;
	clear: both;
	text-align: left;
}

.case ul{
	list-style: none;
	padding: 0;
}

.case li{
	font-size: 12px;
	color: #ffffff;
	background: #e7935d;
	border-radius: 20px;
	float: left;
	padding:0 10px;
	margin: 3px;
}

/*******************/
/*     Contact     */
/*******************/
.about-box {
	position: relative;
	padding-top: 4rem;
	padding-bottom: 4rem;
	text-align: center;
}

.about-box .decoration {
	display: none;
}

.about-box .h2-heading,
.about-box .p-heading,
.about-box .list-unstyled {
	text-align: center;
}

.about-box .h2-heading {
	margin-bottom: 0.75rem;
}

.about-box .p-heading {
	margin-bottom: 0.375rem;
}

.about-box .list-unstyled {
	margin-bottom: 3.75rem;
}

.about-box .list-unstyled .fas {
/*
	color: #00bfd8;
*/
	color: #e7935d;
}

.about-box .map-responsive {
	position: relative;
	overflow: hidden;
	height: 0;
	margin-bottom: 4rem;
	padding-bottom: 70%;
	border-radius: 8px;
}

.about-box .map-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none; 
}

.about-box .nav-tabs{
	margin-top: 2em;
}

.about-box .tab-content td{
	text-align: center;
}

/*******************/
/*     Contact     */
/*******************/
.contact-box {
	position: relative;
	padding-top: 7.5rem;
	padding-bottom: 8rem;
	text-align: center;
	background-image: url('../images/bk_contact.jpg');
	color: #ffffff;
}

.contact-box a{
	margin-top: 10px;
}

.accordion-button:not(.collapsed){
	background: #dddddd;
	color: #5d636b;
}
/******************/
/*     Footer     */
/******************/
.footer {
	padding-top: 6.5rem;
	padding-bottom: 1.5rem;
	border-top: 1px solid #dbeef2;
}

.footer a {
	text-decoration: none;
}

.footer .footer-col {
	margin-bottom: 3rem;
}

.footer h6 {
	margin-bottom: 0.625rem;
	color: #8d959c;
}

.footer p,
.footer a,
.footer ul {
	color: #8d959c;
}

.footer .li-space-lg li {
	margin-bottom: 0.375rem;
}

.footer .footer-col.third .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: 0.375rem;
	font-size: 1.375rem;
}

.footer .footer-col.third .fa-stack .fa-stack-2x {
	color: #00bfd8;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-2x {
	color: #ffffff;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-1x {
	color: #00bfd8;
}


/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding-bottom: 1rem;
	text-align: center;
}

.copyright p,
.copyright a {
	color: #8d959c;
	text-decoration: none;
}

/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	position: fixed; 
  	z-index: 99; 
	bottom: 20px; 
	right: 20px; 
	display: none; 
	width: 52px;
	height: 52px;
	border: none; 
	border-radius: 50%; 
	outline: none; 
	background-color: #3b384b; 
	cursor: pointer; 
}

#myBtn:hover {
	background-color: #00bfd8;
}

#myBtn img {
	margin-bottom: 0.25rem;
	width: 18px;
}



/*************************/
/*     Media Queries     */
/*************************/	
/* Min-width 768px */
@media (min-width: 768px) {

	/* Header */
	.header {
	}
	/* end of header */

	/* Contact */
	.about-box .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}
	/* end of contact */
}
/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {
	
	/* General Styles */
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 40rem;
		margin-right: auto;
		margin-left: auto;
	}

	/* Navigation */
	.navbar {
		padding-top: 1.75rem;
		background-color: transparent;
		box-shadow: none;
		transition: all 0.2s;
	}

	.navbar.extra-page {
		padding-top: 0.5rem;
	}

	.navbar img,.navbar .navbar-nav{
		display: none;
	}
	.navbar.top-nav-collapse img,.navbar.top-nav-collapse .navbar-nav{
		display: inherit;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: #ffffff;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
		color: #ffffff;
	}
	
	.navbar.top-nav-collapse .nav-item .nav-link {
		color: #5d636b;
	}

	.navbar.top-nav-collapse .nav-item.dropdown.show .nav-link,
	.navbar.top-nav-collapse .nav-item .nav-link:hover,
	.navbar.top-nav-collapse .nav-item .nav-link.active {
		color: #15f7f1;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}
	
	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
	/* end of navigation */
	
	/* Concept */
	.point-box .card,.point-box .card-2,
	.electro-box .card,.electro-box .card-2,
	.start-box .card,.start-box .card-2,
	.case-box .card,.case-box .card-2,
	.flow-box .card,.flow-box .card-2 {
		display: inline-block;
		max-width: 100%;
		width: 302px;
		vertical-align: top;
	}

	.point-box .card :nth-of-type(3n+2),.start-box .card :nth-of-type(3n+2),.case-box .card :nth-of-type(3n+2),.flow-box .card:nth-of-type(3n+2) {
		margin-right: 0.375rem;
		margin-left: 0.375rem;
	}
	/* end of services */

	/* Pricing */
	.price-box .card {
		display: inline-block;
		max-width: 100%;
		width: 302px;
		vertical-align: top;
	}

	.price-box .card:nth-of-type(3n+2) {
		margin-right: 0.375rem;
		margin-left: 0.375rem;
	}
	/* end of pricing */

	/* Contact */
	.about-box .map-responsive {
		margin-bottom: 0;
	}
	/* end of contact */

	/* Footer */
	.footer .footer-col {
		margin-bottom: 2rem;
	}

	.footer .footer-col.first {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}
	
	.footer .footer-col.second {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}
	
	.footer .footer-col.third {
		display: inline-block;
		width: 224px;
		text-align: right;
		vertical-align: top;
	}

	.footer .footer-col.third .fa-stack {
		margin-right: 0;
		margin-left: 0.375rem;
	}
	/* end of footer */

}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {
	
	/* General Styles */
	.container {
		max-width: 1140px;
	}
	/* end of general styles */
	

	/* Navigation */
	.navbar .container {
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
	/* end of navigation */


	/* Concept */
	.point-box .card,.start-box .card,.flow-box .card {
		width: 47%;
		margin: 1%;
	}
	
	.electro-box .card{
		width: 65%;
		margin: 0;		
	}
	
	.case-box .card{
		width: 47%;
		margin: 1%;
/*
		margin: 0 0 1% 0;
*/
	}

	.electro-box .card-2,.start-box .card-2,.case-box .card-2,.flow-box .card-2 {
		width: 31%;
		margin: 1%;
	}
	/* end of services */
	
	.point-box .card-2{
		width: 47%;
		margin: 1%;		
	}


	/* Pricing */
	.price-box .card {
		width: 330px;
	}

	.price-box .card:nth-of-type(3n+2) {
		margin-right: 3.375rem;
		margin-left: 3.375rem;
	}
	/* end of pricing */

	/* Contact */
	.about-box {
		overflow: hidden;
	}
	
	.about-box .map-responsive {
		margin-right: 1.25rem;
		padding-bottom: 40%;
	}

	.about-box form {
		margin-left: 1.25rem;
	}

	.about-box .decoration {
		display: block;
		position: absolute;
		top: 170px;
		right: -460px;
		width: 600px;
	}
	/* end of contact */


	/* Footer */
	.footer .footer-col.first {
		width: 352px;
		margin-right: 6rem;
	}
	
	.footer .footer-col.second {
		margin-right: 6.5rem;
	}
	
	.footer .footer-col.third {
		text-align: right;
	}
	/* end of footer */

}
/* end of min-width 1200px */


/************************************************** ADD **************************************************/

@media (max-width: 48em){
.container{
padding:0 0.8em;
}

#header .container{
padding:0 1.5em;
}

.p-heading{
padding:0 1.5em;
}

}

/*************************/
/*         Main          */
/*************************/	

#services{
	clear: both;
	padding: 60px 0 0 0;
	background: #ffffff;
}

 #inner {
    position: relative;
    background: var(--themeColor);
    width: 100%;
    height: 93%;
    top: 0;
    left: 0;
    overflow: hidden;
  }

ol,ul{
	margin-top: 1em;
	margin-bottom: 0;
	padding-left: 1.5em;
}

.web-font{
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
}

/*************************/
/*         Step          */
/*************************/	

.step-box{
padding: 20px;
margin: 0 0 0 0;
text-align: left;
}

@media screen and (max-width: 768px) {
.step-box{
padding:0 0.2rem;
}
}

.step-box h2{
background: #1d2087;
color: #ffffff;
text-align: center;
padding: 10px;
margin-bottom: 40px;
font-size: 30px;
}

.step-text .row{
margin-bottom: 20px;
}

.step{
  list-style-type: none;
  padding:0;
  margin:0;
}
.step li{
  position: relative;
  width:120px;
  background: #dee2e6;
  padding: 1em 0;
  margin-bottom: 3em;
  text-align:center;
  font-size: 24px;
  color: #1d2087;
  font-weight: bold;
}
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -25px;
  left: 0;
  border-style: solid;
  border-color: #dee2e6 transparent transparent transparent;
  border-width:25px 60px 0 60px;
  z-index: 1;
}
.step li.is-current{
  background: #9bbb30;
  font-weight: bold;
}
.step li.is-current:after{
  border-color: #9bbb30 transparent transparent transparent;
}

@media screen and (max-width: 600px) {
.step li{
  width:48px;
  font-size: 12px;
  line-height: 140%;
  padding:1em 5px;
}
.step li:after{
  bottom: -15px;
  border-width:15px 24px 0 24px;
}

.step-box h2{
font-size: 20px;
}
}

.top-flow_list {
padding: 0;
/*
  padding: 0 4.26%;
*/
  margin-top: 6.4vw;
}
@media screen and (min-width: 960px) {
  .top-flow_list {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}

.top-flow_listItem {
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .top-flow_listItem {
    width: 165px;
  }
}
.top-flow_listItem + .top-flow_listItem {
  margin-top: 32px;
}
@media screen and (min-width: 960px) {
  .top-flow_listItem + .top-flow_listItem {
    margin-top: 0;
  }
}
.top-flow_listItem:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 17px;
  border-top: 17px solid #e7935d;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  bottom: -16px;
  left: 50%;
  margin-left: -30px;
}
@media screen and (min-width: 960px) {
  .top-flow_listItem:after {
    width: 25px;
    border-top: 8px solid transparent;
    border-left: 14px solid #e7935d;
    border-bottom: 8px solid transparent;
    border-right: none;
    left: auto;
    right: -50px;
    top: 50%;
    bottom: auto;
    margin-top: -12.5px;
  }
}
.top-flow_listItem dl {
  outline-offset: -3px;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 0 0 1px #e7935d inset;
  background: #ffffff;

}
.top-flow_listItem dt {
  background: #e7935d;
  color: #fff;
  border-radius: 7px 7px 0 0;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-weight: 700;
}
.top-flow_listItem dt span {
  margin-left: 8px;
}

.accordion-body{
	text-align: left;
}

@media screen and (min-width: 960px) {
  .top-flow_listItem dt span {
    display: none;
  }
}
.top-flow_listItem dd {
  padding: 10px 15px;
}
@media screen and (min-width: 960px) {
  .top-flow_listItem dd {
    padding: 10px 9px 15px;
  }
}
.top-flow_listItem dd h3 {
  display: none;
}
@media screen and (min-width: 960px) {
  .top-flow_listItem dd h3 {
    display: block;
    text-align: center;
    font-size: 20px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
  }
}
.top-flow_listItem dd p {
  font-size: 14px;
  line-height: 180%;
}
@media screen and (min-width: 960px) {
  .top-flow_listItem dd p {
    margin-top: 8px;
  }
}
.top-flow_listItem:last-of-type:after {
  display: none;
}

.navbar-collapse{
    flex-basis: inherit;
    flex-grow: inherit;	
}


.table_electroporation td{
	text-align: center;
}

span.marker {
	color: #e7935d;
}

.marker_b {
	color: #e7935d;
	font-weight: bold;
}

/************************************************************/
/*料金表
/************************************************************/

table.price_table,
table.price_table tr td
{
	padding:5px 0;
	border: none;
	border-bottom: 1px solid #eeeeee;
}

.price-box td{
	background: #ffffff;
}
.price-box th{
	border: 1px solid #dddddd;
}


table.price_table tr:last-child td
{
/*
	border-bottom: 1px solid #eeeeee;
*/
	border-bottom: 1px solid #ffffff;
}

.price_table_price{
	text-align: right;
}

.price_en{
	font-size: 80%;
	margin-left: 2px;	
}

/************************************************************/
/*画像回り込み
/************************************************************/

#left-box {
  overflow: hidden;/*float解除*/
}
#left-box .space {
  float: left;/*画像の位置を右下にしたい場合はright*/
  height: 4.5em/*画像上の余白の高さ*/
}
#left-box .img {
  float: right;/*画像の位置を右下にしたい場合はright*/
  clear: both;/*.spaceのfloat解除*/
  margin: 0 0 0 0;/*画像の周りの余白*/
}

#left-box p{
	clear: none;
}