@charset "utf-8";
/* CSS Document  ―  smart-go.net / it-hojo_ko.html 用 */

body {
  margin : 0;
  padding : 0;
}
/* 本文だけ14px。共通のヘッダー/フッター(他ページと同じ16px基準)は縮めない */
#contents{ font-size:14px; }

.hf3 {  font-size:13px;}
.hf4 {  font-size:14px;}
.hf5 {  font-size:15px;}
.hf6 {  font-size:16px;}
.hf8 {  font-size:18px;}
.hfb {  font-weight: bold;}
.hinb{  display: inline-block;}
.hred{  color: #e00;}
.h-red{color: #ff4a64;}
.h-redtext{display: inline-block; font-weight: bold; color: #e00;}
.hpt20{ padding-top: 20px;}
.hpb20{ padding-bottom: 20px;}
.hpt20{ padding: 20px;}
.hm-a{  margin: 0 auto;}
.hbk{ color: #333;}
.hly-line {background:linear-gradient(transparent 55%, #ff6 55%,#ff6 90%,transparent 90%);}
.hlb-line {background:linear-gradient(transparent 55%, rgb(214, 239, 255) 55%,rgb(214, 239, 255) 90%,transparent 90%);}

.hojomain,
.hojo-midashi,
.hojo-news{
  box-sizing: border-box;
}

.hojomain{
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
  /* overflow: hidden; */
}

.hojo-midashi{
  text-align: center;
  width:80%;
  margin: 20px auto;
  background-image: linear-gradient(170deg, #1e75df 55%, #d3dfee);
  border-radius: 50vh;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.hojo-news{  text-align: center;}

dl.h-it_toha{
  width: 80%;
  margin: 20px auto 30px;
  /*border-left: 7px solid #D35400;*/
  text-align: left;
  padding: 10px 0;
  background: #fffa;
  border-radius: 5px;
}
.h-it_toha dt{
  font-size: 18px;
  padding: 0;
  text-indent: 1.5em;
  font-weight: bold;
  text-align: center;
}
.h-it_toha dd p{
  margin-left: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}
dl.h-it{
	margin: 0 auto 30px;
}
.h-it dt{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
}
.h-it dd.h-it1, .h-it dd.h-it2{
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 1.9;
    text-align: left;
}
.h-it1{width:80%;}
/* ▼ flex-wrap を追加：中途半端な画面幅でも 3 ボックスが横はみ出ししない */
.h-it2{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* ===== 製品紹介：画像（左）｜説明（右）の2段組み ===== */
dl.h-it dd.h-prdct{width:90%; margin: auto;}
dl.h-it dd.h-prdct::after{ content:""; display:block; clear:both; } /* 各製品の最後にフロートを解除 */
dl.h-it dd.h-prdct a{ clear:both; float:left; margin:0 16px 10px 0; } /* 画像を左に固定 */
dl.h-it dd.h-prdct img{ display:block!important; } /* インラインstyleの display:inline-block を打ち消す */
dl.h-it dd.h-prdct p{          /* 説明文を画像の右側に回り込ませる */
	display:block;
	overflow:hidden;
	max-width:none;
	padding:0;
	margin:0 0 20px 0;
	box-sizing:border-box;
}

.h-prdctmidashi{
	padding: 5px;
	border-left: #00c 10px solid;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	clear: both; /* 見出しは前の製品の下（新しい段）から始める */
}
/* ================================================= */

/* ===== 補助金額ボックス（旧 hojo01〜03.png を CSS 図解に置換） ===== */
.h-hojogaku{
	width: 225px;
	margin: 5px;
	text-align: center;
	font-size: 14px;
	letter-spacing: normal;
	border: #cecece 1px solid;
	background: #fffb;
	box-sizing: border-box;
}
.h-hojogaku .hg-title{
	width: 100%;
	margin: 0;
	padding: 6px 5px;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
}
.h-hojogaku .hg-text{
	margin: 0;
	padding: 8px 5px 10px;
	font-size: 14px;
	line-height: 1.5;
}

.h-gaku-chart{ padding: 14px 8px 10px; }
.h-gaku-chart .hg-amount{
	display: inline-block;
	background: #ff5a47;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 3px 14px;
	border-radius: 50px;
	margin-bottom: 10px;
}
.hg-bars{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
	height: 110px;
}
.hg-bar{
	width: 58px;
	border-radius: 4px 4px 0 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 6px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 1px 3px #0003;
}
.hg-before{ height: 100%; background: linear-gradient(180deg,#4a9bf0,#1e75df); }
.hg-after { background: linear-gradient(180deg,#ff9a7a,#ff5a47); }
.hg-h50{ height: 50%; }   /* 1/2補助 → 自己負担は約1/2 */
.hg-h34{ height: 34%; }   /* 2/3補助 → 自己負担は約1/3 */
.hg-arrow{
	align-self: center;
	width: 0; height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 14px solid #e00;
	margin-bottom: 34px;
}
/* ================================================================= */

table.h-hojo{
	border-collapse: collapse;
	border-left: 1px #666 solid;
	border-top: 1px #666 solid;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	width: 100%;
	max-width: 650px;
}
.h-hojo th, .h-hojo td{ border-right: 1px solid #666!important; border-bottom: 1px solid #666!important; padding: 6px; min-width: 79px; background: #fff;box-sizing: border-box;}
.h-hojo th{background: #d6efff!important;}
.h-hojo th.h-waku{background: #1E75df!important; color: #fff; font-size: 16px;}
.h-hojohp{
	overflow: hidden;
	padding: 16px;
	margin:16px auto 40px;
	max-width: 450px;
	border-radius: 10px;
	border:  10px solid #ecf8ff;
  background: #fffc;
}

/*--------------------------------------------------*/
a.tellink{color:#fff;}
.it-bottom{
	width: 100%;
	text-align: center;
	color: #fff;
	background: linear-gradient(180deg, #1E75df , #1826b9 25%, #1e2e8a 52%, #1e2e8a 80%, #1826b9);
	padding: 20px 0px;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.it-bottom-text{
	font-size: 14px;
	padding: 5px;
	margin-bottom: 20px;
	text-shadow: #555 1px 1px 0;
	background: linear-gradient(90deg, transparent,#ecf8ff33 10%,#ecf8ff33 90%, transparent);
}
.it-left{
	font-size: 18px;
	display: inline-block;
	width: 40%;
	padding: 10px 0;
	vertical-align: top;
	color: #fff;
	box-sizing: border-box;
}
.it-right{
	font-size: 18px;
	display: inline-block;
	width:55%;
	padding: 10px 0;
	vertical-align: middle;
	box-sizing: border-box;
}

.ico_ani { animation: ico_ani 1.8s infinite;}
@keyframes ico_ani {
    0% { transform: translate(2px, 0px);}
    5% { transform: translate(-2px, 0px);}
    10% { transform: translate(2px, 0px);}
    15% { transform: translate(-2px, 0px);}
    20% { transform: translate(2px, 0px);}
    25% { transform: translate(-2px, 0px);}
    30% { transform: translate(0px, 0px);}
}
.stickarrow {
	margin: 23px 5px;
	width: 25px;
	height: 6px;
	border-bottom: 3px solid #c00;
	border-left: 3px solid #c00;
	transform: skew(135deg);
}
/*---------------------------------------------------*/
.button_solid004{
  display: inline-block;
  width:48%;
  font-size: 16px;
  min-height: 120px;
}
.button_solid004 a {
  position: relative;
  display: inline-block;
  width: 100%;
    margin: 0 auto 14px;
    max-width: 240px;
    padding: 14px 25px;
    color: #FFF;
    text-shadow: #666 1px 1px 0;
    transition: 0.2s ease-in-out;
    font-weight: 600;
    border-radius: 50px;
    box-sizing: border-box;
}
.button_solid004 p::before{ content: "＼ "; font-size: 14px; font-weight: bold;}
.button_solid004 p::after{  content: " ／"; font-size: 14px; font-weight: bold;}
.button_solid004 p{font-size: 14px;margin: 0 auto!important;}

.it-co a{
  background: linear-gradient(180deg,#ffad72 ,#ff7c01 30%);
  border-bottom: solid 5px #b84c00;
}
.it-co a:hover{
  border-bottom: solid 2px #b84c00;
  transform: translateY(3px);
}

.it-cr a{
  background:  linear-gradient(180deg,#f86565 ,#fd1515 30%);
  border-bottom: solid 5px #bb0404;
}
.it-cr a:hover{
  border-bottom: solid 2px #bb0404;
  transform: translateY(3px);
}

.it-cr a::after, .it-co a::after { /* 三角形の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px; /* 要素の左からの距離 */
  width: 0;
  height: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
/*---------------------------------------------------*/


#hojo-top a{color: #fff;}
#hojo-top {
	/* position: fixed; */
	bottom: 80px;
	right: 20px;
	font-size: 100%;
  display: inline-block;
  padding:6px 4px;
  font-size: 14px;
  font-weight: bold;
  min-width: 130px;
  background: linear-gradient(170deg, #1e75dfbb 55%, #d3dfeebb);
  letter-spacing: 1px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 50px;
  line-height: 1.3;
}
#hojo-top:hover{  background: linear-gradient(170deg, #002f8c 55%, #1e75df);}
#hojo-top::after { /* 三角形の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px; /* 要素の左からの距離 */
  width: 0;
  height: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: .2s ease-in-out;
}
#hojo-top:hover::after { /* 三角形の表示設定 */
	transform:  translateX(5px) rotate(45deg) ;
}

@media only screen and (max-width:570px) {
  #hojo-top{display: none;}
  .hojo-midashi{width: 90%;}
  dl.h-it_toha{width: 100%;}
  .h-it_toha dt{font-size: 18px; text-indent: 1em;}
  .h-it_toha dd{margin: 10px;}
  .h-hojogaku{width: 100%;}
  .h-it1{width: 100%;}
	.h-it-left, .h-it-right{width: 100%;}
	.button_solid004{width: 100%!important; display: block;}
	dl.h-it dd.prdct p{border-bottom: dashed 1px #ccc;}
  dl.h-it-toiawase-call{padding: 5px; border: 1px dashed #002f8c; border-left: none; border-right: none; padding-top: 10px; }
  .h-it-toiawase-call dt{margin-left: 0;}
  .h-it-toiawase-call dd{margin-left: 1em;}
  .h-it2{display: block;}
  a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
  .it-left, .it-right{width: 100%;}
	.button_solid004{width: 100%!important; display: block;}
	dl.it dd.prdct p{border-bottom: dashed 1px #ccc;}
  /* ▼ スマホはフロート解除して「画像（中央）→説明（下）」の縦積みに戻す */
  dl.h-it dd.h-prdct a{ float:none; clear:none; display:block; text-align:center; margin-bottom:10px; }
  dl.h-it dd.h-prdct img{ display:block!important; margin:0 auto; }
  dl.h-it dd.h-prdct p{ margin-top:0; overflow:visible; border-bottom:#ccc 1px dashed; }
  .h-prdctmidashi {margin-bottom: 10px;}
}

/* .seihin はどのCSSにも未定義のため追加 */
a.seihin {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  transition: opacity 0.2s;
}
a.seihin:hover { opacity: 0.8; }
