@charset "UTF-8";


body{
  text-align:left;
}
#World{
  width:100%;
  max-width:1300px;
}
.World{
  background:#f5f5f5;
  color:#222;
}

#HeaderDivision{
  width:100%;
  max-width:950px;
  margin:0 auto;
  position:relative;
}

#SiteLogoBlock {
  width:100%;
  max-width:950px;
  margin:0 auto;
}
#ContentsDivision {
  background: none;
  padding-bottom:30px;
  width:100%;
  max-width:950px;
  margin:0 auto;
}
body header.HeaderDivision::before{
  display:none;
}
.World .CommonBg{
  background:#fff;
}
	/* + + + + + レスポンシブ + + + + +  */
  @media screen and (min-width: 768px) {
	  #ContentsDivision {
      min-width:950px;
    }
	}
	@media screen and (max-width: 767px) {
    #World{
      width:100%;
      max-width:1300px;
    }
		.World{
		  padding-top:64px;
		}
    #HeaderDivision{
      position:fixed;
      top:0;
      left:0;
      background:#fff;
      z-index:2;
    }
    
    #ContentsDivision:Not(.TopPage){
      margin-top: 110px;
    }
    
  }
.FlexItem{
  display:flex;
  text-align:center;
  justify-content:center;
  align-items: center;
}
.FlexListItem{
  display:flex;
  align-items:stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.FlexLeftItem{
  display:flex;
  align-items:stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.FlexItem .SknTplTextButton{
  margin:0;
}

/*共通部分*/
#SideMenuBlock .Heading{
  margin:0;
}
.large{
  font-size:110%;
}
.small{
  font-size:83%;
}

.Heading {
  line-height: 1.75;
  margin: 0em 0;
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .SpItem{
    display:none!important;
  }

  .PcItem{
    display:inline-block;
  }
  .GoPageTopBoxN{
    margin-bottom:20px;
    text-align:right;
  }
  #World .GoPageTopBoxN .DetailText{
    display: inline-block;
  }
  #World .GoPageTopBoxN .DetailText a {
    padding: 0 0 0 14px;
    background: url(../img/common/icon/up_cursor_s.gif) no-repeat 0% 50%;
  }
  
}

@media screen and (max-width: 767px) {
  .SpItem{
    display:inline-block;
  }

  .PcItem{
    display:none!important;
  }
  
  .GoPageTopBoxN{
    margin-bottom:20px;
    text-align:right;
  }
  #World .GoPageTopBoxN .DetailText{
    display: inline-block;
  }
  #World .GoPageTopBoxN .DetailText a {
    padding: 0 0 0 14px;
    background: url(../img/common/icon/up_cursor_s.gif) no-repeat 0% 50%;
  }
  
}



/*メニューオープン*/
.MenuOpened #GlobalMenuGroupF,
.MenuOpened #GlobalMenuGroup{
  display:block;
}
	/* + + + + + レスポンシブ + + + + +  */
	@media screen and (max-width: 767px) {

    body:not(.MenuOpened) .HeaderGroup > .inner{
      display:none;
    }



		.MenuOpened #GlobalMenuGroupF,
		.MenuOpened #GlobalMenuGroup{
      position: fixed;
      top: 112px !important;
		  display:block;
		  background: #EFFFF4;
		  height: calc(100% - 112px) !important;
      -webkit-transition: all .4s;
      transition: all .4s;
		}
    
		.MenuOpened #GlobalMenuGroup .MainMenuList{
      padding: 5px 15px;
      border: 2px solid #65DB97;
      border-radius: 3px;
      background: #fff;
    
    }
		.MenuOpened #GlobalMenuGroup .MainMenuList > li{
      margin:0;
      border-bottom: 1px solid #65DB97;
    }
    
		.MenuOpened #GlobalMenuGroup .MainMenuList > li > a{
      border:none;
      box-shadow:none;
      border-radius:0;
      text-align:left;
      display: block;
      padding: 0.65em 25px;

      text-decoration: none;
      color: inherit;
      background: url(../img/common/icon/right_cursor_green.png) no-repeat left center;
    }
		.MenuOpened #GlobalMenuGroup .MainMenuList li .Eng{
      display:none;
    }
		.MenuOpened #GlobalMenuGroup .MainMenuList li .DropDownChild li a{
      background:none;
      border:none;
      box-shadow:none;
      border-radius:0;
      text-align:left;
      display: block;
      padding: 0.45em 5px;
      margin-left:30px;
      border-top: 1px solid #ccc;
      text-decoration: none;
      font-size:90%;
    }
    
		
	}



/*CONTACTmenu*/

	/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px) {
  .ContactNumber .ContactLink{
   position:relative;
   /*border:1px solid red;*/
  }

  .ContactNumber .ContactLink a:before{
    transition: all .2s;
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    width: 100%;
    left: 0%;
    background: #eb8585;
    height: 2px;
    margin-top: -3px;
    opacity: 1;
    width: 0;
  }

  .ContactNumber .ContactLink a:hover{
    
  }
  .ContactNumber .ContactLink a:hover:before{
    transition: all .2s;
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    width: 100%;
    left: 0%;
    background: #eb8585;
    height: 2px;
    margin-top: -3px;
    opacity: 1;
    width: 100%;
  }

	}

/*メニュー*/

	/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px) {
　　.MenuTrigger{
　　  border:2px solid red;
　　}
    #GlobalMenuGroup{
      background:#fff;
      padding:1px;
      box-shadow: 0 0.15em 0.5em rgba(0, 0, 0, 0.15);
      border-radius:8px;
      margin-top:5px;
      width:100%;
    }
    
    
    .MainMenuBlock .MainMenuList{
      border:1px solid #ccc;
      border-radius:8px;
      display:flex;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefefd+0,50d17d+0,42cd74+100 */
      background: linear-gradient(to bottom,  #fefefd 0%,#50d17d 0%,#42cd74 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

      width:100%;
    }
    .MainMenuBlock .MainMenuList > li {
      /*width: calc(100% / 6);*/
      min-width:150px;
    }
    .MainMenuBlock .MainMenuList > li a{
      
      display:block;
      color:#fff;
      padding:14px 10px 12px 10px;
      border-left:1px solid rgba(255,255,255,0.4);
      box-shadow: 0 0 1.5em rgba(0,0,0,0.05) inset;
      
      -webkit-transition: all .4s;
      transition: all .4s;
    }
    .MainMenuBlock .MainMenuList > li:first-child a{
      border:none;
    }
    .MainMenuBlock .MainMenuList > li a::before{
      display:none;
    }
    .MainMenuBlock .MainMenuList > li a::after{
      display:none;
    }

    
    
    .MainMenuBlock .MainMenuList > li a:hover{
      background:rgba(255,255,255,0.2);
      -webkit-transition: all .4s;
      transition: all .4s;
      color:#fff;
    }
    .MainMenuBlock .MainMenuList > li a .Label{
      font-size:1rem;
      color#fff;
      text-align:right;
      display:block;
      line-height:1.2;
      text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.15);
    }
    .MainMenuBlock .MainMenuList > li a:hover .Label{
       color#fff;
    }
    .MainMenuBlock .MainMenuList > li a .Eng{
      font-size:0.6rem;
      color:#ede97e;
      text-align:right;
      display:block;
      line-height:1.2;
    }
    
    .MainMenuBlock .MainMenuList > li.flex-grow{
      flex-grow: 1;
    }
    
}

	/* + + + + + レスポンシブ + + + + +  */
	@media screen and (max-width: 767px) {
     #HeaderDivision{
       
     }
     #HeaderMenuArea{
       height:0;
     }
     #MainMenuTrigger{
     font-size:75%!important;
      width:55px;
      margin-top:5px;
     }
　　.menu-trigger{
　　  　　}
　　.menu-trigger .Icon {
      display: block;
      margin: 0 auto;
　　}
　　
　　
	}




/*カテゴリータイトル*/
	/* + + + + + レスポンシブ + + + + +  */
  @media screen and (min-width: 768px) {

    #CategoryNameArea {
      background: url(../img/common/category/back.jpg) no-repeat center bottom;
      height: 85px;
      margin: 10px 0 10px;
    }
    #CategoryNameArea #CategoryNameBlock {
      padding: 38px 0 0;
    }


  }
	/* + + + + + レスポンシブ + + + + +  */
	@media screen and (max-width: 767px) {
    #CategoryNameArea img{
      width: auto;
    }
    #CategoryNameArea {
      background: url(../img/common/category/back.jpg) no-repeat left bottom;
      height: 90px;
      margin: 0 0 10px;
    }
    .CategoryNameBlock .Heading{
      margin: 0 0;
      padding: 10px 0 0;
    }
    #CategoryNameArea #CategoryNameBlock {
      padding: 10px 0 0;
    }
    #CategoryNameArea #CategoryNameBlock .Heading{
      padding-top:2.0em;
    
    }
    
    .PageNavigation{
      display:none;
    }
  }

/*パンくず*/
	/* + + + + + レスポンシブ + + + + +  */
	@media screen and (max-width: 767px) {
    #PageNavigation{
      display:none;
    }
  }

/*ページカラム*/
	/* + + + + + レスポンシブ + + + + +  */
	@media screen and (max-width: 767px) {
    #ContentsDivision:not(.PagePadding) #MainContentsArea{
      display:block;
      width:100%;
      padding:0;
      background-size:100% auto;
    }
    #SubContentsArea{
      display:block;
      width:100%;
    }
    #MainContentsArea .AreaHeading{
      background-size:100% auto;
      padding: 30px 9px 20px;
    }
    #MainContentsArea .AreaHeading .TextImage{
      width:auto;
    }
    
    
    #MainContentsArea .AreaDetail{
      background-size:100% auto;
      min-height: 250px;
      padding: 0 15px;
    }
    
    
  }

/*フォーム用*/
	/* + + + + + レスポンシブ + + + + +  */
	@media screen and (max-width: 767px) {
    
   .FormTable{}
    #ContactFormBlock .FormTable th {
      padding: 1.0em 0;
      padding-left: 10px;
   }
    #ContactFormBlock .FormTable td {
      padding: 1.0em 10px;
      text-align: left;
    }






  }
	/* + + + + + レスポンシブ + + + + +  */

/*サイドメニュー*/
#SideMenuBlock{}
	/* + + + + + レスポンシブ + + + + +  */

	@media screen and (max-width: 767px) {
  
    #SubContentsArea #SideMenuBlock{
      max-width:600px;
      margin-left:auto;
      margin-right:auto;
    }
    #SubContentsArea #SideMenuBlock .BlockHeading {
      color: #fff;
      padding: 5px 0;
      font-size: 87.5%;
      height: 1%;
      font-weight: bold;
      text-align: center;
      background: url(../img/common/decoration/box/side_menu_top.gif) no-repeat left top;
      background-size: 100% auto;
    }
    #SubContentsArea #SideMenuBlock {
      background: url(../img/common/decoration/box/side_menu_btm.gif) no-repeat left bottom;
      background-size: auto;
      padding-bottom: 10px;
      background-size: 100% auto;
    }
    #SubContentsArea #SideMenuBlock .BlockDetail .LinkList {
      list-style: none;
      background: url(../img/common/decoration/box/side_menu_rpt.gif) repeat-y left;
      background-size: auto;
      padding: 2px 10px 0 10px;
      margin: 0;
      border: none;
      font-size: 87.5%;
      font-weight: bold;
      background-size: 100%;
    }

      #SubContentsArea #ComplianceMenuBlock {
        background: url(../img/common/decoration/box/cmp_menu_btm.gif) no-repeat left bottom;
        padding-bottom: 10px;
        background-size: 100%;
        max-width:600px;
        margin-left:auto;
        margin-right:auto;
      }
      #SubContentsArea #ComplianceMenuBlock .BlockDetail {
        background: url(../img/common/decoration/box/cmp_menu_top.gif) no-repeat left top;
        padding-top: 10px;
        background-size: 100%;
      }
      #SubContentsArea #ComplianceMenuBlock .BlockDetail .LinkList {
        list-style: none;
        background: url(../img/common/decoration/box/cmp_menu_rpt.gif) repeat-y left;
        padding: 2px 7px 0 6px;
        font-size: 75%;
        margin: 0;
        border: none;
        background-size: 100%;
      }
      
      .GetAdobeReaderBanner .Banner{
        max-width:112px;
      }
  }
/*フッター*/
@media screen and (min-width: 768px) {
    #FooterDivision{
      max-width: 950px;
      margin:0 auto;
    }
    #FooterDivision #FooterMenuArea{
      display:block;
    }
    .GoPageTopBox{
      display:block;
      max-width: 950px;
      margin:0 auto;
    }
    
}



/*タブ*/
.TabContentsItem{

}
.TabContentsItem .BlockHeader{
  position:relative;
}
.TabContentsItem .TabTitle{
  text-align:left;
}
.TabContentsItem .TabSelectblock{
 /* position:absolute;
  bottom:2px;
  left:200px;
  width: calc(100% - 200px);
  max-width:600px;*/
}

            /* + + + + + レスポンシブ + + + + +  */
            @media screen and (max-width: 767px), print {
				.TabContentsItem .TabSelectblock{
				  /*position:static;
				  top:0;
				  left:0;
				  width: 100%;*/

				}
			}


.TabMenu {
  display: flex;
  list-style: none;
  align-items:stretch;
  justify-content: center;
}
.TabMenu:nth-of-type(2) {

}
.TabMenu li {
  background: #eee;
  color: #555;
  flex-grow: 1;
  padding:0;
  border-left: #fff 2px solid;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.TabMenu li:hover{
  background:#009900;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.TabMenu li:first-child {
  /*border-left: none;*/
}
.TabMenu li.Active {
  /*background:#009900;
  color: #fff;*/
}
.TabMenu:nth-of-type(2) li.Active {
  /*background: #81c7d4;*/
}

            /* + + + + + レスポンシブ + + + + +  */
            @media screen and (max-width: 767px), print {
    				.TabMenu li {
    				  background: #eee;
    				  color: #aaa;
    				  flex-grow: 1;
    				  padding:0;
    				  min-width:60px;

    				}

			    }



		
/*新着アップデートあり*/
.UpdateInfo{
  position:relative;
}
.UpdateInfo.New::before{
  content: "NEW";
  position:absolute;
  top:5px;
  right:5px;
  font-size:70%;
  background:#ff0000;
  color:#fff;
  padding:2px;
  line-height:26px;
  height:26px;
  width:26px;
  text-align:center;
}
.TabMenu .UpdateInfo.New::before{
  content: "NEW";
  position:absolute;
  top:0;
  right:0;
}
.UpdateInfo.New a{
  width:calc(100% - 35px);
  display: inline-block;
}
							
.TabContent {
  display: none;
  padding: 0;
  border: none;
}
.TabContents:nth-of-type(2) .TabContent {
  border-color: #81c7d4;
}
.TabContent.Active {
  display: block;
}

/*TopKanri*/
.TopKanriArea{
  margin-top:100px;
}
.TopKanriArea .TopKanriBlock.BasicBlock {
  position:relative;
  border-radius:0 10px 10px 10px;
}
.TopKanriArea .TopKanriBlock.BasicBlock .inner{
  padding:10px 20px 20px 20px ;
}
.TopKanriArea .BlockHeader{
  border:1px solid red;
  position:absolute;
  top:-65px;
  left:-1px;
  width:100%;
  width: calc(100% + 2px);
  max-width:600px;
  padding: 20px 20px 2px 20px;
}
.TopKanriArea .TabContentsItem .TabSelectblock{
  position:static;
  width:100%;
  max-width:600px;
}
.TopKanriArea .TabContentsItem .BlockHeader{
  border: 1px solid #ccc;
  border-bottom:none;
  /*box-shadow: 0 0 0.8em rgba(0,0,0,0.05);*/
  border-radius: 10px 10px 0 0 ;
  background: #fff;
  margin-top:0;
}

.TopKanriArea table{
  padding-top:5px;
}

.TopKanriArea .TopStatusEditItem{
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-between;

}
.SelectStatusItem{
  width: calc(100% - 410px);
  display: block;
  justify-content: flex-start;
  align-items: center;
}
.SelectStatusItem .SelectStatusCheck{
  display:flex;
  flex-wrap: wrap;
  align-items: center;
}



.SpFooterContactBlock{
  padding: 10px 15px;
  background: #CBF9DE;

}

            /* + + + + + レスポンシブ + + + + +  */
            @media screen and (max-width: 767px), print {
            
              .SpFooterContactBlock{
                width:100%;
                display:block;
              }
              .SpFooterContactBlock .inner{
                
              }
              .SpFooterContactBlock .inner .GooglemapBlock .iframe{
                height:100px;
                width:100%;
              }
            
            }

/*ContactBox*/
            /* + + + + + レスポンシブ + + + + +  */
            @media screen and (max-width: 767px), print {
            
             #ContactBox{
               font-size:85%;
               width:100%;
             }
              #ContactBox .BoxHeading .Heading {
                text-align: center;
              }
              #ContactBox .BoxHeading .Heading img.TextImage{
                 max-width:250px;
              }
              #ContactBox .BoxDetail .DetailText img{
                height:20px;
                width:auto;
                display:inline-block;
                margin:3px;
              }
              

              
            }
            
/*WORK*/
    /* + + + + + レスポンシブ + + + + +  */
    @media screen and (max-width: 767px), print {
    
        /*グレー背景*/
        #AboutBlock blockquote{
          margin: 0;
        }


        /*事例*/
        #ExampleCorporateParagraph{
        
        }
        #ExampleBlock .Paragraph .ParagraphHeading {
          float:none;
          width:100%;
        }

        #ExampleBlock .Paragraph .ParagraphHeading .Heading {
          text-align: center;
          padding: 0.5em 0;
          margin: 0;
        }
      #ExampleBlock .Paragraph .ParagraphDetail {
        padding-left: 0;
        padding-bottom: 5px;
        width: 100%;
        float: none;
        border-bottom: 0px solid #ddd;
        border-left: 0px dashed #ddd;
      }
      #ExampleBlock .Paragraph{
        margin-bottom: 20px;
      }
      
      
      /*価格表*/
      #CommisionBlock .Paragraph .ParagraphDetail .LargeTable.PriceTable caption{
        text-align:left;
      }

    }
    /* + + + + + レスポンシブ + + + + +  */
/*table*/
           
    /* + + + + + レスポンシブ + + + + +  */
    @media screen and (max-width: 767px), print {
    
      .SknTplDecoratedTable tbody > tr > th:not([width]) {
        width: auto;
        white-space:normal;
      }
      .SknTplDecoratedTable .LargeTable{
        width:700px;
      }
      .SknTplDecoratedTable .LargeTable tbody > tr > th:not([width]) {
        max-width:100px;
      }
      
      
    }
    /* + + + + + レスポンシブ + + + + +  */
    

    