html{
scroll-behavior: smooth;
scroll-padding-top: 120px;
}
html, body {
	overflow-x: hidden;
    
font-feature-settings: "palt";
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
}

* { min-height: 0vw; min-height: 0; }

.b01{
    border: 1px red solid
}
.b02{
    border: 1px orange solid
}
.b03{
    border: 1px #000 solid
}
body {
color: #212531;
background-color: #fff;
/*320-1200　16px-18px*/
font-size:clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
line-height: 170%;
}

a, a:link, a:visited {
color: #1571DA;
}
a:hover {
opacity: 0.7;
transition: 0.3s;
}

a.btn {
display: block;
}

a{
  text-decoration: none;
}
main a{
  text-decoration:underline;
}

p{
    margin-top: 5px;
    line-height: 160%;
}

h5{
    color: #03499A;
    margin: 0;
    padding: 0;
}

#sec_page main .sub_h{
    display: block;
    color: #03499A;
    margin: 5px 0 0 0;
    font-size: 1rem;
}

.mt10{
    margin-top: 10px!important;
}
.mt30{
    margin-top: 30px;
}
.mt50{
    margin-top: 50px;
}
.mtn10{
    margin-top: -10px!important;
    padding: 10px !important;
}
.mb10{
    margin-bottom: 10px!important;
}

.bgc01{
    background-color: #B1EAF5;
}
.bgc02{
     background-color: #D7E3FE;
}

.center_img{
    margin: 10px auto;
}


.uni_img{
 background: #eef3f2;
margin: 10px 0 20px 0;
padding: 20px;
text-align: center;
border-radius: 8px;
display: block;
}
.uni_img img,.img_bd{
border:1px solid #E0E0E0;
    border-radius: 5px;
    background: #fff;
    padding: 5px;
}

.b_border{
    border: solid #318ade 2px;
}

.img_p_logo{
    height: 46px;
    width: auto;
}

.hr01{
 border-bottom:1px solid #E0E0E0;
margin: 10px auto;
}

.hr02{
 border-bottom:1px solid #E0E0E0;
margin: 20px auto;
}

.fle{
 display: flex;
margin-bottom: 0;
}
.fle li{
margin-right: 30px;
}

.box_line{
border: 1px solid #CFCFCF;
border-radius: 10px;
margin: 20px 10px;
padding: 20px;
}

.box_line_s{
border: 1px solid #DBE0E6;
border-radius: 10px;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
margin: 20px 10px;
padding: 20px;
}

.box_code{
    background: #f5f7fa;
    padding: 20px;
    margin: 0 10px 25px 10px;
    color: #57667a;
    border: solid 1px #eeeff4;
    letter-spacing: 0;
}

.linear{
background: linear-gradient(transparent 60%, #cdfd6e 0%);
margin: 0 2px;
/*background-blend-mode:overlay;*/
}
.linear2{
background: linear-gradient(transparent 60%, #FDABD9 0%);
margin: 0 2px;
}

.img_line{
border: 1px solid #DBE0E6;
}

.img_line_r img{
border: 1px solid #DBE0E6;
border-radius: 5px;
padding: 2px;
}

.img_w80_20{
    width: 80%;
    margin: 20px auto;
}

.box_fle{
    display: flex;
}

.txt_fle{
    display: flex;
}

.txt_fle li img{
   margin: 10px 20px;
    width: 90%;
}

.fle_img_s{
    width: 180px;
    height: auto;
    margin: 0 20px;
}


li {
list-style: none;
}
ul {
margin: 0;
padding: 0;
}

.fc_blue{
    color: #0161cd;
}

.fc_blue02{
    color: #1d4996;
}
.fw_bold{
font-weight: bold;
}

.bgc_gre{
    background: #AFF0F2;
    /*background: #CEFF9D;*/
    padding: 3px 8px;
    margin: 0 3px;
    display: inline-block;
}

.fs_s{
   font-size: 90%;
}
.fs_ss{
    font-size: 80%;
    line-height: 120%!important;
}
.ind {
	text-indent: -1em;
	margin-left: 1em;
}
p.ind {
    margin-top: 0 ;
    margin-bottom: 0 ;
    line-height: 150%;
}

.nowrap{
    white-space: nowrap!important
}


.fill { font-variation-settings: 'FILL' 1!important; }

.win_icon{
font-size: 7rem;
/*
    background: linear-gradient(-25deg, #4184cd 30%, #71c7f3 70%);
    -webkit-background-clip:  text;
    color:  transparent;
*/
    color:  #3e87e7;
}

.linux_icon{
    width: 115px;
    height: 115px;
    color:  #f79217;
    
}


.bullet:before {
  margin: 0 3px 0 0;
 font-family: Material Icons;
  content: '\e57b';
  font-weight: inherit;
    font-size: 0.75rem;
    color: #1966a7;
}

.note{
 font-size: 0.875rem;
}
.f_right{
    float: right;
}
.f_left{
    float: left;
}

.txt_center{
    text-align: center!important;
}
.txt_right {
    text-align: right!important;
}
.txt_left {
    text-align: left!important;
}

.link_box ul{
    display: flex;
    flex-wrap: wrap;
}

.link_box ul li{
    margin-right: 5px;
    margin-bottom: 4px;
}
.link_box ul a{
  text-decoration: none!important;
 font-size: 1rem;
line-height: 130%;
display: block;
color: #fff;
border: 1px solid #65a4d6;
background: #65a4d6;
/*border: 2px solid #93918C;
color: #787670;*/
border-radius: 20px;
padding: 5px 15px;
}

.link_box ul a:after {
  margin: 0 0 0 3px;
  font-family: Material Icons;
  content: '\e5db';
  font-weight: inherit;
  font-size: 0.75rem;
}
.link_box ul a:hover{

}


/*外部リンク*/
footer .f_01 a[href^="http"]:after,
main a[href^="http"]:after{
  margin: 0 0 0 3px;
  font-family: Material Icons;
  content: '\e89e';
}
footer .f_01 a[href^="https://groupsession.jp/"]:after,
main a[href^="https://groupsession.jp/"]:after,
main a[href^="https://demo.groupsession.jp"]:after,main a[href^="https://apps.apple.com/"]:after,main a[href^="https://play.google.com/"]:after,main a[href^="https://twitter.com/"]:after,main a[href^="http://www.mag2.com/"]:after{
  margin: inherit;
  font-family: inherit;
  content: '';
  font-weight: inherit;
}



/*ヘッダー、ナビ*/

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

header nav {
position: relative;
}

header nav .menu_01 {
display: flex;
align-items: center;
padding: 0;
margin-bottom: 3px;
/*border-bottom: 1px solid #DBE0E6;*/
}
header nav .menu_01 li:first-child{
margin-right: auto;
}

header nav .menu_01 li{
margin-right: 18px;
/*320-1200　12px-14px*/
font-size:clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}
header nav .menu_01 li a{
    display: block;
    line-height: 120%;
padding:10px 0;
}

header nav .menu_01 li.doc_btn{
    margin-right: 0!important;
        border: 1px solid #1571DA;
        color: #1571DA;
    background:linear-gradient(#fff 0%, #f5f5f5 100%);
}

header nav .menu_01 li.doc_btn a{
    display: inline-block;
    padding:16px;
     color: #BBDBFF;
    color: #1571DA;
}

header nav .menu_01 li.inq_btn{
        margin-right: 0;
}
header nav .menu_01 li.inq_btn a{
    padding:16px;
    color: #fff;
    border: 1px solid #1571DA;
}


header nav .menu_02{
display: flex;
justify-content: flex-end;
align-items: center;
font-weight: bold;
margin-top: 10px ;
}

header nav .menu_02 li{

}

header nav .menu_02 li a{
display: inline-block;
padding:0 10px 3px 10px;
color: #212531;
}
header nav .menu_02 li .sub_menu .sub_menu_innner a:hover{
color: #11507f;
}


.underline{
    position: relative;
  cursor: pointer;

}

.underline::after {
background:radial-gradient(circle at center, #0161cd 0%, #00abf9 100%);
/*background: #1571DA;*/
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
transform: scale(0, 1);
transform-origin: center top;
transition: transform 0.3s;
}

.underline:hover::after {
  transform: scale(1.3, 1);
}


.underline span{
    color: #0161cd;
}
header nav .menu_02 li .sub_menu .sub_menu_innner li a:not([class])::before{
content: '-';
margin-right: 5px;
color: #1571DA;
}
/*ヘッダー、ナビここまで*/



article {

}

section {

}


.wrapper{
width: 100%;
}
.container {
width: clamp(300px, 98%, 1200px);
/*border: 1px solid #000;*/
margin: 0 auto;
}

i{

}


/*マテリアルアイコンベース設定*/
.material-symbols-outlined {
display: inline-flex;
vertical-align: middle;
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24
}


footer{
/*background: linear-gradient(180deg, #063761 2%,#303134 100%);*/
background-color: #303134;
    color: #fff;
    text-align: center;
}

footer .f_sns{
background: #fff;
margin-bottom: 60px;
padding: 20px 0 10px 0;
}
footer .f_sns ul{
display: flex;
width: 100%;
}
footer .f_sns li{
padding-right: 3px;
}
footer .f_sns li:nth-child(1){
margin-right: auto;
width: 200px;
height: auto;
}
footer .f_sns ul{

}
footer .f_sns svg{
    width: 26px;
    height: 26px;
}

footer .f_sns .fa-square-facebook {
	color: #2c64f6;
}

footer .f_sns .fa-square-x-twitter{
	color: #101419;
}

footer .f_sns .fa-rss-square {
	color:#ffb53c;
}

footer .f_01{
    display: flex;
    text-align: left;
    margin-bottom: 30px;
}
footer .f_01 li{
   margin-right: 30px;
}
footer .f_01 div{
border-bottom: #fff 1px solid;
    font-size: 1rem;
font-weight: bold;
    margin-bottom: 10px;
    padding-right: 10px;
}
footer .f_01 a{
    display: block;
    font-size: 0.8125rem; 
    color: #fff;
}


footer small{
    display: block;
    padding: 20px 0 10px 0;
    text-align: center;
    font-size: 0.8125rem;
}
footer small a,footer small a:hover,footer small a:link,footer small a:visited{
    color: #888;
}

#top_cta{
    color: #fff;
    background: radial-gradient(at left top, #03499A 50%,#0071d7 100%);
    /*background: #03499A;*/
     padding: 40px 0;
    text-align: center;
    margin: 80px auto 40px auto;
}
#top_cta h2{
    text-align: center;
    margin: 0 0 30px 0!important;
    padding: 0!important;
font-weight: bold;
}


#top_cta li{
    color: #212531;
    background: #fff;
    width: 90%;
    border-radius: 10px;
    display: flex;
    padding: 22px;
    margin:0 auto;
    justify-content: space-around;
    align-items: center;
    background-position: right;
background-repeat: no-repeat;
}

#top_cta li:nth-child(1){
background-image: url( "../images/top_cta01.jpg");
}
#top_cta li:nth-child(2){
margin: 20px auto;
background-image: url( "../images/top_cta02.jpg");
}
#top_cta li:nth-child(3){
background-image: url( "../images/top_cta03.jpg");
}
#top_cta li p{
    margin: 0;
    padding: 0;
    width: 50%;
}

#top_cta li a{
     display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 300px;
height: 48px;
    font-size: 1.125rem;
    color: #03499A;
    background: #fff;
    border-radius: 5px;
    border: 1px #03499A solid;
font-weight: bold;
}

#top_cta li a:hover {
    background-color: transparent;
    color: #fff;
}

#top_cta li a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #03499A;
    content: '';
    transition: width .3s ease;
}

#top_cta li a:hover::before {
    width: 100%;
}

#top_cta li a:hover::after {
    border-color: #fff;
}

.side_trial_box{
    position: fixed;
    left: 0;
    bottom:20px;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.side_trial_box i{
color: #0594A2!important;
margin-top: 0;
margin-left: 250px;
display: inline-block;
background: #fff;
border-radius: 13px;
z-index: 10;
cursor: pointer;
}

.side_trial{
    width: 260px;
    height: 260px;
    background:url("../images/try.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px #0594A2 solid;
    display: block;
 cursor: pointer;
    margin-top: -10px;
}
.side_trial_box a:hover{
opacity: 1!important;
}

.side_trial p{
    background: #FFDE4E;
    color: #212531;
font-size: 1rem;
    text-align: center;
    display: block;
    margin-top: 206px;
    padding: 12px 0;
font-weight: bold;
}
.side_trial_box a:hover p{
    background: #FCFF7D;
    transition: 0.3s;
}

#side_btn .close_btn:hover,.side_trial_box i:hover {
color: #AEAEB0!important;
    transition: 0.3s;
}

#side_btn .close_btn,.side_trial_box .material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24
}

#side_btn {
    position: fixed;
    top: 200px;
	right: 0;
    width: 52px;
    border-radius: 8px;
}

#side_btn .close_btn {
color: #FF5656!important;
margin-left: -10px;
display: inline-block;
background: #fff;
border-radius: 13px;
z-index: 10;
cursor: pointer;
}

#side_btn ul{
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    margin-top: -8px;
}

#side_btn li{
font-size: 1rem;
text-align: center;
line-height: 120%;
 transition: 1s;
font-weight: bold;
}


#side_btn li i{
display: block;
}

#side_btn li .btn_l{
    font-size: 1.625rem;
}

#side_btn li:nth-child(1){
border-radius: 8px 0 0 0;
background: #fff;
border-top: 4px #FF5656 solid;
border-left: 4px #FF5656 solid;
border-right: 1px #FF5656 solid;
/*background: #FF5656;
border-top: 1px rgba(255,255,255,0.5) solid;
border-left: 1px rgba(255,255,255,0.5) solid;*/
background-size:200px 300px;
}
#side_btn li:nth-child(1) i{
    color: #FF5656;
}
#side_btn li:nth-child(1):hover{
background: #FF5656;
}

#side_btn li:nth-child(2){
border-radius: 0 ;
background: #fff;
border-left: 4px #1093EB solid;
border-top: 1px #eee solid;
border-bottom: 1px #eee solid;
border-right: 1px #1093EB solid;
/*background: #1093EB;
border-left: 1px rgba(255,255,255,0.5) solid;*/
background-size:200px 300px;
}
#side_btn li:nth-child(2) i{
    color:#1093EB;
}
#side_btn li:nth-child(2):hover{
background: #1093EB;
}

#side_btn li:nth-child(3){
border-radius: 0 0 0 8px;
background: #fff; 
border-left: 4px #72d04e solid;
border-bottom: 4px #72d04e solid;
border-right: 1px #72d04e solid;
/*background: #72d04e;
border-left: 1px rgba(255,255,255,0.5) solid;
border-bottom: 1px rgba(255,255,255,0.5) solid;*/
background-size:200px 300px;
}
#side_btn li:nth-child(3) i{
    color:#72d04e;
}
#side_btn li:nth-child(3):hover{
background: #72d04e;
}

#side_btn li a{
display: block;
 padding: 8px 2px;
color: #5E5F61;
}
#side_btn li:nth-child(1) a:hover,#side_btn li:nth-child(2) a:hover,#side_btn li:nth-child(3) a:hover{
filter: brightness(0) invert(1);
}

#pageTop{
  	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 15;
    /*mix-blend-mode:multiply;*/
}
#pageTop a{
    color: #6A747A;
    background: rgba(255,255,255,0.8);
    padding: 20px 8px;
    border-radius: 40px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
#pageTop a:hover{
    color: #14a2f2;
}

#pageTop .large-size{
    font-size: 2.8rem; 
}
#pageTop i{
    padding: 0;
    margin: 0;
}


#sec_page main h2{
position: relative;
overflow: hidden;
padding: clamp(1.375rem, 1.125rem + 1.25vw, 1.875rem);
/*background: #eef3f2;*/
background:#E2F0FF;
font-size: clamp(1.25rem, 1.063rem + 0.94vw, 1.625rem)
}

#sec_page main h2:before {
  position: absolute;
  top: -250%;
  right: 93%;
  width: clamp(12.5rem, 9.375rem + 15.63vw, 18.75rem);
  height: clamp(12.5rem, 9.375rem + 15.63vw, 18.75rem);
  content: '';
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  background: #E2F0FF;
    mix-blend-mode:multiply;
}
#sec_page main h2:after {
  position: absolute;
  top: 50%;
  right: -15%;
  width: clamp(12.5rem, 9.375rem + 15.63vw, 18.75rem);
  height: clamp(12.5rem, 9.375rem + 15.63vw, 18.75rem);
  content: '';
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
  background: #E2F0FF;
    mix-blend-mode:multiply;
}

#sec_page main h3{
    margin: 60px 0 20px 0;
    padding: 0;
    clear: both;
}

#sec_page main h3{
    border-bottom: 3px solid #eef3f2;
}

#sec_page main h3 span {
    display: inline-block;
    position: relative;
    padding: 0 .4em .2em;
}

#sec_page main h3 span::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #4aa0eb;
    content: '';
}

#sec_page main h4{
    color: #03499A;
    margin: 30px 0 5px 0;
    padding: 0;
    clear: both;
}
#sec_page main h6{
    color: #03499A;
    margin: 5px 0 15px 0;
    padding: 0;
    clear: both;
    font-size: 1rem;
}

#sec_page main .agreement_num{
    color: #03499A;
    margin: 0;
    padding: 0;
font-weight: bold;
}

#sec_page .page_title{
 background:linear-gradient(to left, #85c6ef 0%, #eef3f2 100%);
  /*background:linear-gradient(to left, #85c6ef 0%, #7899f0 100%);*/
  padding: clamp(0.625rem, 0.125rem + 2.5vw, 1.625rem);
font-weight: bold;
text-align: center;
font-size: 1.25rem;
}
#sec_page .page_title span{
display: block;
  padding-bottom:0;
    margin-top: -8px;
font-weight: normal;
font-size: 0.75rem;
    letter-spacing: 0.2rem;
    color: #ccc;
    mix-blend-mode:multiply;
}

#sec_page .bread{
font-size: 0.75rem;
background: #f6f3f2;
margin-bottom: clamp(1.875rem, 0.938rem + 4.69vw, 3.75rem);
}

#sec_page .bread .bread_ico{
font-size: 1.2rem;
}

#sec_page main a.button {
display:inline-block;
border-radius: 22px;
border: 2px solid #1571DA;
cursor:pointer;
text-align: center;
background-color: #fff;
color: #1571DA;
padding: 3px 8px 3px 3px ;
margin:10px;
text-decoration: none;
 font-size: 1rem;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

#sec_page main a.button::after {
transform: rotate(45deg);
width: 8px;
height: 8px;
border-top: 1px solid #1571DA;
border-right: 1px solid #1571DA;
content: '';
float: right;
margin: 10px 12px 10px 10px;
}
/*文字中央用*/
#sec_page main a.button::before {
width: 8px;
height: 8px;
content: '';
float: left;
margin-right: 12px;
}


#sec_page main a.button:hover{
    background: #EEFCFF;
    transition: 0.3s;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

/*通常テーブル*/
table {
margin: 20px 0;
}

td{
padding:10px 8px;
border: 1px solid #A9BCCC;
letter-spacing: 0.01rem;
text-align:center;
line-height: 140%;
}

th{
border: 1px solid #A9BCCC;
padding:10px 8px;
background: #0066B3;
/*background: #0081B3;*/
color: #fff;
font-size: 1rem;
line-height: 140%;
text-align:center;
font-weight: normal;
}

td:nth-of-type(1){
text-align:left;
}

tr:nth-child(odd) {
	background: #F9F9F9;
}


.table_td_left td{
text-align:left;
}

/*製品情報*/

.gs_products_list{
    margin-top: 20px;
    display: flex;
    justify-content: space-around ;
}
.gs_products_list li{
width: 33%;
}
.gs_products_top p{
font-size: 1.25rem;
font-weight: bold;
padding: 0;
margin: 0;
}
.gs_products_top span{
display: block;
font-size: 0.8125rem;
 line-height: 120%!important;
}

.type_bycloud.gs_products,.price_type_bycloud{
border-top: #099FBE 4px solid;
border-bottom: #099FBE 4px solid;
border-right: #099FBE 2px solid;
border-left: #099FBE 2px solid;
border-radius: 10px;
position: relative;
}
.type_bycloud.gs_products div:nth-child(even){
background: #E8F7FA;
}
.type_bycloud div:nth-child(2){
    background: #099FBE!important;
    padding-left: 20px;
}
.type_bycloud div:nth-child(3){
 font-size: 0.9375rem;
}

.ribbon-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 85px;
  overflow: hidden;
  }

.ribbon {
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  left: -24px;
  top: 20px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  background: #fd8e3d;
  color: #fff;
  letter-spacing: 0.05em;
  transform: rotate(45deg);
  box-shadow: 0 0 0 2px rgb(253, 142, 61);

  border-top: solid 1px rgba(255, 188, 89, 0.7);
  border-bottom: solid 1px rgba(255, 188, 89, 0.7);
}

.bycloud_tit{
    background: #3375b8;
    color: #fff;
font-weight: bold;
}

.list_txt{
width: 100%;
 font-size: 0.875rem;
text-align: left;
background: #F2F2F5;
border-radius: 10px;
padding: 10px;
line-height: 160%;
}

.list_btn_box{
    width: 100%;
    text-align: center;
 border-top:1px solid #E0E0E0;
padding: 10px 0 0 0;
}
.list_btn_box .button{
    width: 100%;
    max-width: 300px;
}

.type_zion.gs_products,.price_type_zion{ 
border-top: #2360b1 4px solid;
border-bottom: #2360b1 4px solid;
border-right: #2360b1 2px solid;
border-left: #2360b1 2px solid;
border-radius: 10px;
}
.type_zion.gs_products div:nth-child(even){
background: #E3EFFF;
}
.type_zion div:nth-child(2){
    background: #2360b1!important;
    padding-left: 20px;
}

.type_free.gs_products,.price_type_free{   
border-top: #34ad00 4px solid;
border-bottom: #34ad00 4px solid;
border-right: #34ad00 2px solid;
border-left: #34ad00 2px solid;
border-radius: 10px;
}
.type_free.gs_products div:nth-child(even){
background: #EBFFE3;
}
.type_free div:nth-child(2){
    background: #34ad00!important;
    padding-left: 20px;
}

.gs_products div:nth-child(2){
    text-align: left;
    color: #fff;
font-weight: bold;
}
.gs_products div:nth-child(3){
height: 170px;
}
.gs_products div:nth-child(11){
height: 120px;
}


.gs_products div{
text-align: center;
padding: 20px 10px;
 font-size: 0.9375rem;
}

.gs_products div:not([class]){
    color: #87989c;
    font-size: 1.25rem;
font-weight: bold;
}

.gs_products div:not([class]) h5{
font-size: 1rem;
}
.gs_products div:not([class]) span{
font-size: 0.8125rem;
display: block;
font-weight: normal;
color: #212531;
    line-height: 100%;
}


.products_info{
 text-align: center;
 border-radius: 8px;
 padding: 8px;
 border: 1px solid #DBE0E6;
 box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.products_info ul{
     display: flex;
}
.products_info ul li{
    padding-left: 20px;
}

.products_info ul li h4{
margin: 20px!important;
}

.products_check {
font-size: 3.125rem;
    padding: 0 20px;
     background: linear-gradient(-25deg, #6381af 30%, #75b5d1 70%);
    -webkit-background-clip:  text;
    color:  transparent;
}


.free_comp{
 display: flex;
 flex-wrap: wrap;
justify-content: space-between
}

.free_comp i{
    height: auto;
    font-size: 3.125rem;
    padding:10px;
    /* color: #0B92C8;*/
 background: linear-gradient(-25deg, #0B92C8 30%, #4fc0de 70%);
    -webkit-background-clip:  text;
    color:  transparent;
    border-right:1px #E0E0E0 solid;
}

.free_comp li{
 width: 47%;
margin: 10px;

}
.free_comp li div{
 display: flex;
align-items: center;
}

.free_comp li div h6{
font-size: 1.25rem!important;

padding-left: 20px!important;
margin: 0!important;
}
.free_comp li p{
padding: 18px;
font-size: 1rem;
line-height: 160%;
background: #F2F2F5;
border-radius: 0px 0px 10px 10px;
}

.icon_image{
    font-size: 3.125rem;
    padding:10px;
    /* color: #0B92C8;*/
 background: linear-gradient(-25deg, #0B92C8 30%, #4fc0de 70%);
    -webkit-background-clip:  text;
    color:  transparent;
}


.start_point_box li{
margin-bottom: 20px;
}
.start_point_box li .start_point_read{
width: 55%;
text-align: center;
background: #428fc3;
 color: #fff!important;
z-index: 10;
position: relative;
border-radius: 30px 0  30px 0;
padding: 20px 10px;
display: flex;
}

.start_point_box li .start_point_read div{
font-size: 1.3rem;
font-weight: bold;
}
.start_point_box li .start_point_read div span{
    display: block;
    font-weight: normal;
    margin-top: 10px
}

.start_point_box li .start_point_read i{
 color: #fff;
}


.start_point_box li .start_point_txt{
/*background: #eceff1;*/
background: #F2F2F5;
padding: 80px 30px 30px 40px;
margin: -70px 0 0 50px;
border-radius: 30px;
}

/*ポップアップ*/

#popup {
  display: none; 
}
.popup-open {
  cursor: pointer;
}

.popup-overlay {
  display: none;
}
#popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: rgba(51,51,51,0.8);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window {
  width: 90vw;
  max-width: 400px;
  padding: 0px;
  background-color: #ffffff;
  border-radius: 6px;
border: 3px #5ab7ff solid;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.popup-text {
  margin: 0;
    padding: 0!important;
}
.popup-text iframe{
    text-align: center;
  width: 362px;
height: 155px;
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: -28px;
  right: 0;
color:#fff;
}

.support_ver{
    text-align: center;
  font-size: 0.875rem;
    padding: 10px;
}

.support_ver .pop_tit{
    color: #03499A;
font-weight: bold;
      font-size: 1rem;
    margin: 0 0 12px 0;
}
.support_ver b{
    display: block;
        margin: 10px 0 0 0;
    line-height: 100%;
}

/*料金ページ*/

.p_info ul{

}
.p_info li{
width: 100%!important;
display: flex;
align-items: center;
margin: 20px 0;
}
.p_plan {
width: 45%;
min-width: 150px;
color: #0277bd;
border: 1px solid #0277bd;
border-radius: 8px;
font-size: 1rem;
padding: 5px;
white-space: nowrap;
line-height: 120%;
margin-right: 10px;
font-weight: bold;
    text-align: center!important;
}
.p_plan span{
font-size: 0.8125rem;
display: block;
}
.p_info .p_price{
font-size: clamp(1.875rem, 1.25rem + 3.13vw, 3.125rem);
font-weight: bold;
white-space: nowrap;
}
.p_info .p_price span{
font-size: 1.875rem;
}


/*料金表*/
.p_table {
margin-top: 20px;
}

.p_table caption{
font-size: 0.8125rem;
text-align: right;
}

.p_table td{
padding: 10px 20px;
border: 1px solid #A9BCCC;
letter-spacing: 0.0rem;
text-align:right;
line-height: 140%;
}

.p_table th{
border: 1px solid #A9BCCC;
padding: 6px 20px;
background: #0066B3;
color: #fff;
font-size: 1rem;
line-height: 140%;
}

.p_table tr td:nth-of-type(1),.table_bold{
text-align:center;
font-weight: bold;
color: #67737D;
line-height: 140%;
}
.p_table tr:nth-child(odd) {
background: #F9F9F9;
}


.tec_table td,.tec_table th{
	padding: 10px;
	word-break: break-all
}

.td02{
	background: #e4f4f5;
}


.tec_table th{
	background: #b9dcdc;
	color: #3c3939;
}


.attention{
    margin: 20px auto 40px auto;
 /*  background: #eef3f2;*/
background: #ECF1FF;
    padding: 30px;
    border-radius: 10px;
}

.attention p{
      line-height: 160%;
}

.warning{
    color: #E81717;
}

/*よくある質問*/

.faq_box{
	margin-bottom: 30px;
    background: #F5F8FF;
    border-radius: 20px;
    padding: 10px 30px 20px 30px;
}

.faq_q:first-letter,.faq_a:first-letter{
    font-size: clamp(1.25rem, 1rem + 1.25vw, 1.75rem);
font-weight: bold;
	margin-right: 10px;
}

.faq_q{
    font-size: clamp(1rem, 0.875rem + 0.63vw, 1.25rem);
	font-weight: 700;
    text-indent: -1.5em;
	margin-left: 1.2em;
    color: #4587ca;
    margin-bottom: 10px
}

.faq_q:first-letter{
	color: #4aa0eb;
}

.faq_a{
    font-size:clamp(1rem, 0.875rem + 0.63vw, 1.25rem);
    text-indent: -1.5em;
	margin-left: 1.2em;
}

.faq_a:first-letter{
    color: #F37C7C;
}


div.store_icon {
	border-radius: 8px;
	padding: 5px;
	margin: 0 8px 8px 0;
    border: 1px solid #DBE0E6;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}



.store_icon img {
	width: 120px!important;
	height: auto;
    display: block;
}

.list04,.list03{
 display: flex;
}

.list03 li{
 width: 33%;
 text-align: center;
}

.list04 li{
 width: 25%;
 border-radius: 8px;
 padding: 8px;
 margin: 0 8px 8px 0;
 border: 1px solid #DBE0E6;
 box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
 text-align: center;
}

.list04 li img{
 width: 100%!important;
 min-width: 200px;
}

.list04 li p{
color: #03499A;
font-size: 1rem;
border-bottom: 1px solid #DBE0E6;
}


/*機能ページ*/

.function_list{
 display: flex;
 flex-wrap: wrap;
}

.function_list li{
 width: 31%;
 text-align: center;
 border: 1px #C3D4E2 solid;
border-radius: 10px;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
margin: 20px 10px;
padding: 20px;
}

.function_list img{
    width: 80px;
    height: auto;
}

.function_other{
 display: flex;
 flex-wrap: wrap;
}

.function_other img{
    width: 90px;
    height: auto;
    padding: 10px;
}

.function_other li{
 width: 48%;
 display: flex;
align-items: center;
margin:20px 10px;
background: #f8f8f8;
}
.function_other li div{
background: #F3F2F1;
padding: 10px 12px;
font-size: 1rem;
line-height: 140%;
}

.function_other li div h6{
padding: 0!important;
margin: 10px 0 0 0!important;
}
.function_other li div p{
margin-bottom: 8px
}
.function_other li div .button,.f_button{
margin: 5px;
}
.function_other li div .button,.f_button{
font-size: 0.875rem!important;
padding: 3px 5px 0 5px!important;
}
.function_other li div .button::after,.f_button::after{
margin-top: 6px!important;
}

.function_list .move_info p{
    line-height: 100%;
    text-align: left;
    margin: 8px 0;
 font-size: 1rem;
	text-indent: -0.8em;
	margin-left: 1em;
}

.function_list .move_info p i{
  margin: 0 0 0 5px;
color: #7A7D87;
}


.function_list .move_info h5{
background: #2EBBD0;
border-radius: 3px;
margin-top: 16px;
color: #fff;
font-weight: bold;
}
.function_list .move_info h5:nth-of-type(2){
background: #4E78E0;
margin-top: 20px;
}


.function_mainbg{
/* background: #f2f2f6;*/
    background: #a3d8e7;
    padding: 40px 0;
}

.function_main{
display: flex;
align-items: flex-start;
}
.function_main .f_main_txt{
padding: 0;
margin: 0 20px;
}
.function_main .f_main_txt h3{
    font-size: 1.875rem;
    border-bottom: none!important;
    margin: 0 0 10px 0 !important;
font-weight: bold;
}
.function_main .f_main_txt h3 img{
width: 40px;
    height: auto;
    margin-right: 8px;
    background: #fff;
    padding: 3px;
    border-radius: 10px;
    border-bottom: #0098c4 2px solid;
}

.function_read{
font-weight: bold;
    font-size: 1rem;
    margin-bottom: 30px
}

.f_main_list li{
    background: #fff;
    font-size: 1rem;
font-weight: bold;
    border-radius: 5px;
    padding: 8px 0 8px 8px;
    margin-bottom: 15px;
    display: flex;
}
.f_main_list li i{
    font-size: 1.625rem;
    line-height: 100%;
    color: #0098c4;
margin-right: 5px;
}


.f_base{
    display: flex;
    align-items: stretch;

    flex-wrap: wrap;
    margin-top: 30px;
    }
    
.f_base li{
    width: 49%!important;
    display: flex;
align-items: flex-start;
    border: 1px #D9DFE5 solid;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    font-size: 0.875rem;
    }
.f_base li:nth-child(odd){
    margin-right: 10px
}

.f_base .f_base_tit{
    color: #fff;
    background: #568dbe;
    padding: 10px;
    font-size: 0.9375rem;
    margin-bottom: 10px;
}

.f_base li .f_base_img{
width: 250px!important;
border: #ccc 2px solid;
border-radius: 5px;
margin-left: 12px;
position: relative;
    }

.f_base li .f_base_img:hover + .icon_expansion{
display: block;
    } 

.other_contents{
width: 100%;
 display: flex;
 flex-wrap: wrap;
justify-content: space-between;
padding: 0;
}

.other_contents li{
 width: 32.5%;
 text-align: center;
padding: 20px 12px;
margin-bottom: 20px;
 border: 1px #C3D4E2 solid;
 box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
 border-radius: 8px;
}

.other_contents .other_tit{
 display: flex;
     align-items: center;
    margin-bottom: 10px;
}

.other_contents .other_tit div{
text-align: left;
padding-left: 10px!important;
}
.other_contents .other_tit div h6{
 font-size: 1.25rem!important; 
margin: 0!important;
}
.other_contents .other_tit div span{
    font-size: 0.75rem;
    line-height: 120%!important;
    display: inline-block;
}


.other_contents .other_tit img{
    width: 60px;
    height: auto;
}

.other_contents .other_point p{
text-align: left;
margin: 0;
font-weight: bold;
font-size: 0.9375rem!important;
}
.other_contents .other_point img{
width: 95%;
border: #ccc 2px solid;
border-radius: 5px;
margin: 15px auto 0 auto;
}

.other_contents .other_txt{
padding: 15px;
margin-top: 20px;
font-size: 0.875rem;
line-height: 160%;
background: #F2F2F5;
border-radius: 0px 0px 10px 10px;
text-align: left;
}





.flow_list{
    display: flex;
    align-items: center;
}
.flow_list div{
border: 2px #dae4ff solid;
 border-radius: 8px;
}
.flow_list i{
  margin: 0 0 0 3px;
  font-family: Material Icons;
  content: '\e5cc';
  font-weight: inherit;
    font-size: 2rem!important;
color: #bbcbff;
}

.flow_list div h6{
background: #dae4ff;
text-align: center;
padding: 10px 15px;
margin: 0!important;
}
.c_num{
display: inline-block;
height:22px;
width:22px;
border-radius:50%;
text-align:center;
background: #3367af;
line-height: 120%;
margin-right: 5px;
font-style: normal;
color: #fff;
font-weight: normal;
}
.c_num02{
display: inline-block;
height:28px;
width:28px;
border-radius:50%;
text-align:center;
background: #3367af;
line-height: 120%;
margin-right: 5px;
color: #fff;
font-weight: normal;
font-style: normal;
}
.flow_list div p{
margin: 10px;
padding: 0 8px;
}


.info_box{
 display: flex;
 flex-wrap: wrap;
}

.info_box li{
 width: 48%;
margin: 20px 10px;
background: #F3F2F1;
padding: 15px;
font-size: 1rem;
line-height: 140%;
}

.info_box li h6{

padding: 0!important;
margin: 0!important;
}
.info_box li p{
margin-bottom: 8px
}
.info_box li .button{
margin: 5px;
}
.info_box li .button{
font-size: 0.875rem!important;
padding: 5px 8px 3px 8px!important;
}

.info_box li .button::after{
margin-top: 7px!important;
}


.dl_table tr td:nth-of-type(1){
    text-align: left
}

.dl_table td .button::after {
display: none;
}

.dl_table td a::before {
  font-family: Material Icons;
  content: '\f090'!important;
  font-weight: inherit;
    font-size: 0.9rem;
}

.dl_table td .button{
font-size: 0.875rem!important;
padding: 4px 8px!important;
margin: 5px;
}


.dl_info{
display: flex;
align-items:center;
border: 1px solid #DBE0E6;
border-radius: 10px;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
margin: 20px 10px;
padding: 15px;
max-width: 500px;
}
.dl_info li{
text-align: center;
}
.dl_info img{
width: 80px;
height: auto;
margin-right: 20px;
}

.dl_info h5{
color: #4aa0ea;
font-size: 1rem;
border-bottom: 1px solid #1571DA;
border-image: linear-gradient(to right, #1571DA 0%, #2ae2ff 100%);
  border-image-slice: 1;
}

.dl_info h5::after{
  margin: 0 0 0 3px;
 font-family: Material Icons;
  content: '\f090';
    color: #1571DA;
    font-size: 1.2rem;
    line-height: 100%;
}

.video_box {
display: flex;
justify-content: space-between;
flex-flow: row wrap;
}
.video_box li {
text-align: center;
}


.video_box li video{
	border: #d7e2e4 1px solid;
	border-radius: 5px;
	margin-bottom: 20px;
    padding: 2px;
	width: 550px;
	height: auto;
}

.academic_box p{
    margin: 0 auto 0 1em!important;
	text-indent: -0.6em;
}

.case_list li{
border: #f8f8f8 20px solid;
border-radius: 10px;
    background:  #fff;
    padding: 10px;
    margin: 0 auto 20px auto;
    display: flex;
justify-content: space-between;
    align-items: center;
}

.case_list li h4{
font-size: 1.25rem!important;
margin-top: -30px!important;
}

.case_list li img{
width: 200px;
margin-right: 10px;
height: auto;
}

.case_list li div{
    padding:0 20px 0 0;
flex-basis:660px;
}

.case_list li div span{
display:  inline-block;
font-size:clamp(0.75rem, 0.656rem + 0.47vw, 0.938rem);
margin: 0 0px 3px 4px;
padding: 0px 10px;
border-radius: 18px;
}

.case_list li .button {
width:220px;
font-size: 0.9375rem!important;
padding:2px 0!important;
}


.case_list li .btn_wide{
width:320px;
padding:3px 0!important;
}

.case_main{
    display: flex;  
    }
.case_main li .case_overview{
width: 240px;
border: 1px solid #DBE0E6;
border-radius: 10px;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
padding: 15px;
margin-left: 20px;
font-size: 0.875rem;
    }

.case_main li .case_overview img{
width: 100%;
height: auto;
    } 
.case_main li .case_overview h5{
padding-bottom: 10px;
font-size: 1rem;
line-height: 120%;
    }  

.case_main li .case_overview a{
font-size: 0.75rem;
}

.case_main li .case_overview .fujio_brand {
    display: flex;
    flex-wrap: wrap;
    border: #e0e0e0 1px solid;
border-radius: 5px;
}
.case_main li .case_overview .fujio_brand li{
flex-basis: 33%;
font-size: 0.625rem;
line-height: 100%;
padding: 5px;
  display:flex;
  align-items: center;
  justify-content: center;
}
.case_main li .case_overview .fujio_brand li img{
margin-bottom: 8px;
}
.case_main li .case_overview .fujio_brand li a::after{
display: none;
}





.case_main li .case_box{
padding: 20px;
margin-bottom: 20px;
border-radius: 10px;
border: 1px #03499A solid;
/*color: #03499A;*/
    }
.case_main li .case_box ul{
    display: flex;  
    }

.case_main li .case_box h5{
font-size: clamp(1.25rem, 1.063rem + 0.94vw, 1.625rem);
margin:20px 0;
font-weight: normal;
    }

.case_main li .case_box img{
    margin-left: 20px;
}
.case_main li .case_box .case_img02{
    margin:15px auto;
    text-align: center;
    display: block;
}

.case_main li .case_box p{
padding-bottom: 20px;
 border-bottom: 1px solid #E0E0E0;
}

.case_main li .case_box span{
display: inline-block;
 border: 1px solid #03499A;
border-radius: 20px;
padding: 0 10px;
margin-bottom: 10px;
font-size: 0.875rem;
color: #03499A;
}



/* 960以上 */

@media  (min-width: 960px) {

.wrapper{

 
    }
    
header{
    width: 100%;
    z-index: 9999;
    background: #fff;
    /*background:linear-gradient( rgba(255,255,255,1) 95%, rgba(255,255,255,0) 100%);*/
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  left: 0;
  top: 0;
position: sticky;
padding: 0 0 5px 0!important;
}
    
  /* メニュー系 */


header nav .menu_01 li.doc_btn:hover{
    background: #EEFCFF;
}
header nav .menu_01 li.inq_btn a{
    background:linear-gradient(#1571DA 0%, #1e4cbf 100%);
}

.menu_02 .menu_02_freebtn{
background:linear-gradient(#FAE74F 0%, rgba(255,172,99,1) 100%);
color: #212531;
padding:3px 15px;
margin: -10px 0 0 10px;
border-radius: 20px;
font-size: 1rem;
}
    
/*メガメニュー*/
.megaMenu__link.is-active + .megaMenu__content {
  opacity: 1;
  visibility: visible;
}
    

.megaMenu__content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
    
.ico_reverse{
        transform: scale(1, -1);
    }
    
/*メガメニュー表示系*/
header nav .menu_02 li .sub_menu{
width: 100vw;
margin: 3px calc(50% - 50vw) 0 calc(50% - 50vw);
position: absolute;
top: 100%;
left: 0;
padding: 40px;
background:linear-gradient(#1571DA 0%, #1e4cbf 100%);
z-index: 10;
  opacity: 0;
  visibility: hidden;
}

header nav .menu_02 li .sub_menu .sub_menu_innner{
width: clamp(300px, 100%, 1200px);
margin: 0 auto;
background: #fff;
padding: 20px;
border-radius: 10px;
display: flex;
justify-content: space-around;
/*320-1200　12px-16px*/
font-size:clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
letter-spacing: 0;
}

header nav .menu_02 li .sub_menu .sub_menu_innner a{
display: block;
padding: 3px 0!important;    
}

header nav .menu_02 li .sub_menu .sub_menu_innner li:nth-child(1){
align-self: center;
}

header nav .menu_02 li .sub_menu_tit {
/*320-1200　18px-20px*/
font-size:clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
}

header nav .menu_02 li .sub_menu_tit a{
font-weight: bold;
color: #1571DA!important;
white-space: nowrap;
}

header nav .menu_02 li .sub_menu_tit i{
transform: rotate(-90deg);
/*320-1200　16px-18px*/
font-size:clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}

header nav .menu_02 li .sub_menu_tit span{
display: block;
margin: -10px 0 0 20px;
color: #BCBCBC;
/*320-1200　12px-14px*/
font-size:clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
font-weight: normal!important;
}

header nav .menu_02 li .sub_menu .sub_menu_innner li a:not([class]){
font-weight: normal!important;
}

/*ホバーでvisibleメニュー表示
.menu:hover .sub_menu { 
visibility: visible;
 transition: 0.3s;
}
*/  
.nav_logo,#overlay-input{display: none}

#overlay,.sub_menu{display: block!important;
}

  /* メニュー系ここまで */  
    

    
}


/* 960未満 */
@media (max-width: 959px) {
    
html {
font-size: 90%;
}

.wrapper{
width: 100%;

    }
.txt_fle{
    flex-wrap:wrap;
}
.txt_fle li{
    width: 100%!important;
}

.txt_fle li img{
width: 60%;
  margin:20px auto;
  display: block;
}
.mob_img{
width: 100%;
height: auto;
	}
    
.fle{
    flex-wrap:wrap;
}
.fle li{
margin-right: 0;
    width: 100%!important;
}
    
table,table.p_table{
    display: block;
    overflow-x: scroll;
    }
    
.p_table .table_bold{
    text-align: left;
    }
    
td,th,.p_table td,.p_table th{
font-size: clamp(0.75rem, 0.656rem + 0.47vw, 0.938rem);
}
td,.p_table td{
padding:clamp(0.375rem, 0.25rem + 0.63vw, 0.625rem) clamp(0.3rem, 0.1rem + 0.7vw, 0.6rem);
}



.dl_table td .button{
min-width: 130px!important;
}
th{
white-space: nowrap;
font-weight: bold;
    }

  /*  
 @keyframes bugfix{
  from {
    padding: 0
  }
  to {
    padding: 0
  }
    }
*/
    
/*ヘッダーメニュー*/
.nav_logo{
background: #fff;
padding: 5px;
    }

header nav .menu_01 .h_logo{
display: none;
    }
    
header nav .menu_01 {
 flex-wrap: wrap;
justify-content: space-around;
border-bottom: 1px #fff solid;
}

header nav .menu_01 li {
align-items:center;
text-align: center;
font-size: 1rem!important;
}

header nav .menu_01 a{
white-space: nowrap;
display: block;
padding:8px 20px 5px 20px!important;
margin-top: 3px;
background: #1571DA;
border-radius: 3px;
line-height: 100%;
color: #fff !important;
    }

header nav .menu_01 a:after {
  margin: 0 0 0 3px;
  font-family: Material Icons;
  content: '\e5cc';
  font-weight: inherit;
  font-size: 0.75rem;
}
header nav .menu_01 a:before {
  margin: 0 0 0 5px;
  content: '';
}
    
.doc_btn,.inq_btn{
 background-color: transparent!important;
    } 
    
header nav .menu_01 li.doc_btn{
     background-color: transparent;
     border: 1px solid transparent;
    padding:0 10px 0 10px;
    line-height: 100%;
}

header nav .menu_01 li.inq_btn{
    background: #1571DA;
    border: 1px solid transparent;
    padding:0 10px 0 10px;
        line-height: 100%;
}

/*サブメニュー*/

.menu_02 .sub_menu{
        display: none;
}
    
header nav .menu_02{
display: block;
justify-content: flex-start;
font-weight: bold;
margin-top: 10px ;
}
   
 header nav .menu_02 li{
border-bottom: solid 1px #C5C5C5;
padding: 8px 5px 5px 5px;
}

 header nav .menu_02 li:nth-child(1){
border-top: solid 1px #C5C5C5;
border-bottom: solid 1px #C5C5C5;
}
    
    
 header nav .menu_02 .menu a{
    display: block;
}
.sub_menu_tit{
        display: none;
    }
.sub_menu li{
     border: none!important;
    }
    
.sub_menu li a{
     font-weight: normal
    }
    
.click_menu span{
transform:rotate(180deg);
    }
.underline::after{
    display: none;
}

    
/*ヘッダーメニューここまで*/
    
/*ハンバーガーメニュー*/

#overlay-button {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 18px 8px;
  z-index: 5;
  cursor: pointer;
  user-select: none;
  /*background: rgba(1,79,199,1);*/
  border-radius: 5px;
}
#overlay-button span {
  height: 2px;
  width: 24px;
  border-radius: 1px;
  background-color: rgba(1,79,199,1);
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}
#overlay-button span:before {
  top: -8px;
  visibility: visible;
}
#overlay-button span:after {
  top: 8px;
}
#overlay-button span:before, #overlay-button span:after {
  height: 2px;
  width: 24px;
  border-radius: 2px;
  background-color: rgba(1,79,199,1);
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: rgba(1,79,199,1);
}

input[type=checkbox] {
  display: none; 
  
}
    
/*
input[type=checkbox]:checked ~ #overlay {
  visibility: visible; 
}
*/
  
input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
    
    
input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(6px, 6px);

}
input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(5.5px, -5.5px);
}

#overlay {
  display: none;
width: 100%!important;
  background: #fff;
margin-left: -6px;
}
#overlay.active {

}

/*ハンバーガーメニューここまで*/
    
#top_cta li{
    flex-wrap: wrap;
    font-size: 0.875rem;
    background-size: cover;
    }
    
#top_cta li p{
    width: 90%;
}
    
.list04,.list03,.flow_list{
 flex-wrap: wrap;
    }

.list03 li,.function_list li,.info_box li,.other_contents li{
 width: 100%!important;
margin-bottom: 10px;
text-align: center;
}

.info_box li{
 width: 100%!important;
margin-bottom: 10px;
text-align: left;
}
 .list04 li{
 width: 48%!important;
margin-bottom: 10px;
}

 .list04 li img{
 width: 100%!important;
}

.mob_img,.uni_img img{
width: 100%;
height: auto;
	}

.function_other,.info_box,.free_comp,.function_main{
 flex-wrap: wrap;
justify-content: space-around;
}
    
.function_main{
 flex-wrap: wrap;
flex-direction: column-reverse;
justify-content: center;
}
.function_main h3 img{
margin-top:-10px
    }
.function_main .f_main_txt{
width: 95%;
    }

.function_main img{
width: 95%;
margin: 20px auto 0 auto;
}
    
.free_comp li{
width: 100%;
    }

.function_other li{
display: block;
 width: 47%;
text-align: center;
margin: 3px
}

.function_other li div p{
text-align: left;
}
    
    
.f_base{
    display: block;
    }
.f_base li{
     flex-wrap: wrap;
width: 100%!important;
    font-size: 1rem;
justify-content: space-around;
    }

.case_list{
    padding: 10px;
}

.case_list li{
 flex-wrap: wrap;
justify-content: space-around;
}  
.case_list li img{
margin-top: -20px;
}
.case_list li h4{
font-size: 1.25rem!important;
margin-top: 0px!important;
font-weight: bold;
}

.case_main{
 flex-wrap: wrap;
flex-direction:column-reverse;
    }
    
.case_main li .case_box ul{
  flex-wrap: wrap;
    }
    
.case_overview{
width: 100% !important;
margin: 0 0 30px 0px!important;
    }
    
    
.case_main li .case_overview img{
width: 45%;
height: auto;
    } 

.case_overview img:first-child{
width: clamp(240px, 70%, 300px)!important;
height: auto;
    }

.case_main li .case_overview .fujio_brand li img{
width:100%!important;
    height: auto;
} 

    
.flow_list div{
margin-bottom: 10px;
}  

.flow_list div p{
text-align: left;
}  
    
.video_box {
justify-content: space-around;
}
    
.video_box li video{
width:90%;
max-width: 500px;
padding: 0;
	}

    
.gs_products_list{
 display: block;
    }
.gs_products_list li{
width: 80%;
margin: 10px auto;
}
.gs_products_list li:nth-child(1){
padding-right:0;
}
.gs_products_list li:nth-child(3){
padding-left:0;
}
    
.start_point_box li .start_point_read{
width: 100%;
display: block;
z-index: 0;
border-radius: 10px 10px 0 0 ;
font-size:clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
padding: 10px;
}

.start_point_box li .start_point_txt{
padding:10px 10px 20px 10px;
margin: 0;
border-radius: 0 0 10px 10px;
}

#side_btn{
	top: 100px;
}

#side_btn .close_btn {
    padding: 3px;
}

.side_trial_box{
    height: 60px;
    position: fixed;
    bottom:0;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    width: 100%;
}
.side_trial_box i{
margin-top: 0;
margin-left: 250px;
padding: 3px;
}

.side_trial{
    width: 260px;
    padding: 0;
    background:none;
    border: none;
}

.side_trial p{
 margin-top: -14px;
border-radius: 0 10px 0 0;
border-top: 2px #0594A2 solid;
border-right: 2px #0594A2 solid;
border-bottom:2px #0594A2 solid;
}
.side_trial_box a:hover p{
    background: #FCFF7D;
    transition: 0.3s;
}

    
}

/* フォントサイズ目安*/
.font-size-dummy {
    font-size: 0.625rem;   /* 10px */ 
    font-size: 0.75rem;   /* 12px */
    font-size: 0.8125rem; /* 13px */
    font-size: 0.875rem;  /* 14px */
    font-size: 0.9375rem;     /* 15px */
    font-size: 1rem;     /* 16px */
    font-size: 1.125rem;     /* 18px */
    font-size: 1.25rem;  /* 20px */
    font-size: 1.5rem;  /* 24px */
    font-size: 1.625rem;  /* 26px */
    font-size: 1.75rem;  /* 28px */
    font-size: 1.875rem;  /* 30px */
    font-size: 3.125rem;  /* 50px */
    /*  font-size: clamp設定の目安960px　1.66vw = 1rem = 約16px   320-1200*/
    }