@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;
/*320-1200　16px-18px*/
line-height: 170%;
background-size: auto auto;
background-color: rgba(225, 233, 246, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 16px, rgba(228, 236, 249, 1) 16px, rgba(228, 236, 249, 1) 32px );
/*background: #e1e9f6;*/
}

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: #fff;
    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: #1985d1;
	font-size:clamp(1.3rem, 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%, 960px);
padding: clamp(1.25rem, 0.568rem + 3.41vw, 3.125rem);
 margin: 0 auto;
 text-align: center;
}

#bycloud_gb .container,#cospa .container,#it_hojo .container{
background: #fff;
border: #cad9f2 5px solid;
border-radius: 20px;
margin-top:40px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.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;
}
.linear{
background: linear-gradient(transparent 60%, #FFB3D5 0%);
margin: 0 2px;
}


/*メイン*/

.wrapper#main_info {
background-color: #1985d1;
background-image:url("../image/main_bg.png"),url("../image/main_bg02.jpg");
background-repeat: no-repeat,repeat-x;
}
#main_info .container{
width: clamp(300px, 100%, 960px);
padding: 0!important;
 text-align: right!important;
}

#main_info .read{
width: clamp(200px, 50%, 400px);
    padding: 10px 20px 10px 10px;
    float: right;
    text-align: left;
}

#main_info .read h2{
text-align: center;
width: clamp(100px, 70%, 300px);
margin-left: 20px;
}
#main_info .read h3{
color: #51a5c2;
font-size:22px;
}
#main_info .read p{
font-size: clamp(1.25rem, 0.781rem + 2.34vw, 2.188rem);
color: #51a5c2;
color: #fff;
    line-height: 150%;
  font-weight: 700;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
#main_info .read p span{
color: #fbff82;
}



/*データ容量が5GBにアップします*/
#bycloud_gb .merit{
    /*40px-20px*/
margin:20px auto;
}

#bycloud_gb .merit{
  display:flex;
    justify-content: space-around;
}

#bycloud_gb .merit li{
    width: 45%;
  border: solid 1px #0771bc;
    margin: 5px;
}
#bycloud_gb .merit li h4{
    background: #1a7fc0;
    color: #fff;
    padding: 5px;
}
#bycloud_gb .merit .merit_txt{
    font-size: 1rem;
    background: #f4659b;
    color: #fff;
    padding: 3px;
    border-radius: 30px;
    margin: 10px 20px 20px 20px;
}

#bycloud_gb .merit img{
    width: 80%;
    padding: 20px 20px 0 20px;
    margin-top:0;
}

#bycloud_gb .merit p{
font-weight: bold;
    font-size: 1.5rem;
    color: #0C649D;
    margin-top: 10px;
text-align: center;
}


#bycloud_gb .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;
}
#bycloud_gb .products p{
text-align:center;
}
#bycloud_gb .products img{
    /*40px-20px*/
margin: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem) auto;
    width: clamp(300px, 80%, 766px);
    height: auto;
}

/*コストパフォーマンス*/
#cospa table{
margin: 20px auto;
  border-collapse: collapse;
}

#cospa table th{
    background: #0771bc;
    color: #fff;
    padding: 20px;
      border-bottom: solid 3px #CED9DF;
      border-right: solid 1px #CED9DF;
}

#cospa table th:last-child,#cospa table td:last-child{
      border-right: none;
}
#cospa table td {
      border-bottom: solid 1px #CED9DF;
      border-right: solid 1px #CED9DF;
    padding: 20px;
}

#cospa table .th_bycloud{
    background: #f9a825;
    color: #212531;
}
#cospa table .td_bycloud{
    background: #fffbd3;
font-weight: bold;
}
#cospa table .th_line{
      border-bottom: solid 3px #CED9DF;
}

/*対象製品です*/

#it_hojo .products h4{
    width: clamp(300px, 80%, 766px);
    background: #34a9c6;
    color: #fff;
    font-size: 1.1rem;
    padding: 10px;
        /*20px-15px*/
    margin:20px auto clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem) auto;
    border-radius: 5px;
}

#it_hojo .products img{
    /*40px-20px*/
margin: 10px auto 30px auto;
    width: clamp(300px, 80%, 766px);
    height: auto;
}

#it_hojo .btn{
    width: clamp(300px, 80%, 766px);
    background: #1a7fc0;
    color: #fff;
    font-size: 1rem;
    padding: 10px 20px;
        /*20px-15px*/
    margin:20px auto clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem) auto;
    border-radius: 30px;
text-decoration: none;
}



/*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_box2{
    margin-top: 60px;
    padding: 20px 0;
    background: #fff;
}

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

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

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

#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;
}

#btn_box2 a{
padding: 12px;
display: block;
}

#btn_box2 a,#btn_box2 a:hover,#btn_box2 a:visited,#btn_box2 a:link{
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;
    }
.wrapper#main_info {
background-size:contain,cover;
background-position: top center, bottom left;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
#main_info .container{
padding-bottom: 0!important;
height: 400px;
}


#cospa table td br{
display: none;
}
    
}

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

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

body {
    font-size: 1rem;
}

    
.container {
	width: 95%;
	}
    
.wrapper#main_info {
background-color: #1985d1;
background-image:url("../image/main_bg.png");
background-repeat: no-repeat;
background-size:cover;
background-position:70% 0px;
}
#main_info .container{
padding-bottom: 0!important;
height: 300px;
}
#main_info .read {
padding-right: 0;
}
#main_info .read h3{
font-size:1rem;
margin-top: -10px;
    letter-spacing: -0.5px;
line-height: 120%;
}
    
#main_info .read p{
   margin-top: -10px;     
    }

  #cospa table td,  #cospa table th {
    padding: 10px;
}
    
#bycloud_gb .merit{
        display: block;
    text-align: center;
    }
#bycloud_gb .merit li{
       width: 80%;
    margin: 0 auto 10px auto;
    
    }
    
	
    }
