@charset "utf-8";

/* ===================================
   移植　　　　　　　　　
=================================== */

#contents .normalTable > tbody > tr > td.normalTable_memo {
  display: flex;
  align-items: center;
}
#contents .normalTable > tbody > tr > td.normalTable_memo span:first-child {
  margin-right: 20px;
}
.icOtri::before{
    content: "▶";
    display: inline-block;
    padding-right: 3px;
}
.none::before{
    content: none;
}
.icOtherW {
	background:url(/shared/images/ic_other.png) no-repeat 99% center;
	padding: 0 22px 0 0;
	margin-right: 4px;
}


/* ===================================
   共通設定　　　　　　　　　　　　　　　　
=================================== */
#contents .shoryokuka{
  font-family: "Roboto Flex","Noto Sans JP",sans-serif;
  font-optical-sizing: auto;
}
#contents .shoryokuka p,
#contents .shoryokuka ul,
#contents .shoryokuka ol,
#contents .shoryokuka li,
#contents .shoryokuka dl,
#contents .shoryokuka dt,
#contents .shoryokuka dd,
#contents .shoryokuka table,
#contents .shoryokuka th,
#contents .shoryokuka td{
  line-height: 1.6;
  font-size: 15px;
  box-sizing: border-box;
}
#contents .shoryokuka p{
   line-height: 1.8;
}
#contents .shoryokuka sup{
  vertical-align: top;
}
#contents .shoryokuka .note{
  display: block;
  font-size: 0.85rem;
  line-height: 1.6 !important;
  padding-left: 1em;
  text-indent: -1em;
}
#contents .shoryokuka .indent{
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
#contents .shoryokuka .fontsize200{ font-size: 2.0rem;}
#contents .shoryokuka .fontsize150{ font-size: 1.5rem;}
#contents .shoryokuka .fontsize133{ font-size: 1.33rem;}
#contents .shoryokuka .fontsize125{ font-size: 1.25rem;}
#contents .shoryokuka .fontsize110{ font-size: 1.1rem;}
#contents .shoryokuka .fontsize085{ font-size: 0.85rem;}
#contents .shoryokuka .bold800{ font-weight: 800;}
#contents .shoryokuka .widthPC100{ width: 100%;}
#contents .shoryokuka .widthPC80{ width: 80%;}
#contents .shoryokuka .widthPC70{ width: 70%;}
#contents .shoryokuka .widthPC60{ width: 60%;}
#contents .shoryokuka .widthPC55{ width: 55%;}
#contents .shoryokuka .widthPC50{ width: 50%;}
#contents .shoryokuka .widthPC45{ width: 45%;}
#contents .shoryokuka .widthPC40{ width: 40%;}
#contents .shoryokuka .widthPC35{ width: 35%;}
#contents .shoryokuka .widthPC30{ width: 30%;}
#contents .shoryokuka .widthPC25{ width: 25%;}
#contents .shoryokuka .widthPC20{ width: 20%;}
#contents .shoryokuka .widthAuto{ width: auto;}
#contents .shoryokuka .mt10{ margin-top: 10px;}
#contents .shoryokuka .mt15{ margin-top: 15px;}
#contents .shoryokuka .mt20{ margin-top: 20px;}
#contents .shoryokuka .alignR{ text-align: right;}
#contents .shoryokuka .alignC{ text-align: center;}



@media screen and (max-width: 767px){

  .child #contents #contentsInner {
    padding-top: 10px;
  }
  #contents .contentsPadding h3.textHeader{
     margin-left: 0;
     font-size: 105%;
  }
  #contents h4.textHeader{
     font-size: 100%;
  }
  
   #contents .shoryokuka p,
   #contents .shoryokuka ul,
   #contents .shoryokuka ol,
   #contents .shoryokuka li,
   #contents .shoryokuka dl,
   #contents .shoryokuka dt,
   #contents .shoryokuka dd{
    line-height: 1.6 !important;
    font-size: 0.95rem !important;
  }
   #contents .shoryokuka table,
   #contents .shoryokuka th,
   #contents .shoryokuka td{
    line-height: 1.5 !important;
    font-size: 0.9rem !important;
  }
  #contents .shoryokuka .note{
    font-size: 0.85rem !important;
    line-height: 1.4 !important;
  }  
  #contents .shoryokuka .widthPC80,
  #contents .shoryokuka .widthPC70,
  #contents .shoryokuka .widthPC60,
  #contents .shoryokuka .widthPC55,
  #contents .shoryokuka .widthPC50,
  #contents .shoryokuka .widthPC45,
  #contents .shoryokuka .widthPC40,
  #contents .shoryokuka .widthPC35,
  #contents .shoryokuka .widthPC30,
  #contents .shoryokuka .widthPC25,
  #contents .shoryokuka .widthPC20 { width: 100%;}
  #contents .shoryokuka .widthSP80{ width: 80% !important;}
  #contents .shoryokuka .widthSP70{ width: 70% !important;}
  #contents .shoryokuka .widthSP60{ width: 60% !important;}
  #contents .shoryokuka .widthSP50{ width: 50% !important;}
  #contents .shoryokuka table .alignC,
  #contents .shoryokuka h5.alignC{ text-align: left;}
}


/* ============================================================================
   00_ヘッダー、フッター　　　　　　　　　　　
============================================================================ */
@media screen and (max-width: 767px){

.child #contents .col4Block .col{
   width: 100% !important;
   margin: 0 0 3px 0 !important;
}
#contents .anchorList .col4Block .col a{
   font-size: 100%;
   font-weight: 500;
}

}


/* ============================================================================
   01_補助金について　　　　　　　　　　　
============================================================================ */
/* ============================================================================
   02_補助率と補助上限額
============================================================================ */
#contents .shoryokuka .normalTable tr .emphasis {
   font-size: 1.66em;
   font-weight: 600;
   letter-spacing: 0.03em;
   padding-right: 2px;
   color: #00a7ac;
}
#contents .normalTable > tbody > tr > th,
#contents .normalTable > tbody > tr > td{
   padding: 6px 6px 5px 6px;
}
#contents .allow_description{
   position: relative;
   margin-bottom: 10px;
}
#contents .allow_description::after{
   content: "";
   position: absolute;
   bottom: -56px;
   right: 115px;
   display: inline-block;
   width: 79.7px;
   height: 40px;
   background: #b8e6e8;
   clip-path: polygon(0 42.5%, 24.9% 42.5%, 24.9% 0, 75.1% 0, 75.1% 42.5%, 100% 42.5%, 50% 100%);
}

#contents .shoryokuka .normalTable tr .bggreen {
   background-color: #E8FBFC;   
}
#contents .shoryokuka .h4Box{
   border: 2px solid #00ADB0;
   background-color: #E8FBFC;
   margin-top: 40px;
   padding: 25px;
   position: relative;
}
/*#contents .shoryokuka .h4Box::before{
   content: "";
   position: absolute;
   top: -55px;
   right: 115px;
   display: inline-block;
   width: 79.7px;
   height: 40px;
   background: #b8e6e8;
   clip-path: polygon(0 42.5%, 24.9% 42.5%, 24.9% 0, 75.1% 0, 75.1% 42.5%, 100% 42.5%, 50% 100%);
}*/

@media screen and (max-width: 767px){

#contents .shoryokuka .normalTable tr .emphasis {
   font-size: 1.2em;
}
#contents .allow_description::after{
   right: 45px;
}
/*#contents .shoryokuka .h4Box::before{
   right: calc(50% - 40px);
}*/

#contents .tableBlock table {
   table-layout:fixed;
   margin-bottom:10px !important;
   -webkit-box-sizing:border-box;
}
#contents .tableBlock  table tr th .floatRight{
  float: right !important;
}
#contents .tableBlock  table tr th .floatLeft{
  float: left !important;
}
#contents .tableBlock.responsiveTable {
  overflow-x:auto; 
  padding-bottom:20px; 
  margin-bottom:20px;
}
#contents .tableBlock.responsiveTable table {
  width:660px;
  font-size: 100%;
}
/* スクロールバー全体 */
#contents .tableBlock.responsiveTable::-webkit-scrollbar{
    height: 1em;
    background-color: #eee;
}
/* スクロールバーのつまみ(可動部分) */
#contents .tableBlock.responsiveTable::-webkit-scrollbar-thumb{
    background-color:#bbb;
    border-radius: 6px;
    border-radius: 0.6rem;
}
#contents .tableBlock.responsiveTable::-webkit-scrollbar-thumb:hover{
    background-color: #888;
}
#contents table tr.tableHead th{
 padding:15px 8px;
 font-size:100%;
}
#contents table tr.tableHead th:first-child{
 font-size:100%;
 text-align:left;
}
#contents .shoryokuka .h4Box{
   margin-top: 30px;
   padding: 20px;
}

}


/* ============================================================================
   03_申請・手続きの流れ
============================================================================ */
#contents .shoryokuka .stepBox{
   margin-bottom: 15px;
}
#contents .shoryokuka .stepBox dl{
   border: 1px solid #ddd;
}
#contents .shoryokuka .stepBox dl dt{
   cursor: pointer;
   background: url("../images/ico_open.png") #eee 98% center no-repeat;
   background-size: 40px;
   padding: 10px;
   display: flex;
}
#contents .shoryokuka .stepBox dl dt.active{
   background: url("../images/ico_close.png") #eee 98% center no-repeat;
   background-size: 40px;
}
#contents .shoryokuka .stepBox dl dt p{
   max-width: 240px;
   display: inline-block;
   margin-right: 25px;
}
#contents .shoryokuka .stepBox dl dt p img{
   width: 100%;
}
#contents .shoryokuka .stepBox dl dt h4{
   font-size: 24px;
   font-weight: 600;
   letter-spacing: 0.05em;
   color: #00a7ac;   
   display: inline;
   padding-top: 38px;
}
#contents .shoryokuka .stepBox dl dt h4 span{
   color: #fff;
   font-size: 16px;
   border-radius: 20px;
   background-color: #00a7ac;
   margin-bottom: 6px;
   padding: 4px 4px 2px 4px;
   width: 90px;
   text-align: center;
   display: block;
}
#contents .shoryokuka .stepBox dl dd{
   padding: 20px;
   display: none;
}
#contents .shoryokuka ul.normalList > li{
   font-size: 100%;
   background: url(/shared/images/ic_lnavi_link_sub.png) no-repeat 5px 9px;
}
#contents .shoryokuka .stepBox dl dt .title_box{
  width: 100%;
}
#contents .shoryokuka .stepBox dl dt .title_box h4{
  padding-top: 5px;
  display: block;
}
#contents .shoryokuka .stepBox dl dt .title_box .note{
    margin-right: 0;
    font-size: 0.8em;
    margin-left: -25px;
    display: inline;
}

@media screen and (max-width: 767px){
#contents .shoryokuka .stepBox{
   margin-bottom: 10px;
}
#contents .shoryokuka .stepBox dl dt{
   background-position: right 20px bottom 22px;
   background-size: 40px;
   padding: 20px 20px 16px 20px;
   display: block;
}
#contents .shoryokuka .stepBox dl dt.active{
   background-position: right 20px bottom 22px;
   background-size: 40px;
}
#contents .shoryokuka .stepBox dl dt p{
   max-width: 100%;
   display: block;
   margin: 0 0 15px 0;
}
#contents .shoryokuka .stepBox dl dt h4{
   font-size: 17px;
   display: block;
   padding-top: 0;
}
#contents .shoryokuka .stepBox dl dt h4 span{
   font-size: 13px;
   margin: 0 5px 5px 0;
   padding: 4px 0 2px 1px;
   width: 80px;
}
#contents .shoryokuka .stepBox dl dt .title_box{
  display: ruby;
}
#contents .shoryokuka .stepBox dl dt .title_box .note{
    margin-left: 10px;
    display: flow;
}
}


/* ============================================================================
   04_対象製品
============================================================================ */
/* ============================================================================
   05_申請のご相談お問い合わせ
============================================================================ */
#contents .contentsBlock .button {
    display: block;
    position: relative;
    color: #fff;
    background-color: #00A7AC;
    border: 1px solid #00A7AC;
    width: 380px;
    margin: 20px 0;
    padding: 16px 20px 16px 20px;
    text-decoration: none;
    border-radius: 28px;
    transition: background-color .3s;
    text-align: center;
    box-sizing: border-box;
}
#contents .contentsBlock .button:after {
   padding-left: 5px;
   content: url(/shared/images/ic_other_top.png);
}
#contents .contentsBlock .button:hover {
     opacity: 0.7;
}

@media screen and (max-width: 767px){

#contents .contentsBlock .button {
   padding: 16px 0;
   width: 100%;
}

}

/* ============================================================================
   06_関連リンク
============================================================================ */
#contents .shoryokuka .linkBox_first{
   background-color: #eee;
   padding: 20px;
   margin-bottom: 30px;
}
#contents .shoryokuka .linkBox_first .allow{
   color: #00a7ac;
	position: relative;
	display: inline-block;
	padding: 0 0 0 130px;
	vertical-align: middle;
}
#contents .shoryokuka .linkBox_first .allow::before,
#contents .shoryokuka .linkBox_first .allow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#contents .shoryokuka .linkBox_first .allow::before{
   content: "こちらで解説！";
	width: 100px;
	height: 28px;
   color: #fff;
   font-size: 14px;
   font-weight: 600;
   padding: 4px 0 0 10px;
	background: #00a7ac;
}
#contents .shoryokuka .linkBox_first .allow::after{
	left: 110px;
	box-sizing: border-box;
	/*width: 3px;*/
	height: 16px;
	border: 16px solid transparent;
	border-left: 16px solid #00a7ac;
}
#contents .shoryokuka .linkBox_second li{
   margin-bottom: 5px;
}

@media screen and (max-width: 767px){

#contents .shoryokuka .linkBox_first .allow{
	padding: 50px 0 0 0;
   text-decoration: underline;
}
#contents .shoryokuka .linkBox_first .allow::before,
#contents .shoryokuka .linkBox_first .allow::after{
	position: absolute;
   top: 10px;
	bottom: inherit;
}
#contents .shoryokuka .linkBox_second li{
   margin-bottom: 5px;
}

}


