﻿@charset "UTF-8";

/* ===== 共通 ===== */

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

body{
	margin: 0;
	padding: 0;
	color: #333;
	background-attachment: fixed;
	background-size: cover;
	font-family: "Helvetica Neue",
    Arial, 
    "Hiragino Kaku Gothic ProN", 
    "Hiragino Sans", 
    Meiryo, 
    sans-serif;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.clearfix{
	clear:both;
	display: inline-table; 
}
a {
	color: #222;
	position: relative;
}
br.sp{
	display:none;
}
.ColorRed{
	color:#d65a1d;
}
#titleback{
	background: url('../images/func_bk.jpg') no-repeat center;
	background-size: cover;
	height: 320px;
	color: #fff;
	border-bottom: 1px solid #5C5C5C;
}
#cloud #titleback{
	background: url('../images/cloud_bk.jpg') no-repeat center;
	background-size: cover;
	height: 350px;
	color: #fff;
}
#comparison #titleback{
	background: url('../images/hikaku_bk.jpg') no-repeat center;
	background-size: cover;
	height: 350px;
	color: #fff;
}
#comparison #titleback a{
	color: #fff;
}
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#pagetop a {
	border: 1px solid #ea1a41;
    text-decoration: none;
    color: #ea1a41;
    width: 70px;
    padding: 23px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
	font-weight: normal;
}
#buy{
	background: -moz-linear-gradient(left,#333,#626262 40%,#626262 60%,#333); 
	background: -webkit-linear-gradient(left,#333,#626262 40%,#626262 60%,#333); 
	background: linear-gradient(to right,#333,#626262 40%,#626262 60%,#333); 
	color: #fff;
	padding: 30px 0;
	margin: 0 !important;
	text-align: center !important;
}
#buy .logo{
	width: 100%;
}
#buy_in{
	width: 800px;
	margin: 0 auto;
	text-align: center !important;
}
#buy_txt{
	margin: 15px 0;
	font-size: 110%;
}
#buy_title{
	font-size: 35px;
	font-weight: bold;
	text-align: center !important;
	margin: 0;
}
#buy_btn{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 120%;
	padding: 20px 15px 20px 30px;
	width: 278px;
	margin: 20px auto 10px;
	display: block;
	font-weight: bold;
	background: url('../images/ico_cart2.png') no-repeat 30px !important;
	background-color: #f07b1c !important;
	border: 1px solid #f07b1c !important;
	color: #fff !important;
}

#buy_btn:hover{
	background: url('../images/ico_cart2.png') no-repeat 30px !important;
	background-color: #626262 !important;
	border: 1px solid #f07b1c !important;

}
#buy_btn a{
	text-decoration: none;
	color: #fff;
	padding-left: 20px;
}


#buy_btn_price{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 140%;
	padding: 20px 5px 20px 0;
	width: 227px;
	margin: 30px auto 20px;
	display: block;
	font-weight: bold;
	background: url('../images/ico_cart2.png') no-repeat 30px !important;
	background-color: #f07b1c !important;
	border: 1px solid #f07b1c !important;
	color: #fff !important;
}

a #buy_btn_price {
	text-decoration: none;
	color: #fff;
	padding-left: 85px;
}
a #buy_btn_price:hover{
	opacity: 0.7;
}

.pageTopBtn {
    position: fixed;
    display: block;
    right: 0px;
    bottom: -100px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100px;
    border-color: 
transparent transparent #f07b1c
    transparent;
    cursor: pointer;
    transition: .5s;
    z-index: 7777777;
}

.pageTopBtn::after {
    position: absolute;
    display: block;
    right: 20px;
    top: 50px;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    content: '\f102';
}

.pageTopBtn {
    cursor: pointer;
}
.pageTopBtn:hover{
	opacity: 0.8;
}
#vrs{
	width: 1000px;
	background: #fff;
	padding: 20px 40px 40px 20px;
}
#vrs div.LeftBox{
	float:left;
	line-height: 180%;
    position: absolute;
	text-align: left;

}

@media screen and (max-width: 1000px) {
#vrs{
	width: 96%;

}
	#vrs img{
		width: 100%;
	}
}
	
@media screen and (max-width: 736px) {
#option{
	font-size: 150%;
}
#buy_in{
	width: 90%;
	margin: 0 auto;
}
#buy_title{
	font-size: 170%;
}
.parenthesis{
	margin: 20px auto 20px;
}

	#faq_menu{
		width: 31%;
	}
#buy .logo{
	width: 100%;
}
#vrs{
	padding: 20px 0 40px 0;
}
}
.hrstyle{
	border-top: 1px solid #BDBDBD;
	border-bottom: 1px solid #fff;
	margin: 50px 0;
}
#function_menu{
	width: 1000px;
	margin: 70px auto 20px;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
}

#function_menu a,#faq_menu a{
	text-decoration: none;
}
#faq_menu{
	width: 1000px;
	margin: 70px auto 20px;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr ;
	gap: 10px;
}
#function .parenthesis{
  position: relative;
  padding: 15px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
	color: #19283C;
}
#faq .parenthesis {
  position: relative;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
	color: #19283C;
}



#function .parenthesis:hover,#faq .parenthesis:hover {
	background-color: #fff;
}


#function .parenthesis p,#faq .parenthesis p{
	margin: 0;
	text-align: center;
	text-decoration: none !important;
}
#function .parenthesis::before,
#function .parenthesis::after, 
#faq .parenthesis::before,
#faq .parenthesis::after{
  position: absolute;
  top: 0;
  content: '';
  width: 7px;
  height: 100%;
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#function .parenthesis::before,
#faq .parenthesis::before {
  left: 0;
  border-left: 1px solid #646464;
}
#function .parenthesis::after,
#faq .parenthesis::after {
  right: 0;
  border-right: 1px solid #646464;
}
#content{
	overflow: hidden;
}

#cp_btn{
	text-align: center;
}
@media screen and (max-width: 736px) {
br.sp{
	display:block;
}
}
h2{
	font-size:200%;
	text-align:center;
	font-weight:normal;
	letter-spacing:0.1em;
	padding-top:10%;
	margin:0;
}
h2.lowT{
	padding-top:7%;
	padding-bottom: 13%;
}
@media screen and (max-width: 960px) {
h2{
	padding-top:15%;
}
}
@media screen and (max-width: 736px) {
h2{
	font-size:110% !important;
	padding-top:20%;
}
}
h3{
	font-size:110%;
	letter-spacing:0.08em;
	font-weight:normal;
	margin:0;
}
#function h3,#spec h3{
	font-size:110%;
	letter-spacing:0.08em;
	font-weight:normal;
	margin:0;
	text-align: center;
}
#spec h3{
	font-size:130%;
	letter-spacing:0.08em;
	font-weight:normal;
	margin:0;
	text-align: center;
	padding-top: 10px;
}
/*article{
	margin-top:3%;
}*/

p,h2,h3,div{
	letter-spacing:0.08em;
}
p.cap{
	font-size:90%;
	text-align:center;
}
p.note{
	font-size:80%;
}
.att{
	font-size:85%;
	font-weight:light;
	text-align:left;
	list-style:none;
	opacity:0.7;
}
ul.att_left50{
	font-size:90%;
	text-align:left;
	list-style:none;
	margin-left:50%;
}
.youtube_box {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.youtube2 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 1100px){
#faq_menu{
	width: 100%;
}
ul.att{
	width:100%;
	margin-left:0;
}
ul.att_left50{
	margin-left:0;
}

#buy img{
	width: 23% !important;
}
#function_menu,#faq_menu{
	width: 98% !important;
	margin: 20px auto 0 !important;
}
	.function_main_img{
		width: 96%;
		margin-left: 2%;
	}
#cp_btn{
	text-align: center;
	margin:0 auto;
	width: 96%;
}
#footer_in,.function_main_img img{
	width: 100%;
}
}

.box_in{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
}
.box_in p{
	font-size: 1.1rem;
	line-height: 1.8;
}
.box_in p span{
	background: linear-gradient(transparent 1%, #fff 1%);
	padding: 4px 5px;
}

.box_sub{
	color: #464646;
	font-size: 120%;
	margin: 0 0 5px 0;
	font-weight: bold;
}

#box_menu div.LeftBox{
	float:left;
	line-height: 200%;
    position: absolute;
	width: 38%;
}
#box_menu div.RightBox{
	float:right;
	line-height: 180%;
	postion: relative;
	width: 60%;
	margin-bottom: 30px;
}
#box_menu div.CenterBox{
	width:100%;
}
#box_menu div.CenterBox{
	text-align: center;
}
#sub_img2{
	text-align: center;
	width: 1100px;
	margin: 0 auto;
}
div.LeftBox img,div.RightBox img{
	width:100%;
}
.menu_left{
	width: 49%;
	float: left;
}
.menu_right{
	width: 49%;
	float: right;
}
.menu_left img,.menu_right img{
	width: 100%;
}
@media only screen and (max-width: 1100px){
div.LeftBox{
	display:block;
	width:100%;
	margin:0;
}
div.RightBox{
	display:block;
	width:100%;
	margin:0;
}
div.LeftBox img,div.RightBox img{
	width:100%;
}
}
div.contact{
	width:95%;
	margin:5% auto 0;
	border-top:3px double #CCC;
	padding:2%;
	clear:both;
	display:block;
}
@media screen and (max-width: 736px) {
.box_in{
	padding: 10px 0;
}
.box_in p{
	font-size: 15px;
}
div.contact{
	width:100%;
	padding:1%;
}
ul.contact {
	padding:1%;
	margin:0;
}
.menu_left{
	width: 100%;
	margin:1% auto;
	clear:both;
	display:block;
	text-align:center;
}
.menu_left img{
	width: 80%;
}
.menu_right{
	width: 100%;
	margin:1% auto;
	clear:both;
	display:block;
	text-align:center;
}
.menu_right img{
	width: 80%;
}
#box_menu div.LeftBox{
	width: auto;
}
}
div.contact span{
	font-size:130%;
	font-weight:bold;
}
ul.contact{
	list-style:none;
}
ul li.mail{
	background: url('../images/ico_mail.png') no-repeat 0px 13px;
	height:30px;
	padding:15px 10px 10px 40px;
}
ul li.tell{
	background: url('../images/ico_tell.png') no-repeat 0px 28px;
	height:45px;
	padding:15px 10px 10px 40px;
}
	/* リンクボタン */
.button {
	display: inline-block;
	width: 300px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	margin:3% auto;
	display:block;
	position: relative;
	z-index: 2;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #b2961e;
	color: #b2961e;
	line-height: 50px;
	overflow: hidden;
}
.button:hover {
	color: #fff;
}
.button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.button:hover::after {
	background: #b2961e;
	-webkit-transform: scale(1);
	transform: scale(1);
}
@media screen and (max-width: 736px) {
.button {
	width: 95%;
	height:auto;
}
}
	/* リンクボタン 小*/
.button_s {
	display: inline-block;
	width: 200px;
	height: 45px;
	text-align: center;
	text-decoration: none;
	line-height: 43px;
	outline: none;
}
.button_s::before,
.button_s::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_s,
.button_s::before,
.button_s::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button_s {
	margin:3% auto;
	/*display:block;*/
	position: relative;
	z-index: 2;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #b2961e;
	color: #b2961e;
	line-height: 43px;
	overflow: hidden;
}
@media screen and (max-width: 736px) {
.button_s {
	margin:1% auto;
}
}
.button_s:hover {
	color: #fff;
}
.button_s::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.button_s:hover::after {
	background: #b2961e;
	-webkit-transform: scale(1);
	transform: scale(1);
}
@media screen and (max-width: 736px) {
.button_s {
	width: 95%;
	height:auto;
}
}
	/* サイト内リンクボタン */
ul.pagelink{
	margin:5% auto;
	display: flex;
	justify-content: center;
	list-style:none;
}
@media screen and (max-width: 736px) {
ul.pagelink{
	display:none;
}
}
ul.pagelink li{
	margin:3px;
}
#pagelink-b{
	position: relative;
	display: inline-block;
	padding: 0 3px;
	margin:1%;
	width: auto;
	min-width: 200px;
	height: 50px;
	color: #F6F6F6;
	line-height: 50px;
	text-align: center;
	background: #19283C;
	z-index: 0;
}
#pagelink-b:after{
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #19283C transparent transparent transparent;
}
ul.pagelink li a{
	color:#FFF;
	text-decoration:none;
}
ul.pagelink li:hover{
	opacity:0.7;
}
@media screen and (max-width: 736px) {
div.btn{
	width:100%;
	height:50px;
}
}
.arrow_down{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow_down::before{
  content: '';
  width: 30px;
  height: 30px;
  border: 0px;
  border-bottom: solid 2px #b2961e;
  border-right: solid 2px #b2961e;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 20px;
}
	/* ナビ 上 */
.inner {
    width: 100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
	/* header */
#top-head {
    top: -130px;
    position: absolute;
    width: 100%;
    margin: 0px auto 0;
    padding: 15px 0 23px;
    z-index: 999;
	color: #535353;
	height: 30px;
	border-bottom: 1px solid #efefef;
	background: #fff;
}

#top-head a,
#top-head {
    color: #292929;
    text-decoration: none;
	margin-top: 173px;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
	margin:0 5% 0 3%;
}
#top-head .logo img{
	width:75%;
}
@media screen and (max-width: 736px) {
#top-head .logo {
	width:110%;
}
#top-head .logo img{
	width:30%;
}
}

#top-head_other {
    top: -130px;
    position: absolute;
    width: 100%;
    margin: 150px auto 0;
    padding: 18px 0;
    z-index: 999;
	background:#b2961e;
}
#top-head_other a,
#top-head_other {
    color: #fff;
    text-decoration: none;
	margin-top: 180px;
}
#top-head_other .inner {
    position: relative;
}
#top-head_other .logo {
    float: left;
	margin:0 5% 0 2%;
}
#top-head_other .logo img{
	width:35%;
}
@media screen and (max-width: 736px) {
#top-head_other .logo {
	width:110%;
}
#top-head_other .logo img{
	width:45%;
}
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
	margin: 0.5% 1% 0 0;
}
#global-nav ul li {
    float: left;
	letter-spacing: 0.05em;
}
#global-nav ul li a {
    padding: 0 17px;
}

#global-nav ul li.active,#global-nav ul li:hover{
	opacity: 0.7;
}
@media screen and (max-width: 736px) {
#global-nav ul li.active {
	background:none;
}
#global-nav ul li a {
	border-left: none;
}
header .btn_contact{
	color: #fff;
}
}
header .btn_contact{
	border: 1px solid #6E6E6E !important;
    border-radius: 3px !important;        /* CSS3草案 */  
    -webkit-border-radius: 3px !important;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px !important;   /* Firefox用 */  
	width:150px;
	height:34px;
	padding:6px 10px 0 10px;
	text-align: center;
	margin:-10px 5px 0 7px;

}
header .btn_contact:hover{
	border: 1px #565656 solid;
	background: #E9E9E9;
	padding:6px 10px 0 10px;
	text-align: center;
}
header li.btn_price{
	background: url('../images/ico_cart2.png') no-repeat 8px !important;
	background-color:#f07b1c !important;
	border: 1px solid #f07b1c !important;
	color: #fff !important;
    border-radius: 3px !important;        /* CSS3草案 */  
    -webkit-border-radius: 3px !important;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px !important;   /* Firefox用 */  

	width:130px;
	height:34px;
	padding-top:6px;
	padding-left:50px;
	margin:-10px 10px 0 12px;
	font-weight: bold;
	color: #de8800;
}
header a li.btn_price:hover{
	background: url('../images/ico_cart.png') no-repeat 8px;
	border: 1px solid #f07b1c;

	width:130px;
	height:34px;
	padding-top:6px;
	padding-left:50px;
	margin:-10px 10px 0 12px;
	font-weight: bold;
}
@media screen and (max-width: 736px) {
header a li.btn_price{
	background: url('../images/ico_cart2.png') no-repeat 8px;
		color: #fff;
}
header li.btn_price:hover{
	background: url('../images/ico_cart.png') no-repeat 8px;
	}
	header a li:hover{
		background: none;
	}
}
	/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    background: #fff;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
}
#top-head.fixed #global-nav ul li a {

}
 #top-head.fixed #global-nav ul li a:hover {

}
 	/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
@media screen and (min-width: 737px) and (max-width:1260px){
#global-nav ul {
 	font-size:95%;
}
#global-nav ul li {
	letter-spacing:-0.02em!important;
}
#global-nav ul li a {
    padding: 0 17px;
}
header li.btn_price{
	width:10px;
}
header li.btn_price span{
	display:none;
}
header a li.btn_price:hover{
	width:10px !important;
}
header li.btn_price span:hover{
	display:none;
}
header li.btn_contact{
	width:20px;
}
header li.btn_contact span{
	display:none;
}
header a li.btn_contact:hover{
	width:10px !important;
}
header li.btn_contact span:hover{
	display:none;
}
}
@media screen and (max-width: 736px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
	/* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    background: #fff;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        top: 8px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
		 /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: left;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
    }
    #global-nav ul li {
        float: none;
        position: static;
		padding-bottom: 3%;
		margin: 3%;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        /*display: block;*/
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
	/* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
	/* #global-nav スライドアニメーション */
    .open #global-nav {
		/* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	footer{
		font-size: 110% !important;
	}
}


/* contact */
div.bg_contact{
	width:94%;
	min-height: 100%;
	height:auto;
	background:#fff;
	padding:1% 3%;
	margin:-2% auto 0;
	overflow:hidden;
	color:#333;
	border-top: 1px solid #F0F0F0;
}
#bg_contact_in{
	margin:0 auto;
}
p.contact{
	font-size:200%;
	font-weight:bold;
	text-align:center;
	padding: 20px 0 0;
}
p.contact_in{
	font-size:170%;
	font-weight:bold;
	text-align:center;
	color:#222;
	line-height:150%;
	padding: 0;
	margin: 80px 0 0 0;
}
@media screen and (max-width: 736px) {
p.contact_in{
	font-size:150%;
	width: 96%;
	margin-left: 2%;
}
}




div.mail{
	float:left;
	width:50%;
	font-size:130%;
	text-align:center;
	border-right:1px solid #D3D3D3;
	font-weight:bold;
}
div.tel{
	float:left;
	width:46%;
	font-size:140%;
	text-align:center;
	font-weight:bold;
}
@media screen and (max-width: 736px) {
div.mail,div.tel{
	width:100%;
	margin:0 auto;
}
div.mail{
	border-right:none;
	border-bottom:1px solid #D3D3D3;
margin-bottom:10px;
}
}

div.tel span{
	font-size:160%;
	font-weight:bold;
	color:#00549b;
}
p.tel_in{
	font-size:70%;
	line-height:150%;
}
div.btn{
	width:40%;
	margin:5% auto;
	padding:2%;
	background:#e76f53;
	font-size:130%;
	color:#727272;
	text-align:center;
}
div.btn_s{
	width:50%;
	margin:5% auto;
	padding:1%;
	background:#009fb0;
	font-size:100%;
	color:#727272;
	text-align:center;
}
div.btnw_s_l_pc{
	float:left;
	width:20%;
	margin:5% auto;
	padding:1%;
	background:#FFF;
	font-size:100%;
	color:#FFF;
	text-align:center;
}
div.btnw_s_r_pc{
	float:right;
	width:20%;
	margin:5% auto;
	padding:1%;
	background:#FFF;
	font-size:100%;
	color:#FFF;
	text-align:center;
}
div.btnw_s_l_sp,div.btnw_s_r_sp{
	display:none;
}
div.btn_contact2{
	width:80%;
	margin:5% auto;
	padding:4% 1%;
	color:#fff;
	text-align:center;
	border:1px solid #00549b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight:bold;
	background:#00549b;
}
div.btn_contact2:hover{
	color:#00549b;
	text-align:center;
	border:1px solid #00549b;
	font-weight:bold;
	background:#fff;
}
div.btn_shop{
	background: url('../img/ico_cart.png') no-repeat 20px;
    background-color: rgba(0, 0, 0, 0);
	background-color: #ab0808;
	width:30%;
	padding: 2% 2% 2% 50px;
	margin:3% auto 0;
	color:#FFF;
	font-size:130%;
	text-align:center;
}
div.btn_price{
	width:30%;
	margin:3% auto 0;
	padding:1%;
	background:#a40000;
	font-size:160%;
	color:#FFF;
	text-align:center;
}

	/* ナビ 下 */
footer{
	background-color: #666666;
	background-image: url("../images/footer_bk.png");
	margin: 0 auto 0;
	font-size: 90%;
	background-repeat: no-repeat;
	background-position: right center;
}
#footer_in{
	margin: 0 auto;
	width: 1100px;
}
footer nav.nav-footer{
	padding:2% 0 0% 0;
	width: 100%;

}
footer ul{

}
footer ul li{
	list-style:none;
	margin-bottom: 7px;
	font-size: 100%;
}
footer ul li a{
	color:#FFF;
	text-decoration:none;
}
footer ul li a:hover {
    color: #f07b1c;
}
footer div.title{
	background:#242424;
	color:#FFF;
	padding:1.5%;
	text-align:center;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
footer div.col_logo{
	float:left;
	width: 20%;
	margin-right: 2%;
}
footer div.col_logo img{
	width:100%;
}
footer div.col{
	width: calc(100%/4);
}
footer div.col_1{
	float:left;
	padding: 0
}
footer div.col_2{
	float:left;
}
footer div.col_3{
	float:left;
	text-align:center;
}
footer div.col_3 div{
	margin-bottom: 5px;
}
footer div.col_3 a{
	color:#FFF;
	text-decoration:none;
}
footer div.col_3 a:hover {

}
footer div.btn_price{
	background: url('../images/ico_cart.png') no-repeat 20px;
	background-color:#ab0808;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	font-size:90%;
	height:40px;
	padding:20px 10px 10px 30px;
	margin:0;
}
footer div.btn_catalog{
	background: url('../images/ico_pdf.png') no-repeat 10px;
	border: 1px #FFFFFF solid;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	height:30px;
	padding:15px 10px 10px 30px;
	margin-top: 0;
	font-size:90%;
	letter-spacing:-0.05em;
}
footer div.btn_contact{
	border: 1px #FFFFFF solid;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	height:30px;
	padding:16px 10px 6px 10px;
	font-size:110%;
}
footer div.btn_contact:hover{
	border: 1px #666666 solid;
	background: #fff;
	color: #666666;
}

.association{
	border: 1px #666666 solid;
	background: #fff;
	padding:3px 0 0;
}


@media screen and (max-width: 960px) {
footer div.btn_price{
	background: none;
	background-color:#ab0808;
	font-size:90%;
	height:40px;
	padding:20px 10px 10px 10px;
	margin:0;
}
footer div.btn_catalog{
	background: none;
	height:40px;
	padding:10px 10px 10px 10px;
	font-size:90%;
	letter-spacing:-0.05em;
}
footer div.btn_contact{
	background: none;
	height:30px;
	padding:15px 10px 10px 10px;
	margin-bottom: 10px;
}
}
@media only screen and (max-width: 736px){
footer div.btn_catalog{
	height:30px;
	padding:20px 10px 10px 10px;

}
}
footer ul.sns{
	margin:0 auto;
	display: flex;
	justify-content: center;
}
footer ul.sns li{
	list-style:none;
	margin-right:1%;
}
footer p.copy{
	font-size:70%;
	opacity:0.8;
	color:#FFF;
	text-align:center;
	margin:0 auto 1%;
	width:100%;
}
footer p.copy a{
	color:#FFF;
}

@media screen and (max-width: 960px) {
footer div.col_logo img{
	display:none;
}
footer div.col_1{
	float:left;
	width: 28%;
	margin-right: 1%;
}
footer div.col_2{
	float:left;
	width: 25%;
	margin-right: 1%;
}
footer div.col_3{
	float:left;
	width: 18%;
	margin-right: 1%;
	text-align:center;
}
#footer_in{
	width: 100%;
}
}
@media only screen and (max-width: 736px){
footer{
	height:100%;
	width:100%;
	margin:0 auto;
	display:block;
	clear:both;
	padding-bottom: 10%;
	background-repeat: repeat !important;
}

footer nav.nav-footer{
	clear:both;
	display:block;
	width:90%;
	height:100%;
	margin:0 auto;
}
footer div.col_logo{
	text-align:center;
}
footer div.col_logo img{
	width: 300%;
}
footer div.title{
	width: 95%;
	margin:1% auto;
	display:block;
	clear;both;
}
footer div.col_1{
	width: 100%;
}
footer div.col_2{
	width: 100%;
}
footer div.col_3{
	width: 100%;
}
}
	/* 前のページに戻るリンク */
#page-back{
	display:block;
	clear:both;
	width:50%;
	margin:5% auto;
	padding-top:5%;
	text-align:center;
}
	/* トップに戻るリンク */
#page-top{
	width:50%;
	margin:5% auto 0;
	display:block;
	clear:both;
	text-align:center;
}
#page-top span{
	display:block;
	clear:both;
	text-align:center;
	line-height:400%;
    margin-left: -35px;
}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #2b4082;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	vertical-align: middle;
}
.arrow_up::before{
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #2b4082;
	border-left: 2px solid #2b4082;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* メガソフトグローバルナビ */
#header {
  width: 100%;
  min-height: 40px;
  position: relative;
  z-index: 10005;
}
#header .inner {
  position: static;
}

#logo {
  float: left;
  width: 170px;
  margin: 10px 0 0 50px;
}
@media only screen and (max-width: 767px) {
  #logo {
    width: 100px;
    margin: 10px 0 0 10px;
  }
}
#logo a {
  display: block;
  height: 0;
  padding: 40px 0 0;
  overflow: hidden;
  background: url(../images/logo.png) no-repeat left center;
  background-size: 100% auto;
}

#hNav {
  float: right;
}
#hNav ul{
	list-style:none;
}
#hNav > ul {
  border-right: 1px solid #333;
  height: 25px;
}
#hNav > ul > li {
  float: left;
	height: 40px;
}
#hNav > ul > li > a {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0 20px;
	font-size: 90%;
}
#hNav > ul > li > a:hover {
}
#hNav > ul > li > a:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  #hNav > ul > li > a {
    font-size: 7px;
    font-size: 0.7rem;
    padding: 0;
    width: 60px;
    text-align: center;
    line-height: 20px;
	margin-top: -10px;
  }
  #hNav > ul > li > a:before {
    margin: 3px 0 -3px;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 320px) {
  #hNav > ul > li > a {
    width: 50px;
  }
}
#hNav > ul > li.product > a:before {
  content: "\f0c9";
  font-size: 17px;
}
#hNav > ul > li.learning a:before {
  content: "\f108";
  font-size: 15px;
}
#hNav > ul > li.onlineshop a:before {
  content: "\f07a";
  font-size: 19px;
}
@media only screen and (max-width: 767px) {
  #hNav > ul > li.onlineshop a span {
    display: none;
  }
#product_menu {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  background: #000;
  color: #fff;
  border-bottom: 1px solid #333;
  line-height: 1;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.7);
  display: none;
}
#product_menu a {
  color: #fff;
  text-decoration: none;
}
#product_menu ul {
  width: 100%;
  overflow: hidden;
	margin:0 auto;
}
#product_menu ul li {
  float: left;
  display: table;
}
#product_menu ul li a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
#product_menu ul li a:hover {
  background-color: #111;
}
#product_menu .item {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  #product_menu .item {
    border-bottom-style: none;
  }
}
#product_menu .item > li {
  width: 19%;
  height: 225px;
}
@media only screen and (max-width: 767px) {
  #product_menu .item > li {
    width: 100%;
    height: auto;
  }
}
#product_menu .item a {
  font-size: 100%;
  background-repeat: no-repeat;
  background-position: center 75px;
  background-size: 45px auto;
}
@media only screen and (max-width: 767px) {
  #product_menu .item a {
    padding: 10px 0 10px 40px;
    background-position: 15px center;
    background-size: 30px;
    border-left-style: none;
    border-top: 1px solid #333;
    vertical-align: middle;
    line-height: 20px;
  }
}
#product_menu .item a:hover {
  background-position: center 80px;
}
@media only screen and (max-width: 767px) {
  #product_menu .item a:hover {
    background-position: 17px center;
  }
}
#product_menu .item a.archi10pro {
  background-image: url(images/ico_archi10pro.png);
}
#product_menu .item a.pro9ex {
  background-image: url(images/ico_mdex.png);
}
#product_menu .item a.pro9 {
  background-image: url(images/ico_md.png);
}
#product_menu .item a.neo3 {
  background-image: url(images/ico_id.png);
}
#product_menu .item a.rd2 {
  background-image: url(images/ico_rd.png);
}
#product_menu .item a .lead {
  display: block;
  padding-bottom: 90px;
	font-size:85%;
}
@media only screen and (max-width: 767px) {
  #product_menu .item a .lead {
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}
#product_menu .item a strong {
  display: block;
	font-size:100%;
  font-weight: 400;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #product_menu .item a strong {
    vertical-align: text-bottom;
    display: inline-block;
    *display: inline;
    *zoom: 1;
	font-size: 80%;
    margin: 0;
  }
}
#product_menu .search,
#product_menu .pages {
  border-right: 1px solid #333;
}
#product_menu .search > li,
#product_menu .pages > li {
  width: 50%;
  height: 90px;
}
@media only screen and (max-width: 767px) {
  #product_menu .search > li,
  #product_menu .pages > li {
    width: 100%;
    height: auto;
  }
}
#product_menu .search a,
#product_menu .pages a {
	font-size:110%;
}
@media only screen and (max-width: 767px) {
  #product_menu .search a,
  #product_menu .pages a {
    padding: 15px 0;
    border-left-style: none;
  }
}
#product_menu .search a::before,
#product_menu .pages a::before {
  font-family: FontAwesome;
  font-weight: normal !important;
  margin-right: 15px;
}
#product_menu .search a.compare::before,
#product_menu .pages a.compare::before {
  content: "\f0c5";
}
#product_menu .search a.function::before,
#product_menu .pages a.function::before {
  content: "\f002";
}
#product_menu .search a.perspective::before,
#product_menu .pages a.perspective::before {
  content: "\f002";
}
#product_menu .search a.school::before,
#product_menu .pages a.school::before {
  content: "\f19d";
}
#product_menu .search a.guide::before,
#product_menu .pages a.guide::before {
  content: "\f0f6";
}
#product_menu .pages {
  border-top: 1px solid #333;
}
#product_menu .pages > li {
}

/* ---------------------------------------------------- 
	Gナビ
---------------------------------------------------- */
#gNavi {
  width: 100%;
}
#gNavi ul {
  width: 980px;
  margin: 0 auto;
  _zoom: 1;
}
#gNavi ul li {
  float: left;
  word-wrap: normal;
}

	
