@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');
html{

}

*{ 
    font-feature-settings : "palt";
    letter-spacing: 0.5px;
}

body {
font-size:clamp(0.9rem, 0.818rem + 0.41vw, 1.125rem);
color: #212531;
font-family: Arial, Helvetica,"BIZ UDPGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
background-color: #fff;
/*320-1200　16px-18px*/
line-height: 170%;
}

li { list-style: none; }

ul {
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	color: #0771bc;
}

a:hover {
	color: #0093bd;
	opacity: 0.8;
	transition: 0.5s;
}

p{
font-size:clamp(0.9rem, 0.818rem + 0.41vw, 1.125rem);
    margin: 0;
    padding: 0;
    text-align: left;
}

header{
    text-align: center;
    background: #f4f3f2l;
    margin: 0 auto
}

header h1{
margin: 0 auto;
padding: 8px;
 width: 210px;
height: auto;
}

h2{
	font-size: clamp(1.5rem, 1.1rem + 2vw, 2.6rem);
    margin: 10px 0 20px 0;
    line-height: 120%;
}


h3{
    color: #0771bc;
	font-size:clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
    margin: 0 0 clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem) 0;
}

h4{
margin: 0;
 line-height: 140%;
}

i{ margin-right: 5px; }

.wrapper{

}

.container{
width: clamp(300px, 98%, 1200px);
padding: clamp(1.25rem, 0.568rem + 3.41vw, 3.125rem) 0;
 margin: 0 auto;
 text-align: center
}

.fc_w { color: #fff!important; }
.fc_w:hover, .fc_w:visited, .fc_w:link { color: #fff; }
.fc_g { color: #575757; }
.fc_y{color: #a9a680}
.fc_r{color: #e95243}
.fc_b{color: #285fc6;}
.fc_o{color: #ff961b;}
.flo_right { float: right;}
.flo_left { float: left; }
.display_ib{display: inline-block}

.ind {
	text-indent: -1em;
	margin-left: 1em;
}

.mb0  {margin-bottom: 0!important}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mr10 {margin-right: 10px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mt30a{margin: 30px auto 0 auto!important}

.txt_c{text-align: center!important;}
.txt_l{ text-align: left!important;}
.txt_r{text-align: right!important;}

.fs_s {font-size: 80%!important;}
.fs_l {font-size: 120%!important;}
.fw_b {font-weight: bold;}

.fle {
	display: flex;
    align-items: flex-start;
    align-items: center;
}
.notice{
    font-size: 1.4rem;
}


/**/


.wrapper#main_info {
background-color: #4cbfdc;
background-image: radial-gradient(#52c3dd 23%, transparent 23%), radial-gradient(#52c3dd 23%, transparent 23%);
background-position: 0 0, 24px 24px;
background-size: 48px 48px;
background-repeat: repeat;
}
#main_info .container{
    padding-bottom: 0!important;
}

#main_info h2{
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
}

#main_info .read{
border-top: 3px solid #fff;
text-align: center;
width: clamp(300px, 80%, 560px);
    margin: -10px auto 0 auto;
    padding: 20px;
}
.linear{
background: linear-gradient(transparent 70%, #f5ffb1 0%);
margin: 0 2px;
}
#main_info .read ul{
display: flex;
justify-content: center;
margin-bottom: 20px;
}
#main_info .read ul li{
background: #fff;
border-radius: 5px;
padding: 2px 10px;
margin: 0 5px;
text-align: center;
}

#main_info .read ul li .img_p_logo{
    height: 46px;
    width: auto;
}

#main_info .read p{
    font-size: 1.2rem;
text-align: center;
    font-weight: bold;
}
#main_info .img_box{
text-align:center;
}
#main_info .img_box img{
 width: 80%;
    height: auto
}


/*IT導入補助金制度とは*/
#about .products{
    /*40px-20px*/
margin: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem) auto;
}

#about .products h4{
    width: clamp(300px, 80%, 766px);
    background: #34a9c6;
    color: #fff;
    font-size: 1.1rem;
    padding: 10px;
        /*20px-15px*/
    margin: 0 auto clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem) auto;
    border-radius: 5px;
}
#about .products p{
text-align:center;
}
#about .products img{
    /*40px-20px*/
margin: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem) auto;
    width: clamp(300px, 80%, 766px);
    height: auto;
}



/*IT導入補助金制度の流れ*/
#flow{
    background: #f6f6f6;
}
#flow .flow_img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#flow .flow_img p{ 
    border:  2px solid #34a9c6;
    border-radius: 3px;
    padding: 15px;
    color: #34a9c6;
    line-height: 120%;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    background: #fff;

}
#flow .flow_img p:not(:last-of-type){ 

}


#flow .flow_img span{ 
  font-size: 3rem;
    color: #c7c7c7;
    transform: scale(1, 2);
}


.gs01{
  border-top: 10px solid #3a96e9;
  border-image:linear-gradient(90deg, rgba(0,178,50,1) 0%, rgba(184,218,56,1) 100%);
  border-image-slice: 1;   
}
.gs02{
  border-top: 10px solid #3a96e9;
  border-image: linear-gradient(90deg, rgba(58,149,232,1) 0%, rgba(0,207,211,1) 100%);
  border-image-slice: 1;   
}
.gs03{
  border-top: 10px solid #ff4f68;
  border-image:linear-gradient(90deg, rgba(255,79,104,1) 0%, rgba(255,172,99,1) 100%);
  border-image-slice: 1;   
}
.gs04{
  border-top: 10px solid #f1b351;
  border-image: linear-gradient(90deg, rgba(249,181,83,1) 0%, rgba(255,215,87,1) 100%);
  border-image-slice: 1;   
}


/*footer*/

footer {
 width: 100%;
 text-align: center;
padding: 30px 0 20px 0;
border-top:2px solid #eee;
}

small {
font-size: 0.8rem;
}


/* TOPスクロール*/
#pageTop {
	position: fixed;
	bottom: 150px;
	right: 0;
	z-index: 999;
	font-size: 1.2rem;
    text-align: center;
    margin: 10px;
	padding:3px 0 0 0;
    line-height: 100%;
	border: solid #285fc6 2px;
	border-radius: 50%;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.85)
}
#pageTop i {
    color:#285fc6;
	margin: 0px auto;
}


#btn_box{
    padding: 20px 0;
}
#btn_box2{
    padding: 20px 0;
     background-color: #eeeeee;
}

#btn_box h3,#btn_box2 h3{
    	color: #1b1c1d;
}
#btn_box p{
    font-size: 1.2rem;
    text-align: center;
}

#btn_box2 ul{
    width: 100%;
    margin: 20px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}

#btn_box a{
    width: 40%!important;
    margin: 7px 10px;
    padding: 12px;
	color: #fff;
	border-radius:30px;
	text-align: center;
   background:linear-gradient(#34a9c6 100px,#befeff 150px);
    background-size:200px 150px;
    transition:0.5s;
     font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    text-decoration: none;
}

#btn_box a:hover,#btn_box2 ul li:hover{
background-position:0 80%;
}   

#btn_box a,#btn_box a:hover,#btn_box a:visited,#btn_box a:link{
     color: #fff;
     display: inline-block;
}

#btn_box2 ul li{
    width: 45%!important;
    margin: 7px 10px;
	color: #1b1c1d;
	border-radius:30px;
    border: 2px solid #1b1c1d;
	text-align: center;
	cursor: pointer;
    background:linear-gradient(#ffffff 100px,#befeff 150px);
    background-size:200px 150px;
    transition:0.5s;
     display: inline-block;
}
#btn_box2 a{
padding: 12px;
display: block;
}

#btn_box2 a,#btn_box2 a:hover,#btn_box2 a:visited,#btn_box2 a:link{
width: 100%;
color: #1b1c1d;
font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
text-decoration: none;
}




/* pc */
@media print, screen and (min-width: 960px) {

body {

}
    
.pc_no{
        display: none;
    }
  

.container{

}

    
}

/* mobile*/
@media only screen and (max-width: 959px) {

.mob_no{
        display: none;
    }
.mob_img{
        width: 100%;
    height: auto;
    }

body {
    font-size: 1rem;
}

    
.container {
	width: 98%;
	}

    
#flow .flow_img{
display: block;
}

#flow .flow_img p{ 
 width: clamp(300px, 80%, 600px);
    text-align: center;
}

#flow .flow_img p br{ 
display: none
}


#flow .flow_img span{ 
  transform:scale(2, 1) rotate(90deg);
    display: block!important;
}  
    
	
    }
