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

.sp {
  display: none !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: 1200px;
  margin: 0 auto;
  text-align: left;
  position: relative;}

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

/*-------------------------------------------------
	++ HEAD
-------------------------------------------------*/
#header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;}
.header {
  background: rgba(13, 112, 235, 1);
  transition: all 0.5s ease;}
.hidden {
  background: rgba(13, 112, 235, 1);
  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: 15px;
  position: relative;
  transition: all 0.1s ease-in;}
#header #menu .menuContents ul li a {
  display: block;
  text-decoration: none;
  padding: 38px 7px;
  position: relative;
  color: #FFF;}
#header #menu .menuContents ul li.current {
  background-color: #55a1ff;
  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: #FFF;
  padding: 10px 15px;
  border-radius: 20px;
  color: #0d70eb;}
#header #menu .menuContents ul li.mContact.current {
  background-color: transparent;
  color: #0d70eb;}

/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
#main {
  position: relative;
  padding-top: 100px;}
#main .dairiten {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 9998;}
#main .main {
  display: block;
  float: right;
  margin: 30px 0 0 0;}
#main .catch {
  float: left;
  font-size: 50px;
  font-weight: bold;
  color: #0d70eb;
  line-height: 1.5em;
  text-align: left;
  padding-top: 100px;}
#main .catch span {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #000000;
  line-height: 1.5em;
  padding-bottom: 2em;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBlue {
  float: left;
  text-align: center;
  margin: 3% 0 0 0;}
.btnBlue2 {
  text-align: center;
  margin: 0 auto 5px auto;}
.btnBlue a,
.btnBlue2 a {
  display: inline-block;
  background-color: #ffae00;
  color: #FFF;
  padding: 10px 90px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;}
.btnBlue a:hover,
.btnBlue2 a:hover {
  text-decoration: none;}

/*-------------------------------------------------
	++ TOP
-------------------------------------------------*/
.WhiteBg {
  padding: 0;
  background-color: #FFF;}
.WhiteBg2 {
  padding: 0;
  margin: 50px 0;
  background-color: #FFF;}
.GreenBg {
  padding: 20px 0;
  margin: 30px 0;
  background-color: #e5f4ff;}
h3 {
  font-size: 32px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #0d70eb;
  font-weight: bold;
  text-align: center;}
h4 {
  font-size: 20px;
  margin: 0 auto 10px auto;
  line-height: 2em;
  color: #000000;
  font-weight: bold;
  text-align: center;}
.bg_orange {
  background-color: #ffe896;}

h5 {
  font-size: 20px;
	margin: 20px 0 10px 0;
  color: #000000;
  text-align: center;}
  
h6 {
  font-size: 20px;
	margin: 20px 0 10px 0;
  color: #00923A;
  text-align: left;}

.subtxt {
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    font-size: 17px;
    padding-bottom: 20px;}

#flexbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0 auto 3% auto;
    justify-content: space-between;}
.itemBox { 
    width: 32%;
    text-align: left;
    padding:0;
    margin: 0;}
.itemBox2 {
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 10px;
    width: 32%;
    text-align: left;
    padding: 1% 2%;
    margin: 0;}

.Tbl01 table {
	width:100%;
	margin: 1% 0;
	border-top:1px solid #a3a3a3;
	border-left:1px solid #a3a3a3;}
.Tbl01 table tr th,
.Tbl01 table tr td {
	border-bottom:1px solid #a3a3a3;
	border-right:1px solid #a3a3a3;	
	padding:5px;
	position:relative;}
.Tbl01 table tr th {
    width: 50%;
	background-color:#0d70eb;
	color:#FFF;
	font-size:18px;
    font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	padding: 10px;}
.Tbl01 table tr td {
	background-color: #FFFFFF;
	text-align: center;
	font-size:18px;
	font-weight:normal;
	color:#000;
	line-height: 1.5em;
	padding: 15px 10px;}
.price_Contact a {
    display: inline-block;
    background-color: #FFF;
    border: 1px #0d70eb solid;
    text-align: center;
    padding: 5px 30px;
    border-radius: 20px;
    color: #0d70eb;
    margin-left: 20px;}

.listDisc {
	margin:0;}
.listDisc li {
	text-align: left;
	line-height: 1.5em;
	list-style-type:none;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;}

.service {
	width:900px;
	margin:0px auto;}
.service span {
    padding-left: 1em;}

.youtube iframe, .pdf iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;}
.youtubeBox, .pdfBox {
    width: 800px;
    text-align: center;
    margin: 30px auto 5px auto;}
.youtube {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    border: 5px #DBDBDB solid;
    margin: 10px 0px;}

.pdfBox {
	width:800px;
	text-align:center;
	margin:0px auto;}
.pdf {
	position:relative;
	overflow: hidden;
	border:5px #DBDBDB solid;
	margin:30px 0 5px 0;
	height: 700px;}

.BtnPDF {
    margin: 20px auto;
    text-align: center;}

#qaBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0 auto;}
.itemQ {
    width: 100%;
    background-color: #0d70eb;
    border-radius: 20px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 1em;
    font-size: 110%;
    line-height: 2.5em;}
.itemA {
    width: 100%;
    color: #333;
    font-weight: normal;
    padding-left: 1em;
    font-size: 100%;
    line-height: 1.3em;
    margin: 1em 0 1.5em 0;}


/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
  background-color: #0d70eb;
  color: #FFF;
  text-align: center;
  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;}