@import url(base.css);
img {
  display: inline-block;}

.sp {
  display: none !important;}
.pc {
  display: block !important;}
 
html{ scroll-behavior: smooth;scroll-padding-top: 100px;}

/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
#container {
  margin: 0 auto;
  text-align: center;
  position: relative;
  min-width: 1200px;
  overflow-x: hidden;}

.cInner {
  display: block;
  clear: both;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;}
.cInner2 {
  display: block;
  clear: both;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;}

#contents {
  margin: 0 auto;
  text-align: center;
  background: #FFF;}

/*-------------------------------------------------
	++ HEAD
-------------------------------------------------*/
#header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #006ed4;
  box-shadow: 0 2px 20px rgba(0, 110, 212, 0.4);}
/*
.header {
  background: rgba(0, 110, 212, 0.8);
  transition: all 0.5s ease;}
.hidden {
  background: rgba(0, 110, 212, 0.4);
  transition: all 0.5s ease;} 
*/

.header_innner {
    width: 1200px;
    margin: 0px auto;
    padding: 0px;}

#header #logo {
  display: block;
  float: left;
  text-align: left;
  margin-left: 0px;
  padding: 15px 20px;}
#header #logo a {
  color: #000;}
#header #logo a:hover {
  text-decoration: none;}
#header #menu {
  display: block;
  float: right;
  margin-right: 0px;
  position: relative;}
#header #menu .menuBtn {
	display: none;}
#header #menu .menuContents {
	display: block !important;}
#header #menu .menuContents ul li {
  float: left;
  display: block;
  line-height: 150%;
  font-size: 14px;
  position: relative;
  transition: all 0.1s ease-in;}
#header #menu .menuContents ul li a {
  display: block;
  text-decoration: none;
  padding: 40px 10px;
  position: relative;
  color: #FFF;}
#header #menu .menuContents ul li.current {
  background-color: #008feb;
  color: #FFF;}
#header #menu .menuContents ul li.current a {
  color: #FFF;}
#header #menu .menuContents ul li:hover ul {
  display: block;}
#header #menu .menuContents ul li.mContact {
  padding: 30px 15px;}
#header #menu .menuContents ul li.mContact a {
  background-color: #008feb;
  padding: 10px 15px;
  border-radius: 20px;
  color: #FFF;}
#header #menu .menuContents ul li.mContact.current {
  background-color: transparent;
  color: #333;}

/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
#main {
  position: relative;}
#main .dairiten {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 9998;}
#main .main img {
  display: block;
  width: 100%;
  height: auto;}
#main .topName {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;}
#main .topName .catch {
  font-size: 70px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1.8em;
  text-align: center;}
#main .topName .catch span {
	font-size: 25px;
	display: block;
	line-height: 1.3em;}
#main .topName .topList {
  width: 60%;
  color: #ff9c00;
  font-weight: bold;
  border-radius: 5px;
  padding: 20px;
  margin: 8% auto 0 auto;
  background: rgba(255, 255, 255, 0.9);}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBlue {
  text-align: center;
  margin: 2% auto 0 auto;}
.btnBlue2 {
  text-align: center;
  margin: 4% auto 0 auto;}
.btnBlue a,
.btnBlue2 a {
  display: inline-block;
  background-color: #53ace1;
  color: #FFF;
  padding: 10px 85px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;}
.btnBlue a:hover,
.btnBlue2 a:hover {
  text-decoration: none;}

/*-------------------------------------------------
	++ COMMON
-------------------------------------------------*/
.secBlock .secBox {
  text-align: left;
  padding-top: 25px;}
.secBlock .secLeft,
.secBlock .secRight {
  float: left;}
.secBlock .secLeft img,
.secBlock .secRight img {
  display: block;}
.secBlock .sec55 .secLeft,
.secBlock .sec55 .secRight {
  width: 50%;}
.secBlock .sec46 .secLeft {
  width: 40%;}
.secBlock .sec46 .secRight {
  width: 60%;}
.secBlock .sec37 .secLeft {
  width: 30%;}
.secBlock .sec37 .secRight {
  width: 70%;}

/*-------------------------------------------------
	++ TOP
-------------------------------------------------*/
#Umbrella {
  padding-bottom: 50px;
  background-color: #FFF;}
#Umbrella h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #53ace1;
  font-weight: bold;
  text-align: center;}
.yellowBox {
	background-color: #ffffdf;
	border-radius: 10px;
	padding: 30px;
	font-size: 17px;
	font-weight: bold;}

#Umbrella2 {
  padding-bottom: 25px;
  background-color: #f2f2f2;}
.UmbrellaList ul li {
	width:29%;
	margin:0 2%;
	float:left;
	text-align: left;
	padding: 0px;}
.UmbrellaList ul li img {
	text-align: center;
	margin: 0px auto 5% auto;
	display: block;}
.UmbrellaList ul li h4 {
	font-size:20px;
	line-height: 1.8em;
	color: #53ace1;
	text-align: center;
	margin: 0 auto;}
.UmbrellaList ul li p {
	font-size:15px;}

#Solution {
	padding-bottom: 50px;
	background-color: #f2fbfd;}
#Solution h3 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #53ace1;
	font-weight: bold;
	text-align: center;}
#Solutionbox {
	display:flex; 
	flex-wrap: wrap;
	width: 100%;
	height:auto;
	padding:0px;
	margin: 2% 0;}
.item { width: 333px; text-align: left; padding:0; margin: 0; background-color: #FFFFFF;}
.item h4 {
	font-size: 15px;
	margin: 0px;
	line-height: 3.5em;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;}
.Essentials { background-color: #60bfee;}
.Advantage { background-color: #265173;}
.SIG { background-color: #10284d;}
.itemInner {padding:5%;}
.itemInner p {font-size: 15px;}
.SolutionDisc {
	margin:0 0 1em 0;}
.SolutionDisc li {
	text-align: left;
	font-size: 15px;
	line-height: 1.6em;
	list-style-type:none;
	padding: 0 0 0.2em 1.0em;
	text-indent: -1.0em;}
.mgb1 {margin-bottom: 1em;}
.mgb2 {margin-bottom: 2.8em;}

#function {
  padding-bottom: 50px;
  background-color: #FFF;}
#function h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #53ace1;
  font-weight: bold;
  text-align: center;}

#pickup {
  padding-bottom: 50px;
  background-color: #002d81;}
#pickup h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;}
.listDisc {
	margin:0px;}
.listDisc li {
	color: #FFFFFF;
	text-align: left;
	line-height: 2em;
	list-style-type:none;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;}

#introduction {
  padding-bottom: 50px;
  background-color: #FFF;}
#introduction h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #53ace1;
  font-weight: bold;
  text-align: center;}
#introduction h4 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #333;
  font-weight: bold;
  text-align: left;}
 
.youtubeBox {
	width:800px;
	text-align:center;
	margin:30px auto;}
.youtube {
	position:relative;
	padding-top:56.25%;
	overflow: hidden;
	margin:0px 0px;}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;}

.imgC {
	text-align: center;
	margin: 3% auto;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
  background-color: #53ace1;
  color: #FFF;
  padding: 40px 0;}
#footer .copy {
  margin: 0px;}
#footer .copy a {
  color: #FFF;}

#pageTop {
	position: fixed;
	bottom:48px;
	right:48px;
	width:48px;
	height:48px;}
#pageTop img {
	display:block;}

.spCover {
  display: none;
  width: 1px;
  height: 1px;
  position: absolute;}