@charset "utf-8";
/*!
 * Base Theme
 */


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import "../fonts/fontawesome/all.css";
@import "normalize.css";
@import "setting.css";
@import "common.css";
@import "snippet_form.css";
@import "anime.css";
@import "lity.min.css";
@import "scroll-hint.css";

/*===============================================
 common
===============================================*/

/* -- Mobile Device -- */
@media (max-width:980px){
  
}

/*===============================================
 header
===============================================*/
header{
  background: #fff;
  width: 100%;
  position: relative;
}
header .headerInner{
  width: 96%;
  min-height: 70px;
  margin: 0 auto;
  display: flex; flex-wrap: nowrap;
  justify-content: space-between;
}
header .headerInner .headerLogo{}
header .headerInner .headerMenu{ }
header .headerInner .siteName { padding-top: 10px;}
header .headerInner .siteName img{ max-width: 200px;}

/* -- Mobile Device -- */
@media (max-width:1140px){
  header .headerInner .siteName img{ max-width: 180px;}
}
@media (max-width:1000px){
  header .headerInner{ width: 96%;}
}

/*===============================================
 nav
===============================================*/
nav{ }
.navToggle{display: none;}
.spContact{display: none;}
.spCallcenter{display: none;}
.spUserlogin{display: none;}
.globalMenu{
  margin: 0 auto; text-align: center; display: flex;
  flex-wrap: nowrap; justify-content: space-between;
  padding-top: 10px;
}
.globalMenu li{position: relative; padding: 0 5px; white-space: nowrap;}
.globalMenu a{
  display: block; position: relative; color: #242424;
  text-decoration: none; padding: 10px 10px;
  font-size: 16px; line-height: 120%; font-weight: bold;
}
.globalMenu > li > a::after {
  content: ""; display: block; position: relative;
  bottom:2px; height: 2px; background: #c62a1c;
  opacity: 0; visibility: hidden; transition: .3s;
}
.globalMenu > li > a:hover::after {
  bottom: -4px; opacity: 1; visibility: visible;
}
.globalMenu > .menu > a{ padding-right: 15px;}
.globalMenu > .menu > a::before {
  content: ""; 
  line-height: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  margin-left: -2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #7c8085;
  border-right: 2px solid #7c8085;
  transform: rotate(135deg);
}
.childMenu > li > p > a { line-height: 110%; padding: 0; font-weight: normal;}
.childMenu > li > p > a:hover { color: #666;}
.childMenu > li > p{ position: relative;line-height: 110%; margin-bottom: 10px; padding-left: 15px;}
.childMenu > li > p::before{
  content:'';
  display:inline-block;
  position:absolute;
  left:0px;
  top:7px;
  width:5px;
  height:5px;
  border-bottom:1px solid #c62a1c;
  border-right:1px solid #c62a1c;
  transform:rotateZ(-45deg);
}
.childMenu > li h4{
  line-height: 110%; margin: 0 0 10px 0; padding: 0;font-weight: bold;
  font-size: 14px; color: #c62a1c;
}
.childMenu {
  width: 600px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-radius: 6px;
  margin: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 30px;
  background: #fff;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: 1s opacity;
  text-align: left;
  z-index: 99;
}
.menu:hover .childMenu {
  visibility: visible;
  opacity: 1;
}
/*-------------*/
.globalMenu .doc::before{
  content: ""; 
  line-height: 0;
  display: block;
  position: absolute;
  left: 10px;
  top:10px;
  height: 20px;
  width: 1px;
  border-left:1px solid #ccc;
  
}
.globalMenu .doc{padding-left: 20px;}
.globalMenu .tel{padding: 5px 20px 0 20px; line-height: 110%;}
.globalMenu .tel span{ display: block; padding-top: 5px; font-weight: bold;}
.globalMenu .contact{padding-top: 0px;}
.globalMenu .contact a{
  display: block;
  background: #c62a1c;
  color: #fff;
  line-height: 100%;
  border-radius: 6px;
  padding: 10px 15px 12px 18px;
}
.globalMenu .contact a::after{ content:none;}
.globalMenu .contact a:hover{ background: #b0261a;}
.globalMenu .userlogin {padding-top: 3px;}
.globalMenu .userlogin a{
  width: 35px;height: 35px; position: relative;
  background-color: #b4b4b4; border-radius: 50%; overflow: hidden;
  
}
.globalMenu .userlogin a i{
  position: absolute;color: #fff;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.globalMenu .userlogin a::after{ content:none;}
.globalMenu .userlogin a:hover{background-color: #626262;}

/* -- Mobile Device -- */
@media (max-width:1180px){
  .globalMenu li{position: relative; padding: 0 2px;}
}
@media (max-width:1120px){
  .globalMenu .tel{display: none;}
  .globalMenu .doc::before{ content: none}
  .globalMenu .doc{padding-left: 0px;}
}
@media (max-width:1000px){
  .globalMenu a{ font-size: 14px;}
  .childMenu { width: 500px;}
}
@media (max-width:990px){
  .globalMenu .doc{display: none;}
}

/*===============================================
 footerMenu
===============================================*/
#footerMenu{ margin-bottom: 60px;}
#footerMenu .footerLogo img{ width: 190px;}
#footerMenu img{max-width: 100%;}
#footerMenu .linkList{ font-size: 16px;}
#footerMenu .linkList li{position: relative;}
#footerMenu .linkList a{color: #242424; text-decoration: none;}
#footerMenu .linkList .itemL{font-size: 18px; font-weight: bold; margin-bottom: 5px;}
#footerMenu .linkList .itemM{font-size: 16px; font-weight: bold; padding: 5px 0 3px 0;}
#footerMenu .linkList .itemS{font-size: 15px; padding: 0 0 0 20px;}
#footerMenu .linkList .itemS a::before{
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #c62a1c;
  border-right: 1px solid #c62a1c;
  transform: rotate(45deg);
  position: absolute;
  left:5px;
  top:11px;
}
#footerMenu .linkList a:hover{
  text-decoration: underline;
}


/*===============================================
 footer
===============================================*/
footer{
  background-color: #fff;
  padding: 20px 0 0px 0;
}
footer .copyRight{
  padding: 20px 0;
  font-size: 14px;
  color: #5e5e5e;
  text-align: left;
}
footer .seal{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-left: 40px;
}
footer .seal li:nth-child(1){ margin-right: 10px;}
footer .seal li:nth-child(1) img{ max-width: 68px;}
footer .seal li:nth-child(2) img{ max-width: 88px;}


/*########################################################################
 top contents
########################################################################*/
/*===============================================
 mainVisual
===============================================*/
#mainVisual {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  background: #ccc;
}
#mainVisual .visualInner{
  width: 100%;
  height: 534px;
  overflow: hidden;
  position: relative;
  background-image: url("../images/index/visual_bg01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#mainVisual .visualInner .mainCopy{
  width: 90%;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  padding: 10px 0;
  z-index: 21;
}
#mainVisual .visualInner .obj01{
  width: 100%;
  position: absolute;
  top: 79px;
}
#mainVisual .visualInner .obj01 img{
  width: 930px;
  position: absolute;
  right: -20px; top: -80px;
  z-index: 20;
  transition: .3s;
}
#mainVisual .visualInner .mainCopy h3{
  font-size: 24px;
  margin: 0 0 15px 0;
  transition: .3s;
}
#mainVisual .visualInner .mainCopy h1{
  font-size: 72px;
  line-height: 120%;
  margin: 0 0 70px 0;
  transition: .3s;
}

/* -- Mobile Device -- */
@media (max-width:1500px){
  #mainVisual .visualInner .obj01 img{ right: -120px;}
}
@media (max-width:1450px){
  #mainVisual .visualInner .obj01 img{ right: -220px;}
}
@media (max-width:1400px){
    #mainVisual .visualInner .obj01 img{ right: -320px; opacity: .7;}
}
@media (max-width:1100px){
  #mainVisual .visualInner .mainCopy h3{ font-size: 20px;}
  #mainVisual .visualInner .mainCopy h1{ font-size: 60px;}
}

/*===============================================
 apply
===============================================*/
.applySet{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.applySet li{
  width: 48%;
}
.applySet.w480{width: 480px;}
.btRequest a,
.btInquiry a{
  display: block;
  position: relative;
  border-radius: 6px;
  width: 100%;
  text-decoration: none;
  padding: 10px 0;
  text-indent: 12px;
  font-weight: bold;
  text-align: left;
}
.btRequest a{
  border: 2px solid #f58535;
  background-color: #fff;
  color:#f58535;
}
.btInquiry a{
  border: 2px solid #f58535;
  background-color: #f58535;
  color:#fff;
}
.arrowRight {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: absolute;
  right: 12px;
  top:22px;
  width: 15px;
  height: 2px;
  background: currentColor;
}
.arrowRight::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.btRequest a .arrowRight{ color: #f58535;}
.btInquiry a .arrowRight{ color: #fff;}
.btDownload a .arrowRight{ color: #2180be;}

.btRequest a:hover{
  border: 2px solid #f58535;
  background-color: #f58535;
  color:#fff;
}
.btInquiry a:hover{
  border: 2px solid #f58535;
  background-color: #fff;
  color:#f58535;
}
.btRequest a:hover .arrowRight{color: #fff;}
.btInquiry a:hover .arrowRight{color: #f58535;}
.btDownload a:hover .arrowRight{color: #fff;}
.btRequest p,
.btInquiry p{font-size: 16px; line-height: 120%; margin-bottom: 10px;}

/* -- Mobile Device -- */
@media (max-width:544px){
  
}

/*===============================================
 topInfo
===============================================*/
#topInfo{
  padding: 40px 0; background-color: #fff;
}
#topInfo .inner{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.infoBox{
  width: 76%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.infoTtl  { width: 15%; position: relative;}
.infoBody { width: 85%; border-left: 1px solid #aaaaaa;}
.awsBadge { width: 20%;}
/*top*/
.infoBody .infoList{ margin-left: 20px; padding-top: 10px;}
.infoBody .infoList li{ /*display: flex;*/ padding: 5px 0 10px 0; font-size: 15px;}
.infoBody .infoList li div{display: inline-block;}
.infoBody .infoList li:last-child{padding: 5px 0 0 0;}
.infoBody .infoList li>ul{width: 100%; padding: 5px 0 0 20px;}
.infoList li .date,
.infoList li .cat{ white-space: nowrap; margin-right:20px;}

/*icon*/
.infoList li .cat span.icon,
.infoDetailCat span.icon{
  display: block;
  color: #fff;
  padding: 3px 9px;
  font-size: 11px;
  margin-top:-3px;
  border-radius: 5px;
  line-height: 180%;
}
.infoList li .cat span.news,
.infoDetailCat span.news{background: #feae1a;}
.infoList li .cat span.trouble,
.infoDetailCat span.trouble{background: #4a83e3;}
.infoList li.noAnnounce{ font-size:14px;}
/*archive*/
.infoArchive{}
.infoArchive .infoList li{ /*display: flex;*/ padding: 20px 5px 20px 5px; border-bottom: 1px solid #ccc;}
.infoArchive .infoList li:first-child{border-top: 1px solid #ccc;}
.infoArchive .infoList li div{display: inline-block;}
/*detail*/
.infoDetailTtl{
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0 15px 15px;
  margin: 0 0 60px 0;
  border-left: 2px solid #181818;
}
.infoDetailCat{ margin-bottom: 10px; display: inline-block;}
.infoDetailDate{ margin-bottom: 10px; text-align: right;}
.infoDetailBody{ margin-bottom: 80px;}
/*child*/
.infoArchive .infoList li>ul{width: 100%;}
.infoArchive .infoList li>ul>li{padding: 15px 0 0 20px; border-bottom: none;}
.infoArchive .infoList li>ul>li:first-child{border-top: none;}

/**/
.infoTtl span{
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
}
/**/
.awsBadge dl{ display: flex; flex-wrap: nowrap;}
.awsBadge dl dt img{ width: 80px;}
.awsBadge dl dd{ font-size: 12px; line-height: 140%; margin-left: 10px;}


/* -- Mobile Device -- */
@media (max-width:1180px){
  #topInfo .inner{ display: block;}
  .infoBox{ width: 100%; margin-bottom: 40px;}
  .infoTtl  { width: 15%;}
  .infoBody { width: 85%;}
  .awsBadge { width: 300px; margin: 0 auto;}
  
}
@media (max-width:768px){

}



/*===============================================
 topIssue
===============================================*/
#topIssue{ padding: 60px 0; position: relative; }
#topIssue h2{
  margin: 0 0 60px 0; padding: 0; 
  font-size: 40px; font-weight: bold; line-height: 120%;
}
#topIssue li{
  background-image: url('../images/common/ic_check01.svg');
  background-position: left;
  background-repeat: no-repeat;
  background-size: 34px;
  padding-left: 50px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 120%;
}


/*===============================================
 topFeatures
===============================================*/
#topFeatures{ padding: 80px 0; position: relative; background-color: #fff;}
#topFeatures::before {
  content: '';
  display: inline-block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  margin: auto;
  vertical-align: middle;
  color: #f5f5f5;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 3em 8em;
  border-top-color: currentColor;
  border-bottom: 0;
}
#topFeatures h2{ font-size: 40px; color: #d85e5e; line-height: 120%;}
#topFeatures dl{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
#topFeatures dt h3{
  font-size: 24px;
}
#topFeatures dt .imgBox{
  width: 261px; height: 194px;
  border-radius: 6px;
  background: #f9f8f2;
  position: relative;
}
#topFeatures dt .imgBox img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#topFeatures dd{ margin-left: 40px;}
#topFeatures dt .imgBox.w160 img{ width: 160px;}
#topFeatures dt .imgBox.w140 img{ width: 140px;}
#topFeatures dt .imgBox.w100 img{ width: 100px;}


/*===============================================
 topService
===============================================*/
#topService{padding: 80px 0; position: relative; }
.servieLineup{
  border-radius: 6px;
  background: url("../images/common/service_img01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -50px;
  padding-top: 132px;
}
.servieLineup .sentence{
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 0 0 6px 6px;
}
.servieLineup .sentence h3{ font-size: 22px; margin: 0 0 15px 0; line-height: 120%;}
.servieLineup .sentence h2{ font-size: 46px; margin: 0 0 35px 0; line-height: 120%;}
.serviceList{width: 100%;}
.serviceList li{ margin-bottom: 15px;}
.serviceList a{
  display: block;
  position: relative;
  border-radius: 6px;
  text-decoration: none;
  padding: 15px 0 15px 65px;
  font-weight: bold;
  font-size: 22px;
  border: 2px solid #f58535;
  background-color: #fff;
  color:#242424;
  margin: 0;
}
.serviceList a i{
  position: absolute;
  left:20px;
  top:20px;
}
.serviceList a .arrowRight{ color: #f58535; top:28px;}
.serviceList li.others a{padding: 15px 0 15px 15px; border: none;}
.serviceList a:hover{ color: #f58535;}

/*===============================================
 topAbout
===============================================*/
#topAbout{
  padding: 80px 0; position: relative; background-color: #fff;
  background: url("../images/index/about_bg01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -50px;
}
#topAbout .sentence h2{font-size: 44px; margin: 0 0 40px 0; line-height: 120%;}
#topAbout .sentence h4{font-size: 22px; margin: 0 0 15px 0; line-height: 120%;}

#topAbout .license{
  border-left: 1px solid #828282;
  padding: 20px 0;
}
#topAbout .license .seal{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: 40px;
}
#topAbout .license .seal li{ width: 48%; text-align: center;}
#topAbout .license .seal img{ max-width: 100%;}
#topAbout .license p{ margin-left: 40px; font-size: 14px; line-height: 130%;}


/*===============================================
 contacts
===============================================*/
#contacts{ padding: 60px 0 0 0;}
#contacts .contactsBox{
  background-color: #f6d87b;
  border-radius: 6px;
  padding: 40px 40px;
}
#contacts .contactsBox h3{
  font-size: 36px;
  text-align: center;
  margin: 0 0 40px 0;
  line-height: 120%;
}
#contacts .contactsBox .contactsList{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#contacts .contactsBox .contactsList li{
  width: 29.33%; position: relative;
  text-align: center;
}
#contacts .contactsBox .contactsList li:nth-child(1)::after,
#contacts .contactsBox .contactsList li:nth-child(2)::after{
  content: '';
  border-left: 1px solid #fff;
  height: 150%;
  position: absolute;
  right: -11%;
  top:-20%;
}
#contacts .contactsBox .callcenter h4{ margin: 0 0 15px 0; line-height: 120%}
#contacts .contactsBox .callcenter p.tel{font-size: 32px; font-weight: bolder;}

/*########################################################################
 under contents
########################################################################*/
/*===============================================
 under common
===============================================*/
#sec01,#sec02,#sec03,#sec04,#sec05,#sec06{margin-bottom: 80px;}
.checkList{}
.checkList li{
  background-image: url('../images/common/ic_check02.svg');
  background-position: left;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 120%;
}
.scrollTable{overflow: visible;}
.spScroll{ display: none; }


/*===============================================
 pageVisual
===============================================*/
#pageVisual{
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  background: #f6d87b;
}
#pageVisual .visualInner{
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative;
}
#pageVisual .visualInner .mainCopy{
  width: 90%;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  padding: 10px 0;
  z-index: 21;
}
#pageVisual .visualInner .obj01{
  width: 100%;
  position: absolute;
  top: 79px;
}
#pageVisual .visualInner .obj01 img{
  width: 930px;
  position: absolute;
  right: -200px; top: -150px;
  opacity: .5;
  z-index: 20;
  transition: .3s;
}
#pageVisual .visualInner .mainCopy h1{
  font-size: 72px;
  line-height: 120%;
  margin: 0 0 15px 0;
  transition: .3s;
}
#pageVisual .visualInner .mainCopy h3{
  font-size: 24px;
  margin: 0 0 60px 0;
  transition: .3s;
}
/*----------------*/
#plainVisual{
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  background: #ebebeb;
  border-top:1px solid #f5f5f5;
}
#plainVisual .visualInner{
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}
#plainVisual .visualInner .mainCopy{
  width: 90%;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  padding: 10px 0;
  z-index: 21;
}
#plainVisual .visualInner .mainCopy h1{
  font-size: 50px;
  line-height: 120%;
  margin: 0 0 15px 0;
  transition: .3s;
}
/*===============================================
 breadcrumbs
===============================================*/
#breadcrumbs{ background-color: #fff;}
#breadcrumbs li{ position: relative;display: inline-block; font-size: 14px; margin-right: 20px;color: #909090;}
#breadcrumbs li a{color: #5e5e5e; text-decoration: none;}
#breadcrumbs li a:hover{color: #242424; text-decoration: underline;}
#breadcrumbs li::after{
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  transform: rotate(45deg);
  position: absolute;
  top:11px;
  right:-12px;
}
#breadcrumbs li:last-child::after{content: none;}

/*===============================================
 topicBox
===============================================*/
.topicBox{}
.topicBox .photo{ position: relative; width: 100%; min-height: 180px; background-color: #fff}
.topicBox .photo img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.topicBox .sentence{}
.topicBox .sentence h3{}
.topicBox .sentence p{}
.topicBox .photo.w160 img{ width: 160px;}
.topicBox .photo.w140 img{ width: 140px;}
.topicBox .photo.w120 img{ width: 120px;}
.topicBox .photo.w100 img{ width: 100px;}

/*===============================================
 usageFlow
===============================================*/
.usageFlow li{position: relative; padding-bottom: 40px;}
.usageFlow li .num{
  width: 42px;
  height: 42px;
  padding-top: 7px;
  background-color: #fff;
  border: 4px solid #242424;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  line-height: 100%;
  font-weight: bold;
  position: absolute;
  left: 0;
  top:0;
}
.usageFlow li h4{padding: 5px 0 0 60px;font-size: 24px; margin: 0 0 10px 0;}
.usageFlow li p{padding: 5px 0 0 60px;}
.usageFlow li .stepline {
  width: 4px;
  height: calc(100% + 1em);
  background-color: #242424;
  position: absolute;
  top: 1em;
  left: 1.1em;
  z-index: -1;
}
.usageFlow li:last-child .stepline{display: none;}
/*===============================================
 msp plan table
===============================================*/
.tbsMspPlan td.active{ background-color: #f4d3d3;}
.tbsMspPlan td.vertical {writing-mode: vertical-rl;}
.tbsMspPlan td h5{font-weight: bold; margin: 0;}
.tbsMspPlan td p{font-weight: normal; font-size: 16px;}
.tbsMspPlan td.ng{ text-align: center; }
.tbsMspPlan td.ok{ text-align: center; background-color: #f4d3d3;}


/*===============================================
 aws top
===============================================*/
.awsMenuBox{
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  padding: 40px 0;
}
.awsMenuBox .imgBox{
  margin: 0 auto;
  text-align: center;
  height: 160px;
  position: relative;
}
.awsMenuBox .imgBox img{
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.awsMenuBox .sentence{
  width: 90%;
  margin: 0 auto;
}
.awsMenuBox .sentence p{
  margin-bottom: 40px;
}
.awsMenuBox .sentence .btDetail{
  width: 60%;
  margin: 0 auto;
}
.awsMenuBox .sentence .btDetail a{
  display: block;
  position: relative;
  border-radius: 6px;
  width: 100%;
  text-decoration: none;
  padding: 10px 0;
  text-indent: 12px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  border: 2px solid #f58535;
  background-color: #fff;
  color:#f58535;
}
.awsMenuBox .sentence .btDetail a .arrowRight{ color: #f58535;}
.awsMenuBox .sentence .btDetail a:hover{
  border: 2px solid #f58535;
  background-color: #f58535;
  color:#fff;
}
.awsMenuBox .sentence .btDetail a:hover .arrowRight{color: #fff;}


.awsList{
  display: flex; flex-wrap: wrap;
  justify-content: space-between;
}
.awsList li{ margin-bottom: 30px; width: 48%;}
.awsList a{
  display: block;
  position: relative;
  border-radius: 6px;
  text-decoration: none;
  padding: 15px 0 15px 65px;
  font-weight: bold;
  font-size: 22px;
  border: 2px solid #f58535;
  background-color: #fff;
  color:#242424;
  margin: 0;
}
.awsList a i{
  position: absolute;
  left:20px;
  top:20px;
}
.awsList a .arrowRight{ color: #f58535; top:28px;}
.awsList li.others a{padding: 15px 0 15px 15px; border: none;}
.awsList a:hover{ color: #f58535;}


/*===============================================
 services option list
===============================================*/
.optionList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.optionList li{
  position: relative;
  background-color: #fff; 
  border-radius: 6px;
  box-shadow: 3px 3px 10px #b7bbc2;
  margin-bottom: 30px;
  overflow: hidden;
  outline: none;
  transition: ease .2s;
}
.optionList li.spacer{box-shadow:none; background-color: inherit;}
.optionList.col2{ margin-bottom: 10px;}
.optionList.col2 li{width: 46%;}
.optionList.col3 li{width: 29.33%;}
.optionList li a{
  display: block;
  color: #181818;
  text-decoration: none;
  padding: 20px 20px 20px 20px;
}
.optionList li:hover{ background-color: #f2f2f2;}
.optionList li .ic{ position: relative; text-align: center; min-height: 80px; margin-bottom: 10px;}
.optionList li .ic img{
  position: absolute;
  top: 50%; left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.optionList li h3{ margin: 0 0 10px 0; }
.optionList.col2 li h3{ font-size: 24px;}
.optionList.col3 li h3{ font-size: 18px;}

.optionList li i{margin-right: 10px; }
.sh070{width: 70px}
.sh080{width: 80px}
.sh090{width: 90px}
.sh100{width: 100px}
.sh120{width: 120px}
.sh140{width: 140px}
.sh160{width: 160px}
.sh180{width: 180px}

/*===============================================
 knowledge [ column ]
===============================================*/
#knowledge{}
.knowledgeList{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.knowledgeList li{width: 30%; position: relative;background-color: #fff; margin-bottom: 40px;
  border-radius: 6px; box-shadow: 3px 3px 10px #b7bbc2; overflow: hidden; outline: none;
}
.knowledgeList li img{ max-width: 100%; }
.knowledgeList li .postTag{ position: absolute; left:0; top:0; font-size: 14px;
  background-color: rgb(0 0 0 / 0.5); color: #fff; padding: 0px 7px;}
.knowledgeList li a{ display: block; color: #242424; text-decoration: none;}
.knowledgeList .postSummary{padding: 10px 15px 20px 15px;}
.knowledgeList .postSummary h3{margin: 0 0 10px 0;}
.knowledgeList .postSummary .sentence{ font-size: 14px; line-height: 130%; margin: 0 0 15px 0;}
.knowledgeList .postSummary .btReadmore{text-align: center;}
.knowledgeList .postSummary .btReadmore span{
  display: inline-block;background-color: #414141; color: #fff;
  border-radius: 6px; padding: 7px 20px; font-size: 16px; font-weight: bold;
}
.knowledgeList li a:hover .btReadmore span{ background-color: #686868;}

#knowledgeDetail{}
#knowledgeDetail{
  padding-top: 60px;
  margin-bottom: 80px;
}
#knowledgeDetail img{ max-width: 100%;}
#knowledgeDetail p{ margin-bottom: 10px;}
#knowledgeDetail .postTag{display: inline-block; background-color: #112745; color: #fff; padding: 2px 7px; font-size: 14px; border-radius: 6px;}
#knowledgeDetail h2{
  margin-bottom: 60px;
  font-size: 24px;
}
#knowledgeDetail h3{
  background-color:#ccc;
  border-radius: 5px;
  padding: 5px 10px;
}
#knowledgeDetail h4{
  background-color:#ccc;
  border-radius: 5px;
  padding: 5px 10px;
}
#knowledgeDetail em{
  font-style: normal;
  text-decoration: underline;
}
/*===============================================
 case [ case study ]
===============================================*/
#caseStudy{}
.caseStudyList{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.caseStudyList li{width: 30%; position: relative;background-color: #fff; margin-bottom: 40px;
  border-radius: 6px; box-shadow: 3px 3px 10px #b7bbc2; overflow: hidden; outline: none;
}
.caseStudyList li img{ max-width: 100%; }
.caseStudyList li a{ display: block; color: #242424; text-decoration: none;}
.caseStudyList .postSummary{padding: 10px 15px 20px 15px;}
.caseStudyList .postSummary h3{margin: 0 0 10px 0;}
.caseStudyList .postSummary .sentence{ font-size: 14px; line-height: 130%; margin: 0 0 15px 0;}
.caseStudyList .postSummary .btReadmore{text-align: center;}
.caseStudyList .postSummary .btReadmore span{
  display: inline-block;background-color: #414141; color: #fff;
  border-radius: 6px; padding: 7px 20px; font-size: 16px; font-weight: bold;
}
.caseStudyList li a:hover .btReadmore span{ background-color: #686868;}

#caseStudyDetail{}
#caseStudyDetail{
  padding-top: 60px;
  margin-bottom: 80px;
}
#caseStudyDetail img{ max-width: 100%;}
#caseStudyDetail p{ margin-bottom: 10px;}
#caseStudyDetail .postTag{display: inline-block; background-color: #112745; color: #fff; padding: 2px 7px; font-size: 14px; border-radius: 6px;}
#caseStudyDetail h2{
  margin-bottom: 60px;
  font-size: 24px;
}
#caseStudyDetail h3{
  background-color:#ccc;
  border-radius: 5px;
  padding: 5px 10px;
}
#caseStudyDetail h4{
  background-color:#ccc;
  border-radius: 5px;
  padding: 5px 10px;
}
#caseStudyDetail em{
  font-style: normal;
  text-decoration: underline;
}
/*-------------------------------------------------------- Old Site Import */
/*===============================================
 cmenu
===============================================*/
#cmenu{
  margin-bottom: 80px;
}
#cmenu ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cmenu ul li{
  width: 48%;
  margin: 0 0;
}
#cmenu li a{
  display: block;
  border-bottom: 1px solid #ccc;
  color: #181818; text-decoration: none;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding: 30px 30px 30px 5px;
  position: relative;
  transition: .3s;
}
#cmenu li:first-child a,
#cmenu li:nth-child(2){border-top: 1px solid #ccc;}
#cmenu li a span::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 6px;
  height: 6px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  right: 5px;
  top: calc(50% - 2px);
  transition: .3s;
}
#cmenu li a:hover span::after{right:20px;}
#cmenu li a:hover{padding-left: 20px;}
#cmenu li a p{font-weight: normal;padding: 10px 0 0 0; color: #666}

/*===============================================
 company
===============================================*/
#company{
  /*padding-top: 60px;*/
  margin-bottom: 80px;
}
#history{
  padding: 60px 0;
  margin-bottom: 80px;
}
#map{
  margin-bottom: 80px;
}
.gmap{
  border: 4px solid #ccc;
}
.gmap iframe{
  width: 100%;
}

/*===============================================
 serviceGuide
===============================================*/
#serviceGuide{
  padding-top: 60px;
  margin-bottom: 80px;
}

/*===============================================
 information
===============================================*/
#information{
  padding-top: 60px;
  margin-bottom: 80px;
}
/*===============================================
 provider
===============================================*/
#provider{
  padding-top: 60px;
  margin-bottom: 80px;
}
#providerinq{
  padding: 60px;
  margin-bottom: 80px;
}

/*===============================================
 rule
===============================================*/
#provider .rule p{
padding:0 0 15px 0;
}
#provider .rule h3{
  font-weight:bold;
  font-size:18px;
  margin: 0 0 10px 0;
  padding:10px 0 5px 0;

}
#provider .rule h4{
  font-weight:normal;
  font-size:16px;
  margin: 0 0 0 0;
  padding:0 0 20px 15px ;
}
#provider .rule h5{
  font-weight:normal;
  font-size:14px;
  margin: 0 0 0 0;
  padding:0 0 20px 30px ;
}
#provider .rule ul{
  padding:0 0 20px 45px ;
}
#provider .rule li{
  padding:0 0 5px 0;
}
/*===============================================
 procedure
===============================================*/
#procedure{
  margin-bottom: 80px;
}
#procedure em{color: #009999; font-style: normal;}
/**/
table.tbStyle,
table.tbStyle-h{
border-left:1px solid #b2b2b2;
border-top:1px solid #b2b2b2;
width:100%;
margin:0 0 10px 0;
}
table.tbStyle th,
table.tbStyle-h th{
background-color:#dce0ef;
border-right:1px solid #b2b2b2;
border-bottom:1px solid #b2b2b2;
white-space: nowrap;
color:#172c85;
vertical-align:top;
font-size:11px;
}
table.tbStyle th{padding:10px 10px; vertical-align: middle;}
table.tbStyle-h th{padding:5px 10px;}
table.tbStyle td,
table.tbStyle-h td{
border-right:1px solid #b2b2b2;
border-bottom:1px solid #b2b2b2;
padding:15px 15px;
vertical-align:top;
}
/**/
.dialupInfo{
  line-height: 180%;
  font-size: 14px;
  margin-bottom: 60px;
}

.migrationBox{}
/*.migrationBox label{
  display: block;
  padding: 10px;
  border-radius: 7px;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  background-color: #fffcd4;
}*/
.migrationBox .radio{
  background-color: #fffcd4!important;
  width: 100%!important;
  font-weight: bold;
}
.migrationBox p{
  margin-left: 20px;
}
.migrationBox h5{
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 5px 20px;
}


.migrationBox table{
  border-left:1px solid #fff;
  border-top:1px solid #fff;
  width: auto!important;
  margin:0 0 10px 20px;
}
.migrationBox table th{
  background-color:#dedede;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  white-space: nowrap;
  padding:2px 3px;
  text-align: center;
  color: #222
}
.migrationBox table th:nth-child(1){ width: 26%;}
.migrationBox table th:nth-child(2){ width: 74%;}
.migrationBox table td{
  background-color:#f2f2f2;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  padding:10px 10px;
  vertical-align:top;
}

/* -- Mobile Device -- */
@media (max-width:768px){
  table.tbStyle th,table.tbStyle td{display: block; width:100%;}
}


/*===============================================
 server [ shared | dedicated | managed ]
===============================================*/
#shared{
  margin-bottom: 80px;
}
#dedicated{
  margin-bottom: 80px;
}
#managed{
  margin-bottom: 80px;
}
#colocation{
  margin-bottom: 80px;
}
.ftrShared,
.ftrDedicated,
.ftrManaged,
.ftrColocation,
.ftrSpamsqr,
.ftrNormal{ padding: 20px 15px; border-radius: 5px;}
.ftrShared h4,
.ftrDedicated h4,
.ftrManaged h4,
.ftrColocation h4,
.ftrSpamsqr h4,
.ftrNormal h4{ font-size: 20px; margin: 0 0 15px 0; line-height: 140%;}
.ftrShared p,
.ftrDedicated p,
.ftrManaged p,
.ftrColocation p,
.ftrSpamsqr p,
.ftrNormal p{ font-size: 16px; line-height: 140%;}
.ftrShared,
.ftrDedicated,
.ftrManaged,
.ftrColocation{ border:4px solid #f2f2f2; box-shadow: 1px 1px 5px #e3e3e3; background-color: #fff;}

.ftrSpamsqr{ border:4px solid #93a9b2; box-shadow: 1px 1px 3px #e3e3e3; background-color: #fff;}
.ftrNormal{ border:4px solid #d1c7b7; box-shadow: 1px 1px 3px #e3e3e3; background-color: #fff;}
.ftrShared h4{ color: #0d70d5;}
.ftrDedicated h4{ color: #60b10f;}
.ftrManaged h4{ color: #af4ecc;}
.ftrColocation h4{ color: #ee5a00;}
.ftrSpamsqr h4{ color: #025893;}
.ftrNormal h4{ color: #e48f0a;}
.ftrNum{
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top:-25px;
  left: -20px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}
.ftrShared .ftrNum{background-color: #0d70d5;}
.ftrDedicated .ftrNum{background-color: #60b10f;}
.ftrManaged .ftrNum{background-color: #af4ecc;}
.ftrColocation .ftrNum{background-color: #ee5a00;}
.ftrSpamsqr .ftrNum{background-color: #025893;}
.ftrNormal .ftrNum{background-color: #e48f0a;}
.ftrIcon{ min-height: 100px; position: relative; margin-bottom: 10px;}
.ftrIcon img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
/*--------------*/
.needsList{
  border-top: 2px solid #727171;
  border-bottom: 2px solid #727171;
  padding: 10px 0;
}
.needsList li{ border-bottom: 1px dotted #727171; padding: 20px 0;}
.needsList li:last-child{border-bottom: none;}
.needsList li h4{margin: 0 0 15px 0;padding-left: 40px; font-size: 18px; line-height: 140%;}
.needsList li p{padding-left: 40px;}
.needsList li h4.svBlue{
  background:url("../images/under/shared_arrow01.svg") no-repeat left top;
  background-size: 30px;
}
.needsList li h4.svGreen{
  background:url("../images/under/dedicated_arrow01.svg") no-repeat left top;
  background-size: 30px;
}
.needsList li h4.svPurple{
  background:url("../images/under/managed_arrow01.svg") no-repeat left top;
  background-size: 30px;
}
.needsList li h4.svOrange{
  background:url("../images/under/colocation_arrow01.svg") no-repeat left top;
  background-size: 30px;
}
.needsList li h4.svDarkblue{
  background:url("../images/under/spamsqr_arrow01.svg") no-repeat left top;
  background-size: 30px;
}
/*--------------*/
.svBlue{color: #0d70d5;}
.svGreen{color: #60b10f;}
.svPurple{color: #af4ecc;}
.svOrange{color: #ee5a00;}
.svDarkblue{color: #025893;}
/*--------------*/
.bgBlue{background-color: #0d70d5!important; color: #fff;}
.bgGreen{background-color: #60b10f!important; color: #fff;}
.bgPurple{background-color: #af4ecc!important; color: #fff;}
.bgOrange{background-color: #ee5a00!important; color: #fff;}
.bgDarkblue{background-color: #025893!important; color: #fff;}
.bgDeepred{background-color: #ab3d36!important; color: #fff;}
.bgYellow{background-color: #ecc53f!important; color: #fff;}
.bgLightblue{background-color: #4e99ca!important; color: #fff;}
.bgDarkgreen{background-color: #3a8546!important; color: #fff;}

/*===============================================
 colocation
===============================================*/
#colocation .combination img{ max-width: 100%; margin-bottom: 40px;}

/*===============================================
 housing
===============================================*/
#housing{
  padding-top: 60px;
  margin-bottom: 80px;
}

/*===============================================
 domain
===============================================*/
#domain{
  padding-top: 60px;
  margin-bottom: 80px;
}

/*===============================================
 ssl
===============================================*/
#ssl{
  padding-top: 60px;
  margin-bottom: 80px;
}
#ssl .sslTh{background-color: #1f293c; color: #fff;}
#ssl .mdDigicert,
#ssl .mdGlobalsign,
#ssl .mdCybertrust{
  font-size: 16px;
  font-weight: bold;
  padding: 15px 10px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #fff;
}
#ssl .mdDigicert{ background-image: url("../images/under/ssl_digicert.png"); background-size: 100px;}
#ssl .mdGlobalsign{background-image: url("../images/under/ssl_globalsign.png"); background-size: 110px;}
#ssl .mdCybertrust{background-image: url("../images/under/ssl_cybertrust.png"); background-size: 100px;}

/*===============================================
 spamsqr
===============================================*/
#spamsqr{
  padding-top: 60px;
  margin-bottom: 80px;
}
.spamsqrFtrImg{
  display: flex;
  justify-content: center;
  text-align: center;
}
.spamsqrFtrImg li{ margin-right: 10px;}
.spamsqrFtrImg li:last-child{margin-right: 0;}
.spamsqrFtrImg li img{ max-width: 100%;}

.spamsqrFncBox{
  background-color: #e1ebf0;
  border: 1px solid #ccdae1;
  padding: 20px 30px 0 30px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #e3e3e3;
  margin-bottom: 20px;
}
.spamsqrFncBox .col-4{ text-align: center;}

.spamsqrMrtBox{
  display: flex;
  border-bottom:1px dotted #b2b2b2;
  margin:0 0 20px 0;
  padding: 0 0 20px 0;
}
.spamsqrMrtBox dt{ width:100px;}
.spamsqrMrtBox dt img{ max-width:100%;}
.spamsqrMrtBox dd{ display: flex; width:calc(100% - 100px);}
.spamsqrMrtBox dd .mrtBoxInR{ width: 400px; text-align: right;}
.spamsqrMrtBox dd .mrtBoxInR img{ max-width: 100%;}
.spamsqrMrtBox dd .mrtBoxInL{ width: calc(100% - 400px);}
.spamsqrMrtBox dd h5{
  font-size:14px;
  font-weight:bold;
  margin: 0 0 5px 0;
}
.spamsqrMrtBox dd h4{
  font-size:24px;
  font-weight:bold;
  margin:0 0 0.5em 0;
  padding: 0;
}
@media (max-width:968px){
  .spamsqrMrtBox dd{ display: block;}
  .spamsqrMrtBox dd .mrtBoxInR{ width: 100%; text-align: left;}
  .spamsqrMrtBox dd .mrtBoxInL{ width: 100%;}
  .spamsqrMrtBox dd .mrtBoxInL p{ margin-bottom: 15px;}
}


/*===============================================
 popup
===============================================*/
#popup{ padding: 20px 0;}
/*===============================================
 conditions
===============================================*/
#conditions .rule{
  text-align:left;
  margin-bottom: 80px;
}
#conditions .rule p{
  margin:0 0 1em 0;
  padding:0 0 0 2em;
}
#conditions .rule h3{
  font-size:20px;
  font-weight:bold;
  margin:0 0 0.5em 5px;
  line-height: 140%;
}
#conditions .rule h4{
  background-color:#e8eded;
  font-size:18px;
  font-weight:bold;
  text-indent:5px;
  margin:3em 0 1em 0;
  padding:3px 0 3px 5px;
  clear:both;
}
#conditions .rule h5{
  font-size:16px;
  font-weight:bold;
  border-bottom:1px dotted #a6acac;
  text-indent:2px;
  margin:0 0 1em 0;
  padding:1.5em 0 2px 10px;
  clear:both;
}
#conditions .rule ul{
  padding:0 0 0 2em;
  margin:0 0 1em 0;
}
#conditions .rule ul li{
  list-style:none;
  padding:0 0 5px 0;
}
#conditions .rule .revision{
  padding-top: 60px;
}


/*===============================================
 partner
===============================================*/
#partner{
  padding-top: 60px;
  margin-bottom: 80px;
}

#partner .jumpMenu{
  text-align: center;
}
#partner .jumpMenu li{
  display: inline-block;
}
#partner .jumpMenu li a{
  display: block;
  background-color: #414141;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  margin: 0 5px 10px 5px;
  text-decoration: none;
}
#partner .jumpMenu li a:hover{ background-color: #686868;}
#partner .priceTb{
  border-collapse:separate;
  border:1px solid #8f9ca3;
  margin:0 0 0 0;
  border-spacing: 0;
}
#partner .priceTb td{
  padding:5px 5px 5px 5px;
  border-top:1px solid #ffffff;
  border-right:1px solid #9ea896;
  border-bottom:1px solid #9ea896;
  border-left:1px solid #ffffff;
  background-color:#fefff9;
}
#partner .priceTb th{
  background-color:#afae90;
  padding:2px 5px 2px 5px;
  text-align:center;
  color:#ffffff;
  border-top:1px solid #faffe0;
  border-right:1px solid #9ea896;
  border-bottom:1px solid #9ea896;
  border-left:1px solid #faffe0;
}
#partner .priceTb td.md{background-color:#eef2d6;}
#partner .priceTb td.subMd{background-color:#faffe0;}

#partner .priceTb td.partnerMd,
#partner .priceTb td.partnerMds,
#partner .priceTb td.partnerMdDef,
#partner .priceTb td.partnerMdsDef{
  padding:2px 5px 2px 5px;
  text-align:center;
  color:#ffffff;
  border-bottom:1px solid #9ea896;
}
#partner .priceTb td.partnerMd{background-color:#f08115;}
#partner .priceTb td.partnerMds{background-color:#f19f4e;}
#partner .priceTb td.partnerMdDef{background-color:#484848;}
#partner .priceTb td.partnerMdsDef{background-color:#6a6a6a;}
#partner .priceTb td.partnerNum{background-color:#ffeedd;	text-align:right;}
/*===============================================
 manual
===============================================*/
#manual{
  padding-top: 60px;
  margin-bottom: 80px;
}
#manual img{ max-width: 100%; box-shadow: 3px 3px 10px #b7bbc2;}
#manual p{ margin-bottom: 10px;}
#manual h2{
  margin-bottom: 60px;
  font-size: 24px;
}
#manual h3{
  background-color:#ccc;
  border-radius: 5px;
  padding: 5px 10px;
}
#manual h4{
  background-color:#ccc;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 80px;
}
#manual h6{
  font-size: 16px;
  margin: 0 0 15px 0;
}

#manual dl{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;	
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
}
#manual dl dt{
  background: #f5f5f5;
  padding: 5px;
  width: 150px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#manual dl dd{
  background: #fff;
  padding: 5px;
  width: calc(100% - 150px);
  border-bottom: 1px solid #ccc;
}
#manual .downloadArea{
	background-color:#f2f2f2;
	border:1px solid #b2b2b2;
	margin-bottom:2em;
	padding:15px 15px 15px 15px;
}
#manual .downloadArea h3{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	background-color:#646464;
	color:#fff;
	padding:6px 0 5px 0;
}
#manual .downloadArea p{
	
}
#manual .downloadArea .downloadBt{
	margin:0 auto;
	text-align:center;
}
/*===============================================
 endofsales
===============================================*/
#endofsales{
  padding-top: 60px;
  margin-bottom: 80px;
}
#endofsales h2{
  margin-bottom: 60px;
  font-size: 24px;
}
#endofsales h3{
  background-color:#ccc;
  border-radius: 5px;
  padding: 5px 10px;
}



/*===============================================
 documents
===============================================*/
.docuList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.docuList li{
  position: relative;
  background-color: #fff; 
  border-radius: 6px;
  margin-bottom: 60px;
  overflow: hidden;
  outline: none;
  transition: ease .2s;
  width: 29.33%;
}
.docuList li.spacer{box-shadow:none; background-color: inherit;}
.docuList li .pict{ margin-bottom: 10px;}
.docuList li .pict img{ max-width: 100%; vertical-align: bottom;}
.docuList li h3{
  min-height: 52px;
  font-size: 18px; line-height: 130%; margin: 0; padding: 0 15px;
  margin-bottom: 10px;
}
.docuList .btDownload{padding: 0px 15px 20px 15px;}
.docuList .btDownload a{
  display: block;
  position: relative;
  border-radius: 6px;
  box-shadow: 2px 2px 5px #b7bbc2;
  width: 100%;
  text-decoration: none;
  padding: 8px 0;
  text-indent: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #181818;
  text-align: left;
}

.docuList .btDownload a:hover{
  background-color: #2180be;
  color:#fff;
}







/*===============================================
 
===============================================*/
/*===============================================
 
===============================================*/
/*===============================================
 
===============================================*/
/*===============================================
 
===============================================*/