@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

.site-header__container,.mobile-fixed-menu__container{
  display:none;
}

@media all and (-ms-high-contrast: none){
    .site-menu__container{
        display:none;
    }
}

/*-------------------------------------------
all
-------------------------------------------*/

html {
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  line-height: 2;
  letter-spacing: 1.5px;
}

.text__text{
  line-height: 2;
}

.site-body__container {
  background-image: url(https://www.cybozu.com/jp/assets/img/common/bg_dot.png) !important;
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
}

.theme-container{
  margin: 0 calc(50% - 50vw);
   width: 100vw;
}

/*-------------------------------------------
navi
-------------------------------------------*/

.header__container{
  height:80px;
}

.header__logo img{
  height: 4rem;
  margin-left:0px;
}

.header__container ._flex{
  display:none;
}

.site-menu__fixed{
  background:#ffffff;
  border-bottom: solid 1px #f3f6f8;
}

.site-menu__fixed{
  background: linear-gradient(90deg, #1b81dd 0, #0a9bde);
  color:#fff;
  border-bottom: solid 1px #f3f6f8;
}

.site-menu__fixed .site-menu__item {
  color:#fff;
  font-weight: 700;
}

.site-menu__fixed .site-menu__item :hover{
  color: rgba(224, 224, 224, var(--bg-opacity));
}

/*-------------------------------------------
heading
-------------------------------------------*/

.header h1{
  background-color: #036eb8;
  box-decoration-break: clone;  
  -webkit-box-decoration-break: clone;
  display: inline;
  line-height: 1.6;
  font-weight: 700;
}

h2 {
  text-align: center;
  font-weight: 700;
  line-height: 1.42857;
  padding-bottom:20px;
}

h2:after {
  content: "";
  display: block;
  margin: 15px auto 0;
  border-radius: 2.5px;
  width: 100px;
  height: 5px;
  background: linear-gradient(90deg, #07c5ba 0, #0abdcd 30%, #1592d6 70%, #1b81dd);
}

h4{
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #0a9bde;
}

.ac-menu h4{
  margin-top:20px;
}

h5{
  margin-top:20px;
}

.header h5{
  margin-top:20px;
  margin-bottom:0px;
  font-weight: 400;
}

.price h5,.ac-menu h5 {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.price h5:before,.ac-menu h5:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #0a9bde
  }

/*-------------------------------------------
strong
-------------------------------------------*/

.strong{
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 5px; 
  text-decoration-thickness: 2px; 
}

/*-------------------------------------------
attention
-------------------------------------------*/

.c-attention {
  display: flex;
  overflow: hidden;
  border: 3px solid #e8f0f2;
  border-radius: 12px;
  width:100%;
}

.c-attention__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  background-color: #0a9bde;
}

.c-attention__txt {
  flex: 1;
  padding: 18px 30px 20px;
  background-color: #fff;
  margin-top:0px!important;
}

/*-------------------------------------------
※caution
-------------------------------------------*/

.caution {
  padding-left: 1em;
  font-size:0.9em;
}
.caution:before{
  content: "※";
  margin-left: -1em;
}

/*-------------------------------------------
button
-------------------------------------------*/

.theme-btn-preset3 {
    color: #fff!important;
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.theme-btn-preset3:hover {
    color: #0a9bde!important;
    background: none;
    background-color: #fff!important;
  }

/*-------------------------------------------
table
-------------------------------------------*/

table{
  position: relative;
  z-index: 2;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

table th{
  position: relative;
  padding: 15px 17px;
  background-color: #0a9bde;
  line-height: 1.3;
  color:#fff;
}

table td{
  padding: 15px 17px;
  vertical-align: middle;
  background-color: #fff;
}

/*-------------------------------------------
header-section
-------------------------------------------*/

.header {
  color:#ffffff;
  background: url(https://www.cybozu.com/jp/assets/img/top/mv/bg_lg.jpg) no-repeat 50%;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.header img{
  min-width:200px;
  max-width:30%;
 } 

/*-------------------------------------------
index-section
-------------------------------------------*/

.index ul {
  list-style: none;
}

.index  a {
  color: #0a9bde;
  font-size:0.9em;
}

.index a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 1em;
  height: 1em;
  margin-right: 0.6em;
  margin-left: -1.6em;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #0a9bde;
  background-image: url(https://cybozu.co.jp/assets/img/anchorLink.svg);
}

/*-------------------------------------------
section
-------------------------------------------*/

#section-53,#section-105,#section-48,#section-19,#section-90,#section-92{
  padding-top:    30px;
  margin-top:-30x;
}

/*-------------------------------------------
link
-------------------------------------------*/

.price  a,.ac-menu a{
  color: #0a9bde;
}

/*-------------------------------------------
accordion-section
-------------------------------------------*/

.ac-menu ul {
  list-style: none;
}

.ac-menu li {
  border-top: solid 1px #343434;
  margin-top: 0em;
}
.ac-menu li:last-child {
  border-bottom: solid 1px #343434;
}
.ac-menu .label {
  cursor:pointer;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 40px 30px;
  position: relative;
  transition: .5s;
}
.ac-menu .label:hover {
  color:#fff;
  background-color: #0a9bde;
}

.ac-menu .label::before,
.ac-menu .label::after {
  content: '';
  width: 20px;
  height: 1px;
  background: #343434;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.ac-menu .label::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

.ac-menu .label.open {
  color:#fff;
  background-color: #0a9bde;
}
.ac-menu .label.open::before {
  opacity: 0;
}
.ac-menu .label.open::after {
  transform: rotate(180deg);
}

.ac-menu .detail {
  border-top: solid 1px #ccc;
  padding: 35px 30px;
  display: none;
  background:rgba(245,245,245,0.5);
  line-height:2;
}

.ac-menu .detail dl {
  display: flex;
  flex-wrap: wrap;
}
.ac-menu .detail dt {
  width: 20%;
  font-weight: bold;
  margin-bottom: 40px;
}
.ac-menu .detail dd {
  width: 80%;
  margin-bottom: 40px;
}

.ac-menu ul{
  padding-left: 0em;
}

.ac-menu table{
  margin:10px 0px;
}

.ac-menu-max{
  width:100%;
}

/*-------------------------------------------
tab
-------------------------------------------*/

.tabmenu {
    display: flex;
    justify-content: center;
    padding-left: 0em!important;
}

.tabcon {
    padding-left: 0em!important;
}

.tablist,.tablist2{
    display: inline-block;
    border: none;
    padding: 20px 40px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-weight:700;
    font-size:1.1em;
    border-radius:10px 10px 0px 0px ;
    margin:0px 10px;
    max-width:400px;
}

.tablist:not(:last-child) ,.tablist2:not(:last-child){
    margin-right: 1px;
}

.tabcontents,.tabcontents2 {
    display: none;
    border: none;
    line-height:2!important;
    background:rgba(245,245,245,0.5);
    padding:50px;
    margin-top:0px!important;
    border: solid 3px #e8f0f2;
    border-radius:10px;
}

.tablist.active,
.tabcontents.active,
.tablist2.active,
.tabcontents2.active{
    display: block;
}

.tablist.active,.tablist2.active{
    background: #0a9bde;
    color:#fff;
}

.tablist:hover,.tablist2:hover  {
  color:#fff;
  background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}

.tablist,.tablist2{
    background: #dcdcdc;
    color:#000;
}

.tabcontents  table,.tabcontents2  table{
    margin:10px 0px;
}

.tabcontents2 .ac-menu .detail{
  background-color:#fff!important;
}

/*-------------------------------------------
footer-section
-------------------------------------------*/

.footer img{
  max-width:100px;
  margin:auto;
}

.footer p{
  color:#fff!important;
}

/*-------------------------------------------
history-section
-------------------------------------------*/

.wall__list-col-info{
  display:none;
}

.history .wall__container h3{
  display:none;
}

.wall__all-items{
  display:none;
}

/*-------------------------------------------
modal
-------------------------------------------*/

.modal__container h4{
  font-size:1.2em;
}

.modal__footer{
  display:none;
}


/*-------------------------------------------
max-width: 767px
-------------------------------------------*/

@media screen and (max-width: 767px) {
.index .table__column{
  margin-bottom:0px;
  }
}

/*-------------------------------------------
max-width: 559px
-------------------------------------------*/
@media screen and (max-width: 600px) {
  
h2{
    font-size:1.8em!important;
  }

h4{
    font-size:1.2em!important;
  }

h5{
  font-size:1em!important;
  }

.ac-menu .label {
    padding: 40px 50px 40px 10px;
  }
.ac-menu .detail dl {
    flex-direction: column;
  }
.ac-menu .detail dt {
    width: 100%;
    margin-bottom: 10px;
  }

.ac-menu .detail {
  padding: 35px 20px;
}

.tablist ,.tablist2{
  padding: 10px 10px;
}

.tabcontents,.tabcontents2 {
    background:none;
    padding:30px 10px;
    border: none;
    border-radius:0px;
    border-top:1px solid #000;
}

.tabcontents2 .ac-menu .detail{
    background:rgba(245,245,245,0.5)!important;
}
}