@charset "utf-8";   /*要文字コード指定*/


/* ---------------------------------------------------------------------- 

グローバル設定

---------------------------------------------------------------------- */

*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}

body {
	margin: 0px;
	font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	overflow-y:scroll;
	font-size: 12px;
	/*line-height: 1.7em;*/
	color: #333333;
	padding: 0px;
}

/* フォントサイズ（日本語） */
.j10 {
	font-size: 10px;
	line-height: 1.4em;
}
.j12 {
	font-size: 12px;
	line-height: 1.6em;
}
.j12h {
	font-size: 12px;
	line-height: 2.0em;
}
.j14 {
	font-size: 14px;
	line-height: 1.6em;
}
.j14h {
	font-size: 14px;
	line-height: 2.0em;
}
.j16 {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
}
.j18 {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
}
.j24 {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: bold;
}
.j30 {
	font-size: 30px;
	line-height: 1.0em;
	font-weight: bold;
}

/* フォントサイズ（英語） */
.e10 {
	font-size: 11px;
	line-height: 125%;
}
.e10w {
	font-size: 11px;
	line-height: 135%;
	color: #FFFFFF;
}
.e11 {
	font-size: 12px;
	line-height: 135%;
}
.e12 {
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 1px;
}
.e13 {
	font-size: 15px;
	line-height: 125%;
	font-weight: bold;
}


/* テキストリンク */
a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	color: #cdcdcd;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

/* 見出し */
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	padding-bottom: 20px;
	background-image: url(/images/common/line_bg.gif);
	background-repeat: no-repeat;
	font-size: 32px;
	background-position: left bottom;
	margin: 0px 0px 30px;
	padding-top: 0px;
	line-height: 1.4em;
	height: 35px;
	font-weight: normal;
}
h2.wps-products-title {
	padding-bottom: 20px;
	background-image: none;
	background-repeat: no-repeat;
	font-size: 20px;
	background-position: left bottom;
	margin: 0px 0px 30px;
	padding-top: 0px;
	line-height: 1.4em;
	height: 35px;
	font-weight: normal;
}
h3 {
	padding-bottom: 30px;
	font-weight: bold;
	color: #FFF;
	background-image: url(/images/common/ti_bg.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 18px;
}
h4,h5 {
	margin: 0px;
	padding-bottom: 30px;
}

/* リスト */
ul,
ol {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}

/* 定義リスト */
dl,dd {
	margin: 0px;
	padding: 0px;
}

/* その他タグ */
p {
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 25px;
}
address {
	font-style: normal;
}

img {
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* 画像位置 */
.imgLeft {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.imgRight {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}

/* フォントカラー */

.red {
	color: #FF0000;
}
.blue {
	color: #004fa2;
}
.gray {
	color: #CCCCCC;
}
.green {
	color: #75c5af;
}
.orange {
	color: #f3a21a;
}
.pink {
	color: #f5ded7;
}
.white {
	color: #FFFFFF;
}
.yellow {
	color: #e3cc4d;
}

/* ロールオーバー */

.rollOver a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


/* ClaerFix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-Mac */

/* */
.clear{
	clear:both;
	height:1px;


}


@media screen and (min-width: 479px){
	
/* ---------------------------------------------------------------------- 

共通設定

---------------------------------------------------------------------- */


/* HEAD */

#Head {
	clear: both;
	float: none;
	overflow: hidden;
}
#HeadContainer {
	margin: auto;
	padding-top: 5px;
	width: 980px;
	height:110px;
	background-image: url(/images/common/head_bg2022.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
}
#HeadContainer h1 {
	font-size: 11px;
	font-weight: normal;
	clear: both;
	float: none;
	height: 35px;
}
#HeadContainer #LogoBox {
	height: 60px;
	width: 270px;
}
#HeadContainer #LogoBox a {
	text-indent: -9999px;
	display: block;
	float: left;
	height: 60px;
	width: 270px;
}

/* NAVI */

#Navi {
	float: none;
	background-image: url(/images/common/n_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 66px;
}
#NaviContainer {
	margin: auto;
	width: 980px;
}

#NaviContainer li {
	position: relative;
	float: left;
	height: 66px;
	width: 140px;
}
#NaviContainer a {
	text-indent: -9999px;
	display: block;
	height: 66px;
	width: 140px;
}
#NaviContainer .n01 a {
	background-image: url(/images/common/n_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#NaviContainer .n02 a {
	background-image: url(/images/common/n_02.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#NaviContainer .n03 a {
	background-image: url(/images/common/n_03.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#NaviContainer .n04 a {
	background-image: url(/images/common/n_04.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#NaviContainer .n05 a {
	background-image: url(/images/common/n_05.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#NaviContainer .n06 a {
	background-image: url(/images/common/n_06.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#NaviContainer .n07 a {
	background-image: url(/images/common/n_07.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#NaviContainer .n01 a:hover,
#NaviContainer .n02 a:hover,
#NaviContainer .n03 a:hover,
#NaviContainer .n04 a:hover,
#NaviContainer .n05 a:hover,
#NaviContainer .n06 a:hover,
#NaviContainer .n07 a:hover {
	background-position: center center;
}
#top #NaviContainer .n01 a,
#concept #NaviContainer .n02 a,
#service #NaviContainer .n03 a,
#ser_01 #NaviContainer .n03 a,
#ser_02 #NaviContainer .n03 a,
#ser_03 #NaviContainer .n03 a,
#ser_04 #NaviContainer .n03 a,
#ser_05 #NaviContainer .n03 a,
#ser_06 #NaviContainer .n03 a,
#ser_07 #NaviContainer .n03 a,
#ser_08 #NaviContainer .n03 a,
#company #NaviContainer .n04 a,
#com_01 #NaviContainer .n04 a,
#com_02 #NaviContainer .n04 a,
#com_03 #NaviContainer .n04 a,
#com_04 #NaviContainer .n04 a,
#portfolio #NaviContainer .n05 a,
#partner #NaviContainer .n06 a,
#contact #NaviContainer .n07 a {
	background-position: center bottom;	
}

/* NAVI PULLDOWN */

#NaviContainer li ul {
	display: none;
	position: absolute;
	top: 64px;
	left: -1px;
	width: 240px;
	background: #F7F7E1;
	z-index:1;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*border-bottom: 1px solid #ccc;*/
	border-left: 1px solid #ccc;
}
#NaviContainer li ul li {
	height: 30px;
	width: 240px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	padding-bottom: 10px;
	background-image: url(/images/common/point_01.png);
	background-repeat: no-repeat;
	background-position: 7px 17px;
}
#NaviContainer li ul li a {
	display: inline-block;
	padding: 10px 10px 10px 15px;
	width: 215px;
	height: 20px;
}
#NaviContainer li ul li a:hover {
	background: #FFDFBB;
	background-image: url(/images/common/point_01.png)!important;
	background-repeat: no-repeat!important;
	background-position: 7px 17px!important;
	color: #666666;
}
.noImage {
	background-image: none!important;
	text-indent: 0px!important;
}
}



/* MAIN */

#Main {
	background-image: url(/images/common/main_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	float: none;
}
#MainContainer {
	clear: both;
	float: none;
	width: 980px;
	margin: auto;
}
#MainContainer #Root {
	font-size: 10px;
	clear: both;
	float: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
#Contents {
	float: left;
	width: 720px;
}
.container01 {
	clear: both;
	float: none;
	padding-bottom: 60px;
	padding-right: 15px;
	padding-left: 15px;
	overflow:hidden;
	font-size: 14px;
    line-height: 1.6em;
}

/* SIDEBAR */

#Left {
	float: right;
	width: 240px;
	padding-bottom: 40px;
}
#Left .bnrBox {
	clear: both;
	float: none;
	padding-bottom: 15px;
}
#Left .bnrBox li {
	padding-bottom: 5px;
}
#Left .menuBox {
	clear: both;
	float: none;
}#Left .menuBox dd {
	padding: 19px 19px 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ecdfc9;
	border-bottom-color: #ecdfc9;
	border-left-color: #ecdfc9;
	margin-bottom: 20px;
}
#Left .menuBox ul {
	padding-bottom: 15px;
}
#Left .menuBox li {
	background-image: url(/images/common/point_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}
#Left .menuBox li ul {
	padding: 0px;
}
#Left .menuBox li ul li {
	background-image: url(/images/common/point_01.png);
	margin: 0px;
	padding: 3px 0px 3px 13px;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;*/
	background-repeat: no-repeat;
	background-position: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* FOOT */
#Foot {
	background-image: url(/images/common/bg_cloth.jpg);
	clear: both;
	float: none;
	padding-bottom: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ec6f28;
	padding-top: 20px;
	overflow: hidden;
}
#FootContainer {
	margin: auto;
	clear: both;
	float: none;
	width: 980px;
}
#FootContainer #AddressBox dt {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}


#FootContainer #AddressBox dd {
	padding-bottom: 10px;
}

#FootContainer #AddressBox {
	float: left;
	width: 360px;
	font-size: 11px;
	line-height: 1.5em;
}
#FootContainer #AddressBox address {
	font-size: 10px;
}
#FootContainer .footNaviBox {
	float: left;
	width: 200px;
	font-size: 11px;
}
#FootContainer .footNaviBox dt {
	background-image: url(/images/common/point_01.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
}
#FootContainer .footNaviBox ul {
	padding-left: 5px;
}
#Copyright {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	padding: 8px;
	clear: both;
	float: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/*2020skt*/
.subsidy_catch{
font-size:18px;
font-weight:bold;
}
.btn-square-sj {
  display: inline-block;
  padding: 1em 1.5em;
  background: #339900;
  color: #FFF!important;
  border-radius: 8px;
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0;
}
.btn-square-it {
  display: inline-block;
  padding: 1em 1.5em;
  background: #009e96;
  color: #FFF!important;
  border-radius: 8px;
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0;
}
.btn-square-sj:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border-bottom: none;
}
.btn-square-it:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border-bottom: none;
}

.subsidy-menu{
width: 690px;
display:flex;
justify-content: space-around;
}
.subsidy-menu li{
margin: 5px;
}
.btn-menu {
  display: inline-block;
  padding: 1em 1.5em;
  color: #FFF!important;
  border-radius: 2px;
  font-size: 17px;
  font-weight: bold;
}
li.sj {
  background: #339900;
  width: 310px;
  text-align: center;
}
li.it {
  background: #009e96;
  width: 310px;
  text-align: center;
}
.u_end {
  display: inline-block;
  padding:0.2em 0.5em;
  text-decoration: none;
  background: #3366ff;
  color: #FFF;
  border-radius: 5px;
  font-size: 11px;
  font-weight: bold;
}
.u_chu {
  display: inline-block;
  padding:0.2em 0.5em;
  text-decoration: none;
  background: #e4007f;
  color: #FFF;
  border-radius: 5px;
  font-size: 11px;
  font-weight: bold;
}


.List {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

.List-Item {
  border-top: 1px dotted #e1e1e1;
  display: flex;
}
.List-Item:first-child {
  border-top: none;
}
.List-Item-Title {
  width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.8;
  font-weight: bold;
  font-size: 15px;
}

.List-Item-Text {
  width: 75%;
  padding: 10px;
  line-height: 1.8;
  font-size: 15px;
}
.List-Item-Ul {
  width: 70%;
  padding: 10px;
  line-height: 1.8;
  list-style: none;
  font-size: 15px;
}
@media screen and (max-width: 540px) {
  .List {
    margin-top: 24px;
  }
.List-Item {
  display: block;
  padding: 0 10px;
}
.List-Item-Title {
  width: 100%;
}

.List-Item-Text {
  width: 100%;
}
  .List-Item-Title {
    display: block;
    align-items: center;
    font-size: 14px;
  }
  
  .List-Item-Text {
    display: block;
    align-items: center;
    font-size: 14px;
  }
  .List-Item-Ul {
    font-size: 14px;
  }
  
.subsidy-menu{
width: 100%;
display: block;
}
}
