/* html {
  scroll-behavior: smooth;
} */

/********************************************
common 20220207
********************************************/
.wrap960 {
	margin: 0 auto;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}
@media screen and (min-width: 992px){
.wrap960 {
  width: 960px;
  padding: 80px 0;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap960 {
  width: 90%;
  padding: 70px 0;
}
}
@media screen and (max-width: 767px){
.wrap960 {
  width: 100%;
  padding: 4rem 2rem 4.5rem;
}
}


/*** br ***/
@media screen and (min-width: 992px){
.br-sp {
  display: none;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
}
@media screen and (max-width: 767px){
}
/*** END br ***/


/*** bg-color ***/
.bg-blue {
    background: #DFEEF2;
}
/*** END bg-color ***/









p.danger {
    color: #E10000;
}


/*==================================
back-to-top
==================================*/
.back-to-top i {
  color: var(--color-ffffff);
}
.back-to-top {
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 1000;
  border-radius: 50%;
  background: var(--color-0074AA) 0% 0% no-repeat padding-box;
  color: var(--color-ffffff);
}
.back-to-top:hover{
  background: var(--color-0074AA) 0% 0% no-repeat padding-box;
  color: var(--color-ffffff);
}

/*==================================
Base CSS
==================================*/
a.btn{
  background: transparent -webkit-gradient(linear, left top, right top, from(var(--color-00ACBA)), to(var(--color-0074AA))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, var(--color-00ACBA) 0%, var(--color-0074AA) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, var(--color-00ACBA) 0%, var(--color-0074AA) 100%) 0% 0% no-repeat padding-box;
  border-radius: 50px;
  color: var(--color-ffffff);
}
a.btn:hover{
  color: var(--color-0074AA);
}
a.btn.btn_2 {
  background: transparent;
  /*border: 1px solid var(--color-0074AA);*//*20210826*/
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  font-size: 14px;
}
.main_header a:nth-child(3) {
  color: var(--color-ffffff);
  font-size: 14px;
  padding: 10px 15px;
}
a.btn.btn_2:hover {
  color: var(--color-0074AA);
  opacity: 0.6;
}
a,
button{
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-0074AA);
}
a:focus {
  outline: none,
}
img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: source-han-sans-japanese;
  color: var(--color-1B224C);
  margin: 0;
}
h1,.header_style h2,h2.vertical_border,.header_area h2,.header_area h2{
  font-size: var(--font-size-40);
  text-align: center;
  padding-bottom: 27px;
  font-family: source-han-sans-japanese;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
}

body {
  color: var(--color-1B224C);
  font-family: source-han-sans-japanese;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  font-style: normal;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
  color: var(--color-1B224C);
}
a,
button,
input,
textarea {
  outline: none;
}
p{
  margin: 0;
  color: var(--color-1B224C);
}
.owl-nav {
    display: none;
}


/*==================================
Hamburger-menu
==================================*/
.hamburger-menu {
  cursor: pointer;
  position: absolute;
  right: 0px;
 /* display: none;
  z-index: 999;
  top: 2px;*/
}
.case_golobal h3::before {
    position: absolute;
    left: 9%;
    top: 50%;
    width: 40px;
    height: 1px;
    background: #1B224C;
    content: "";
}
.hamburger-menu span {
  background: #ffffff;
  width: 30px;
  height: 3px;
  display: block;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger-menu small {
  color: #ffffff;
}
.close_menu {
    position: absolute;
    right: 24px;
    top: 0;
    color: #ffffff;
    z-index: 999;
    font-size: 30px;
    cursor: pointer;
    display: none;
}
/*.hamburger-menu:hover .line-top {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.hamburger-menu:hover .line-bottom {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.hamburger-menu .line-top.current {
  -webkit-transform: translateY(200%) rotate(135deg);
  -ms-transform: translateY(200%) rotate(135deg);
  transform: translateY(200%) rotate(135deg);
}*/
.hamburger-menu .line-center.current {
  opacity: 0;
}
.hamburger-menu .line-bottom.current {
  -webkit-transform: translateY(-325%) rotate(-135deg);
  -ms-transform: translateY(-325%) rotate(-135deg);
  transform: translateY(-325%) rotate(-135deg);
}
/*END Hamburger-menu START CSS*/

img.images_2.d-inline-block {
    max-width: 80px;
    border-left: 1px solid var(--color-D5D5D5);
    margin-left: 15px;
    padding: 10px 0 10px 15px;
}
.logo {
  display: inline-block;
}
.logo img{
  max-width: 190px;
  width: 100%;

}
.mainmenu-area {
  padding: 0px 0 0px;
  position: sticky;
  top: 0;
  z-index: 1024;
  background-color: var(--color-ffffff);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
          box-shadow: 0 0 3px rgba(0,0,0,0.15);
  height: 110px;
}
.mainmenu>ul {
  list-style: none;
  text-align: right;
}
.mainmenu>ul>li {
  display: inline;
  position: relative;
}
.cart_wrapper.text-right {
    padding-bottom: 10px;
}
.mainmenu>ul>li>a {
  color: var(--color-1B224C);
  font-size: 16px;
  display: inline-block;
   font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "Lucida Grande", Verdana;
  font-weight: 600;
  margin-left: 30px;
  position: relative;
}
.mainmenu>ul>li>a::before {
    position: absolute;
    left: 0;
    bottom: -52%;
    width: 0;
    height: 2px;
    background: #5AADBF;
    content: "";
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
            transform: translate(0, 0px);
}
.mainmenu>ul>li:hover>a::before {
    width: 100%;
}
.mainmenu>ul>li>a:hover,
.mainmenu>ul>li>a.active {
  color: var(--color-1B224C);
}
.menu-trigger {
  cursor: pointer;
}
.menu-trigger i {
  font-size: 25px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -15px;
    margin-left: 0px;
    border-radius: 0;
    background-color: #111111;
    border: none;
    min-height: 234px;
    min-width: 221px;
    padding: 12px 16px;
}
.dropdown-toggle::after{
  display: none;
}
.multi-level {
    background: #262626;
    border-radius: 0;
    padding: 40px 155px 30px;
    border: none;
}
.dropdown-menu{
  margin-top: -1px;
}
.collapse_title {
  font-size: 15px;
  line-height: 1.2;
  color: var(--color-1B224C);
  text-transform: uppercase;
  padding-bottom: 15px;
  font-weight: 600;
}
.header_menu{
  padding-left: 15px;
  padding-right: 15px;
}
.header_menu a h5{
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
}
.header_menu ul{
  padding-left: 0px;
}
.header_menu ul li a {
  color: var(--color-ffffff);
  font-weight: 500;
  font-size: 14px;
  padding: 6px 0;
  display: inline-block;
  text-transform: capitalize;
}
.header_menu ul li a:hover {
  color: var(--color-ffffff);
}
/* .header_menu ul li a:hover{
  color: var(--color-1B224C);
} */
.hero_area_right h1::before {
  position: absolute;
  left: 43%;
  bottom: -20%;
  background: #D5D5D5;
  width: 50px;
  height: 2px;
  content: "";
  -webkit-transform: translate(-34%, -20%);
      -ms-transform: translate(-34%, -20%);
          transform: translate(-34%, -20%);
}
.hero_area_right h1 {
  text-align: left;
  padding-bottom: 0;
}
.login span{
  font-size: 16px;
}
.main_header a{
  color: var(--color-1B224C);
  display: inline-block;
}

/*==================================
Hero Area
==================================*/
.main_header a:first-child {
    line-height: 1;
    margin-top: 14px;
    margin-right: 8px;
    cursor: default;
}
a.btn.btn_2.modify_btn {
    line-height: 20px;
    padding: 7px 15px;
    max-width: 100px;
    width: 100%;
    color: #0074AA;
}

a.btn.modify_btn_2:hover {
    opacity: 0.6;
}
a.btn.modify_btn_2 {
    padding: 7px 15px;
    max-width: 200px;
    width: 100%;
    line-height: 24px;
    border-radius: 50px;
}

/*20210826*/
a.font-sans-600 {
    position: relative;
    right: -100px;
}
/*END 20210826*/

.main_header a {
  color: var(--color-1B224C);
  display: inline-block;
  margin-top: -30px;
  font-size: 20px;
}
.main_header a small {
    font-size: 11px;
    display: block;
    text-align: center;
    margin-top: 5px;
    color: #A0A0A0;
    letter-spacing: 1px;
}
.hero_area {
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}
.hero_area::after {
    content: "MDM EMM IoT";
    position: absolute;
    right: 5%;
    top: 1%;
    font-size: 90px;
    color: var(--color-F8F8F8);
    font-weight: 600;
    letter-spacing: 5px;
    height: 80px;
    line-height: 44px;
}
/*.hero_area::after {
    content: "MDM EMM IoT";
    position: absolute;
    right: 5%;
    top: 0%;
    font-size: 80px;
    color: var(--color-F8F8F8);
    font-weight: 600;
    letter-spacing: 7px;
    overflow: hidden;
    height: 116px;
    line-height: 44px;
}*/
a.btn.hero_btn {
    color: #ffffff;
}

a.btn.hero_btn:hover {
    opacity: 0.5;
}
.hero_area::before {width: 500px;height: 286px;background: var(--color-F8F8F8);content: "";position: absolute;left: 0;top: 0; overflow: hidden;}
.left_site span:nth-child(1) {
  letter-spacing: 2.4px;
  font-size: 30px;
  line-height: 44px;
  font-weight: 600;
}
.left_site span {
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 6.12px;
  font-weight: 600;
}
span.hero_heading {
  position: absolute;
  right: 6%;
  top: 24%;
  font-size: 76px;
  font-weight: 600;
  display: inline-block;
  line-height: 44px;
}
section.about {
  background: var(--color-DFEEF2);
  padding: 93px 0 62px 0;
}
.primary{
  background: var(--color-DFEEF2);
}
.Shape_top {
  height: 260px;
  background: var(--color-DFEEF2);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.Shape_bottom{
  height: 260px;
  background: var(--color-DFEEF2);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.content_center h1 {
  font-size: 46px;
  color: var(--color-1B224C);
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 17px;
}
.hero_area_right {
  position: relative;
  padding: 0 37px;
}
.content_center p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 29px;
    margin-bottom: 40px;
    color: #1B224C;
    line-height: 1.5;
}
.hero_area_right::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 6%;
    height: 100%;
    content: "";
    border-left: 2px solid #1C2249;
    border-top: 2px solid #1C2249;
    border-bottom: 2px solid #1C2249;
}
.hero_area_right::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 6%;
  height: 100%;
  content: "";
  border-right: 2px solid #1C2249;
  border-top: 2px solid #1C2249;
  border-bottom: 2px solid #1C2249;
}
.hero_heading{
  color: var(--color-0074AA);
}
a.btn.hero_btn {
  padding: 18px 0;
  width: 100%;
  line-height: 29px;
  display: inline-block;
  max-width: 320px;
  font-size: var(--font-size-18);
}

/*==================================
Top Slider
==================================*/

/* Top Slider 0912 */
.main_imgBox {
      height: 500px;
    overflow: hidden;
    position: relative;
	/*z-index: 9;*/
}
 .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 18s 0s infinite;
    animation: anime 18s 0s infinite;
}

.main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

@keyframes anime {
  0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    35% {
        opacity: 1;
    }
    60% {
        opacity: 0;
        transform: scale(1.1) ;
         z-index:9;
    }
    100% { opacity: 0 }
}

/* END Top Slider 0912 */

/*==================================
Header Top
==================================*/
.header_style img {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 27px;
}
.header_style {
  position: relative;
  margin-bottom: 100px;
}
.header_style::before {
  position: absolute;
  left: 50%;
  bottom: 42%;
  width: 59%;
  height: 1px;
  background: var(--color-ffffff);
  content: "";
  -webkit-transform: translate(-50%, -41%);
      -ms-transform: translate(-50%, -41%);
          transform: translate(-50%, -41%);
}
.about_left span.border_left {
  background: var(--color-ffffff);
  padding: 6px 0 9px 0;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  max-width: 236px;
  width: 100%;
  text-align: center;
  position: relative;
}
.about_left .border_left::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 50px;
  content: "";
  background: #5AADBF;
}
a.btn.footer_btn:hover {
    color: #ffffff;
}

/*= About us Area =======================*/
h5.about {
  position: absolute;
  left: 0;
  top: 28%;
  color: #ffffff;
  font-size: 100px;
  opacity: 0.6;
  line-height: 44px;
  font-weight: 600;
  -webkit-transform: translate(0, -28%);
      -ms-transform: translate(0, -28%);
          transform: translate(0, -28%);
  letter-spacing: 12px;
}
section.features.position-relative {
    padding-top: 150px;
}
.button_design span.bg_transparent {
    background: #CCDCE5;
    color: var(--color-0074AA);
    font-size: 14px;
    line-height: 26px;
    max-width: 160px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 6px 0px;
    margin-bottom: 8px;
    border-radius: 50px;
    margin-right: 2px;
}
span.big_size.border_left {
  max-width: 362px;
  width: 100%;
}
/*a:hover.btn.bg_transparent {
  background: var(--color-0074AA);
  color: var(--color-ffffff);
}*/
a.all_button.w-230 {
  max-width: 230px;
}
.about_left h3 {
    font-size: 26px;
    line-height: 36px;
    color: var(--color-0074AA);
    font-weight: 600;
	padding-bottom: 25px;
}
.about_left p {
  padding-bottom: 54px;
  position: relative;
  /*line-height: 30px;*/
  font-weight: 400;
  color: var(--color-1B224C);
  /*max-width: 95%;*/
}
.about_left p.about_border::before {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 122%;
  height: 1px;
  background: #5AADBF;
  content: "";
  opacity: .4;
}
.about_left p.position_change::before {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 168%;
  height: 1px;
  background: #5AADBF;
  content: "";
  opacity: .4;
}
.button_design a {
  padding: 8px 0;
  max-width: 160px;
  display: inline-block;
  width: 100%;
  margin: 0 10px 10px 0;
}
.button_center a{
  color: var(--color-1B224C);
}

/*= FEATURES =======================*/
.button_class.features a {
  margin-top: 86px;
  max-width: 170px;
}
h5.about.right_color {
  color: #F8F8F8;
  opacity: 1;
}
.images_right_section {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: 5;
}
.images_right_section img {
  max-width: 600px;
  width: 100%;
}
.New_features_service img {
  max-width: 70px;
  float: left;
  margin-right: 15px;
  border-radius: 10px;
}
.New_features_service {
  margin-bottom: 20px;
}
.one_time h4 {
  font-size: 17px;
  line-height: 1.75;
  font-weight: 600;
  padding-top: 7px;
}
.one_time span {
  font-size: 16px;
  display: block;
  line-height: 1.5;
}
.images_left_section {
  position: absolute;
  left: 10%;
  z-index: 5;
}
.col-lg-6.images_left.order-sm-0 {
  z-index: 5;
}
.images_left_section img {
  max-width: 550px;
  width: 100%;
}
.header_area.pb_30.case_title h2 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 600;
}

/*= Osl Model =======================*/
.button_class.osi a {
  margin-top: 80px;
  max-width: 170px;
}
h2.vertical_border {
  position: relative;
}
h2.vertical_border::before {
  position: absolute;
  left: 50%;
  bottom: -56px;
  content: "";
  border-left: 1px solid #5AADBF;
  height: 50px;
}
.osi{
  background-color: var(--color-F8F8F8);
}
.top_shape{
    background: var(--color-F8F8F8);
    -webkit-clip-path: polygon(0 1%, 0 100%, 100% 100%);
            clip-path: polygon(0 1%, 0 100%, 100% 100%);
    width: 100%;
    height: 260px;
}
.bottom_shape{
  background: var(--color-F8F8F8);
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
    width: 100%;
    height: 260px;
}
/* Slider */
section.our_client {
  padding: 105px 0;
}
.slider{
  padding: 114px 0 106px 0;
}
.gray{
  background: var(--color-F8F8F8);
  padding: 100px 0;
}
section.gray.footer_gray {
    padding: 50px 0;
}
section.gray.gray_bg{
  background: #ECF6F8;
  padding: 100px 0;
}
.col-lg-6.mb_100.images_right {
  position: absolute;
  right: 0;
  top: 26%;
  z-index: 5;
}

.col-lg-6.mb_100.images_right img {
  max-width: 450px;
  width: 100%;
  /*margin-top: 50px;*/
}

.col-lg-6.images_left {
  position: absolute;
  left: 10%;
  top: 14%;
  /* z-index: 20; */
}
.col-lg-6.images_left img {
  max-width: 520px;
  width: 100%;
}
.images_right img {
    max-width: 520px;
    height: auto;
}
/*section.features.position-relative {
  padding-top: 150px;
}*/
/* Case */
a.all_button.case_btn_n:hover {
    color: #0074AA;
}
a.case_blog_pol.font_page{
  margin-bottom: 50px;
}
.white_spaces {
  margin-bottom: 42px;
}
.large_images {
  position: relative;
}
/*.large_images small {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color-0074AA);
  color: var(--color-ffffff);
  border-radius: 5px;
  transform: translate(0, 0);
  font-size: 13px;
  max-width: 76px;
  width: 100%;
  text-align: center;
  line-height: 30px;
}*/
.single_images.large{
  overflow: hidden;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.hover_class:hover .single_images img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.hover_class:hover h2{
  text-decoration: underline;
}
.single_images.large img {
    width: 100%;
    height: 100%;
  overflow: hidden;
}
.case_left h2 {
  /*color: #1B224C;*/
  color: #0074AA;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 600;
}
.case_left small, .top_text span {
  background: #00ACBA;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  padding: 5px;
  max-width: 60px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin-top: 10px;
}
.case_left {
    height: 315px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.case_left img {
    width: 170px;
    
    display: block;
}
.case_left p {
    color: #1B224C;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
}

/*= Top Case =======================*/
a.case_blog_pol .case_header {
  width: 100%;
  height: 170px;
  background: var(--color-F8F8F8);
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 10px;
}
a.case_blog_pol .case_header img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
/* a.case_blog_pol span {
  position: absolute;
  left: 15px;
  top: 34%;
  background: var(--color-0074AA);
  color: var(--color-ffffff);
  border-radius: 5px;
  font-size: 13px;
  max-width: 76px;
  width: 100%;
  text-align: center;
  line-height: 30px;
  transform: translate(0%, -34%);
} */
.case_header_main{
  position: relative;
}
.case_header_main span {
    position: absolute;
    left: 0;
    bottom: -7%;
    background: var(--color-0074AA);
    color: var(--color-ffffff);
    border-radius: 5px;
    font-size: 13px;
    min-width: 76px;
    text-align: center;
    line-height: 30px;
    -webkit-transform: translate(0%, -7%);
        -ms-transform: translate(0%, -7%);
            transform: translate(0%, -7%);
    padding: 0 12px;
}
a.case_blog_pol {
    width: 100%;
    display: block;
    margin-bottom: 100px;
}
.case_body .img {
    text-align: center;
    width: 100%;
    /* height: 60px; */
}
.case_body .img img {
    max-width: 45%;
}
span.large_screen {
    max-width: 160px !important;
}
a.case_blog_pol:hover .case_header img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.case_body h6 {
  color: #8E8E8E;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5;
  margin-top: 20px;
  font-weight: 300;
}
.case_body p {
  color: #1B224C;
  font-size: 20px;
  line-height: 30px;
}
a:hover.case_blog_pol p{
  text-decoration: underline;
}

.sub_title {
  font-size: 16px;
  line-height: 24px;
}
/* .case_left_site h2 small {
  background: #00ACBA;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  padding: 5px;
  max-width: 60px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin-top: 10px;
} */
.button_class.case a {
  max-width: 120px;
}
h5.case {
  color: #F8F8F8;
  font-size: 100px;
  line-height: 44px;
  position: absolute;
  top: 1%;
  text-transform: uppercase;
  left: 12%;
  font-weight: 600;
  letter-spacing: 12px;
  -webkit-transform: translate(-12%, -1%);
      -ms-transform: translate(-12%, -1%);
          transform: translate(-12%, -1%);
}
.case .header_area p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
section.case {
  padding: 100px 0 0 0;
  position: relative;
}

/*機能ページの下部 導入事例 20220207*/
section.function-bottom-case {
  /*width: 960px;*/
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.function-bottom-case {
  /*width: 90%;*/
}
}
@media screen and (max-width: 767px){
section.function-bottom-case {
  /*padding: 0 2.0rem*/
}
}

section.function-bottom-case h2 {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.75;
  padding: 0 0 50px 0;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.function-bottom-case h2 {
  font-size: 27px;
}
}
@media screen and (max-width: 767px){
section.function-bottom-case h2 {
  font-size: 2.0rem;
  padding: 0 0 5.0rem 0;
}
}

section.function-bottom-case ul {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.function-bottom-case ul {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
}
@media screen and (max-width: 767px){
section.function-bottom-case ul {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
}
/*END 機能ページの下部 導入事例 20220207*/

/*機能ページのh1 20220207*/
section.function-intro h1 {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-bottom: 100px;
  position: relative;
}
section.function-intro h1 span{
  display: inline-block;
}
section.function-intro h1::before {
    position: absolute;
    left: 50%;
    bottom: 50%;
    top: 75%;
    width: 50px;
    height: 2px;
    background: #5AADBF;
    content: "";
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.function-intro h1 {
  font-size: 36px;
  padding-bottom: 100px;
}
section.function-intro h1::before {
    position: absolute;
    left: 50%;
    bottom: 50%;
    top: 70%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
}
@media screen and (max-width: 767px){
section.function-intro h1 {
  font-size: 2.2rem;
  padding-bottom: 6.0rem;
}
section.function-intro h1::before {
    position: absolute;
    left: 50%;
    bottom: 50%;
    top: 75%;
    width: 50px;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
}
/*END 機能ページのh1 20220207*/

/*後で削除*/
.header_area h1 {
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-bottom: 100px;
  position: relative;
}
.header_area h1::before {
    position: absolute;
    left: 50%;
    bottom: 50%;
    top: 65%;
    width: 50px;
    height: 2px;
    background: #5AADBF;
    content: "";
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
/*END 後で削除*/

h2.left_right_border.text-center.brack_md.mb_35 br {
    display: none;
}
a.all_button.case_btn_n {
  margin-top: 80px;
  color: #8E8E8E;
  border: 1px solid #8E8E8E;
}
section.gray.map {
  padding: 60px 0 80px 0;
}
a.all_button.case_btn_n {
  margin-top: 80px;
}
/*a.all_button.case_btn_n:hover {
  color: #ffffff;
}*/
a.single_images {
  display: block;
}
a.single_images img {
  max-height: 170px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.single_case .single_images {
  width: 100%;
  height: 170px;
  background: var(--color-F8F8F8);
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
a.single_images:hover img{
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
a.single_images:hover img{
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.case.post_page {
  cursor: default;
}
.case.post_page h1 {
  font-size: 28px;
  line-height: 38px;
  color: #0074AA;
}
.single_case small.post_item {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color-0074AA);
    color: var(--color-ffffff);
    border-radius: 5px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    font-size: 13px;
    min-width: 76px;
    padding: 0 12px;
    text-align: center;
    line-height: 30px;
}
.subtitle {
  color: #8E8E8E;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 24px;
}
.single_case h1 {
  font-size: 20px;
  line-height: 30px;
}
.case_shap_top {
  height: 60px;
  background: #DFEEF2;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  display: none;
}

.case_shap_bottom {
  height: 60px;
  background: #DFEEF2;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  display: none;
}
section.case_blog.case__yakult {
  position: relative;
  
}
.case__yakult_border{
	position: relative;
    padding-top: 100px;
}
.case__yakult_border::before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 360px;
  height: 1px;
  background: #D4D4D4;
  content: "";
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/*iOSの非表示*/
.col-lg-4.non-indicated a {
    display: none;
}
/*END iOSの非表示*/

/*= Top Award =======================*/
section.award h5.case {
  color: #ECF6F8;
}
.award .header_area.pb_50.award {
  padding-top: 0;
}
.award {
  padding: 100px 0 97px 0;
  background: var(--color-DFEEF2);
}
section.award .header_area p {
  font-size: 18px;
  line-height: 30px;
}
.single_blog_award h3 {
  color: var(--color-0074AA);
  font-size: var(--font-size-22);
  padding: 12px 0 16px 0;
  line-height: 32px;
  font-weight: 600;
}
.single_blog_award h3 span.small_subtitle {
  font-size: 13px;
  line-height: 18px;
  display: block;
  color: #0074AA;
  text-align: center;
  padding-top: 5px;
}
.single_blog_award p {
    font-size: 14px;
    line-height: 1.75;
    color: #797fa5;
}
h2.brand {
  font-size: var(--font-size-32);
  margin-bottom: 50px;
  font-weight: 600;
  line-height: 40px;}
/* Blog gray Section */
section.gray.akash {
  padding: 52px 0;
}
section.slider.partener_area {
  padding: 100px 0px 85px 0px;
}
.col_content_between h2 {
  /*font-weight: 600;*/
  font-size: 28px;
  margin-bottom: 40px;
}
section.gray span.d-block.text-right {
  color: var(--color-00ACBA);
  font-size: 15px;
  line-height: 30px;
}
.blog .blog_images {
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
a.blog:hover .blog_left p {
    text-decoration: underline;
}
.blog_images_box {
  overflow: hidden;
  height: 170px;
  /*margin-bottom: 10px;*/
  border-radius: 10px;
}
a.blog:hover h4,
a.blog:hover h3{
  text-decoration: underline;
}
a.blog:hover .blog_images_box .blog_images {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
span.keyword, .blog_disc small {
    /*border: 1px solid var(--color-1B224C);*/
    padding: 5px 10px;
    font-size: 13px;
    margin-right: 5px;
    line-height: 30px;
    max-width: 84px;
    width: 90%;
    /*border-radius: 5px;*/
	border-radius: 25px;
    font-weight: 300;
    /*background: #fff;*/
	background: #DFEEF2;
	color: #1B224C;
}
span.date {
	color: #8E8E8E;
    margin-right: 5px;
    font-size: 14px;
    line-height: 1.5;
}
a.date_arrow:hover span.block {
  text-decoration: underline;
}
span.new {
  border: #00ACBA;;
  padding: 4px 5px;
  font-size: 12px;
  margin-right: 4px;
  line-height: 30px;
  max-width: 84px;
  width: 100%;
  border-radius: 3px;
  font-weight: 300;
  background: #00ACBA;
  color: #ffffff;
}
/*.blog a{
  font-size: 20px;
  line-height: 30px;
  color: #1B224C;
  margin-top: 10px;
  display: block;
}
*/
.blog p {
    margin-top: 8px;
    font-size: 15px;
    color: #8E8E8E;
    line-height: 1.7;
}

/** 0826 3…**/
.blog_left p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.blog_disc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/** END 0826 **/

.blog_left h3 {
    line-height: 1.7;
    margin-top: 8px;
}
.blog h4,
.blog h3{
  font-size: 20px;
  font-weight: 300;
  line-height: 1.75;
}
section.pol h3 {
    font-weight: 500;
    padding: 20px 0 15px;
	letter-spacing: -0.5px;
}
section.pol p {
    color: #797fa5;
    font-size: 15px;
    line-height: 1.6;
	margin-top: 0;
	text-align: justify;
}
section.gray.bckground_change {
  background: var(--color-ffffff);
}

/*= Top News Date =======================*/
a.date_arrow span.block {
  font-size: 16px;
  line-height: 26px;
  color: #1B224C;
}
a.date_arrow {
    display: block;
    padding: 12px 0;
    border-top: 1px solid #D4D4D4;
    padding-left: 10px;
    position: relative;
}
a.date_arrow:last-child {
  border-bottom: 1px solid #D4D4D4;
}

a.date_arrow::before {
    position: absolute;
    right: 2%;
    top: 26%;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: var(--color-00ACBA);
    -webkit-transform: translate(-30%, -2%);
        -ms-transform: translate(-30%, -2%);
            transform: translate(-30%, -2%);
    font-size: 16px;
}
a.date_arrow span.date {
    margin-right: 10px;
}
a.date_arrow span.tag {
    margin-right: 10px;
    background: #e9f7ed;
    padding: 3px 0;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    font-size: 12px;
    min-width: 90px;
    text-align: center;
}

/*==================================
footer
==================================*/
section.start_footer {
  padding: 80px 0 90px 0;
  background: var(--color-1B224C);
  color: var(--color-ffffff);
}
.font_size_up h6 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 52px;
    letter-spacing: 2.4px;
    color: var(--color-ffffff);
    line-height: 1.4;
}
a.btn.white {
  background: #ffffff;
  color: #0074AA;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
a.btn.white:hover {
  background: transparent -webkit-gradient(linear, left top, right top, from(var(--color-00ACBA)), to(var(--color-0074AA))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, var(--color-00ACBA) 0%, var(--color-0074AA) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, var(--color-00ACBA) 0%, var(--color-0074AA) 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
}
.font_size_up a {
    max-width: 400px;
    padding: 20px 0;
    border-radius: 50px;
    font-size: var(--font-size-22);
    line-height: 29px;
    width: 100%;
    margin: 0 20px;
    font-weight: 600;
}


/*==================================
Contact US
==================================*/
.contact_us {
  background: var(--color-DFEEF2);
  padding: 38px 0 35px 0;
  text-align: center;
}
p.contact_info {
    font-size: var(--font-size-18);
    line-height: 40px;
    color: #1B224C;
}
p.contact_info span {
  font-size: 16px;
  line-height: 26px;
}
p.contact_info a {
  color: var(--color-00ACBA);
  font-size: var(--font-size-30);
  line-height: 48px;
  padding: 0 20px;
  font-weight: 600;
  display: none;
}
p.contact_info small {
    color: var(--color-00ACBA);
    font-size: var(--font-size-30);
    line-height: 48px;
    padding: 0 20px;
    font-weight: 600;
}
/* Footer Widget */
.my_class .flex-item {
  width: 19%;
}
.flex-item h6 {
  font-size: 14px;
  line-height: 26px;
  color: #8E8E8E;
  font-weight: 600;
  margin-bottom: 5px;
}
.menu-footer_three-container ul li a,.menu-footer_four-container {
    font-weight: 600;
}
.menu-footer_three-container ul li:nth-child(4) a,.menu-footer_three-container ul li:nth-child(5) a {
    font-weight: normal;
}
.flex-item.footer_item a {
    font-size: 13px;
    line-height: 18px;
    color: #8E8E8E;
}
.flex-item a:hover {
    text-decoration: underline;
}
.footer_menu_one ul li a,
.footer_menu_two ul li a,
.footer_menu_three ul li a {
  font-size: 13px;
  line-height: 16px;
  color: #8E8E8E;
}
li#menu-item-370 a {
    color: #8E8E8E;
}
/* Footer Two */
section.footer_two {
  padding: 50px 0 39px 0;
}
.social_media {
  text-align: right;
}
.social_media a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: var(--color-8E8E8E);
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  border-radius: 50%;
  color: var(--color-ffffff);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.social_media a.sns-tw,
.social_media a.sns-insta {
    pointer-events: none;/*ft-SNS tw,instaのリンク無効*/
	background-color: #eee;
}
.social_media a:hover{
  background : #0074AA;
}
p.footer_p {
  font-size: 12px;
  line-height: 20px;
  color: #8E8E8E;
  margin-bottom: 30px;
  margin-top: 19px;
}
.footer_img img {
  max-width: 130px;
  width: 100%;
  display: inline-block;
}
/* Copy Right Footer  */
ul.footer_button_link li {
  display: inline-block;
}
ul.footer_button_link li a {
  padding-right: 14px;
  padding-left: 10px;
  color: #797fa5;
  font-size: 13px;
  line-height: 26px;
  position: relative;
}
ul.footer_button_link li a::before {
  position: absolute;
  content: "";
  right: 0;
  top: 10%;
  width: 1px;
  height: 80%;
  background-color: #D5D5D5
}
ul.footer_button_link li:first-child a {
  padding-left: 0;
}
ul.footer_button_link li:last-child a::before{
  display: none;
}
ul.footer_button_link li a:hover {
  color: #797fa5;
}
/*ul.footer_button_link {
  padding: 29px 0 16px 0;
}*/
p.copy_right {
  font-size: 11px;
  color: #797fa5;
  line-height: 26px;
}
.flex-item {
  position: relative;
}
.flex-item::before {
  position: absolute;
  right: 0;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #D4D4D4;
  content: "";
}
.flex-item.remove_border::before {
  opacity: 0;
}

ul.breadcrume_nav li:first-child a:hover, li.list_hover a:hover {
    text-decoration: underline;
}
li.list_hover a{
	color: #00ACBA !important;
}
ul.breadcrume_nav {
  padding: 6px 15px;
  /*background: var(--color-F8F8F8);*/
}
ul.breadcrume_nav li {
  display: inline !important;
}
ul.breadcrume_nav li a {
  color: var(--color-A0A0A0);
  padding-right: 8px;
}
ul.breadcrume_nav li:first-child a {
  color: var(--color-00ACBA);
}
ul.breadcrume_nav li a i {
  display: inline-block;
}
ul.breadcrume_nav li a, ul.breadcrume_nav li span {
    color: var(--color-A0A0A0);
    padding-right: 8px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
}
ul.breadcrume_nav li.breadcrume_header_tag p {
    display: inline;
    color: var(--color-A0A0A0);
    padding-right: 8px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
}
ul.breadcrume_nav li a i {
  font-size: 16px;
}

section.service.pt_100{
  padding-top: 110px;
}
section.service_case.case {
  padding: 100px 0;
}
.service_box_border {
  padding: 35px;
  -webkit-box-shadow: 0px 2px 10px #00000029;
          box-shadow: 0px 2px 10px #00000029;
  border-radius: 10px;
  position: relative;
  background: #ffffff;
}
h2.title_decoration {
  position: relative;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}
h2.title_decoration::before {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 16%;
    height: 2px;
    background: var(--color-5AADBF);
    content: "";
}
.service_box_border::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  content: "";
  background: transparent -webkit-gradient(linear, left top, right top, from(var(--color-00ACBA)), to(var(--color-0074AA))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, var(--color-00ACBA) 0%, var(--color-0074AA) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, var(--color-00ACBA) 0%, var(--color-0074AA) 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px 5px 0 0;
}
.service_shape{
  background-color: var(--color-F8F8F8);
}
.Service_Shape_top {
    height: 200px;
    background: var(--color-F8F8F8);
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: relative;
    z-index: -5;
}
.Service_Shape_bottom.shear {
    position: relative;
}
.case_hello {
    position: relative;
    left: 0;
    top: -100%;
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
}
.Service_Shape_bottom {
  height: 200px;
  background: var(--color-F8F8F8);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.single_service h3 {
    color: var(--color-0074AA);
    margin-bottom: 24px;
    font-size: var(--font-size-22);
    line-height: 32px;
    min-height: 64px;
  font-weight: 700;
}
.single_service p {
    font-size: 16px;
    line-height: 1.75;
    text-align: justify;
    margin-top: 24px;
}
.col-lg-6.d-flex.align-items-stretch.mb_text_2 {
  margin-bottom: 20px;
}
.case_blog_heading h2 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
}
/* Shear Link */

.page-template-faq .collapse {
    background-color: #F8F8F8;
    /*border-bottom: 1px solid #D4D4D4;*/
}

a.faq_link img {
  max-width: 100px;
  float: left;
  display: inline-block;
}
a.faq_link {
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 1px 20px #00000026;
          box-shadow: 0px 1px 20px #00000026;
  border-radius: 10px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
a.faq_link::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 0px solid #30B0C1;
  border-radius: 8px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
a.faq_link:hover::before{
  border: 8px solid #30B0C1;
}
.faq_disc.text-center {
  border-left: 1px solid #00000026;
  width: 80%;
  margin-left: 20px;
}
.faq_disc.text-center h6 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: var(--color-00ACBA);
  position: relative;
  padding-bottom: 20px;
  font-weight: 500;
}
.faq_disc.text-center h6::before {
  position: absolute;
  left: 50%;
  bottom: 20%;
  width: 17%;
  height: 1px;
  background: #5AADBF;
  content: "";
  -webkit-transform: translate(-50%, 20%);
      -ms-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
}
.faq_disc.text-center p {
  font-size: 14px;
  line-height: 24px;
  color: var(--color-777777);
  position: relative;
}
.faq_disc.text-center p::before {
  position: absolute;
  right: 19%;
  bottom: -1px;
  font-size: 13px;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: var(--color-00ACBA);
  -webkit-transform: translate(-30%, -2%);
      -ms-transform: translate(-30%, -2%);
          transform: translate(-30%, -2%);
}
.blank_div {
  position: relative;
}

.blank_div::before {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 360px;
  height: 1px;
  /*background: #D4D4D4;*//*20210826Windows-ft*/
  content: "";
  -webkit-transform: translate(-50%, 100px);
      -ms-transform: translate(-50%, 100px);
          transform: translate(-50%, 100px);
}
section.link_shear {
  padding: 60px 0 100px 0;
}

/*==================================
h2
==================================*/
h2.left_right_border {
  position: relative;
  font-size: 36px;
  line-height: 46px;;
}
h2.left_right_border::before{
  position: absolute;
  left: 0;
  top: 0;
  border-left: 2px solid var(--color-5AADBF);
  content: "";
  width: 2%;
  height: 100%;
  border-top: 2px solid var(--color-5AADBF);
  border-bottom: 2px solid var(--color-5AADBF);
}
h2.left_right_border::after{
  position: absolute;
  width: 2%;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  border-right: 2px solid var(--color-5AADBF);
  border-top: 2px solid var(--color-5AADBF);
  border-bottom: 2px solid var(--color-5AADBF);
}
h2.left_right_border {
/*  position: relative;
  font-size: 36px;
  line-height: 46px;
  padding: 24px 0;
  margin: 0;
  font-weight: 600;
  margin-bottom: 40px;*/
	position: relative;
    font-size: 36px;
    padding: 55px 0 20px;
    margin: 0;
    font-weight: 600;
    margin-bottom: 40px;
}
h2.left_right_border.text-center.mb_55 {
  margin-bottom: 55px;
}
.single_service {
  background: var(--color-ffffff);
  margin-bottom: 40px;
  padding: 30px 30px 33px 30px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 20px #0000001C;
          box-shadow: 0px 1px 20px #0000001C;
  border-radius: 15px;
}

/*==================================
Price Flow
==================================*/
.pb_45 {
  padding-bottom: 80px;
}
h1.border_bottom,.pb_45 {
  position: relative;
}
h1.border_bottom::before,.pb_45::before {
  position: absolute;
  left: 50%;
  bottom: 25%;
  width: 50px;
  height: 2px;
  background: #00ACBA;
  content: "";
  -webkit-transform: translate(-50%, -25%);
      -ms-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
}

section.price_flow-step {
 	padding: 80px 0;
	background-color: #ECF6F8;
}
section.price_footer {
  padding: 80px 0;
  /*background: #ECF6F8;*/
}
section.price_footer p {
  font-size: 14px;
  line-height: 24px;
}
.price_flow {
  background: var(--color-ffffff);
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 1px 20px #0000001C;
          box-shadow: 0px 1px 20px #0000001C;
  border-radius: 15px;
  position: relative;
  padding-bottom: 50px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.price_flow_head {
  padding: 22px;
  background: rgba(48, 176, 193, 0.5);
  border-radius: 15px 15px 0px 0px;
}
.price_flow_body{
  padding: 30px 40px;
}
.price_flow_body ul {
  min-height: 175px;
}
.price_flow_head ul li {
  line-height: 28px;
  border-bottom: 1px solid #DFFBFF;
  padding: 11px 0;
}
.price_flow_head ul li:nth-child(1) {
  font-size: 30px;
  line-height: 40px;
  color: var(--color-1B224C);
  font-weight: 600;
}
.price_flow_head ul li:nth-child(2) {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: var(--color-1B224C);
}
.price_flow_head ul li:nth-child(3) {
  font-size: 14px;
  line-height: 24px;
  border: none;
}
.price_flow_body ul li {
  font-size: 20px;
  padding: 10px 0;
  line-height: 32px;
  border-bottom: 1px solid #D5D5D5;
  display: block;
  position: relative;
  font-weight: 600;
}
.price_flow_body ul li span {
  position: absolute;
  right: 0;
}
.faq_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
}

.faq_grid i {
    background: var(--color-D5D5D5);
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 50px;
    color: var(--color-ffffff);
    margin-right: 10px;
}
.price_flow_body p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px;
  color: var(--color-8E8E8E);
}
.price_flow a.btn {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 18px 0;
  border-radius: 50px;
  background: transparent;
  border: 1px solid var(--color-0074AA);
  color: var(--color-0074AA);
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-top: 30px;
}
.price_flow a.btn:hover {
  background: transparent -webkit-gradient(linear, left top, right top, from(var(--color-00ACBA)), to(var(--color-0074AA))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, var(--color-00ACBA) 0%, var(--color-0074AA) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, var(--color-00ACBA) 0%, var(--color-0074AA) 100%) 0% 0% no-repeat padding-box;
  color: var(--color-ffffff);
}
p.price_color {
  font-size: 14px;
  color: var(--color-8E8E8E);
  line-height: 24px;
}
.price_flow_step {
  width: 80%;
  margin: 0 auto;
  background: var(--color-C8DDE6);
  text-align: center;
  padding: 17px 0;
  line-height: 40px;
  font-size: 32px;
  font-weight: 600;
}


.price_flow_item {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 20px #00000029;
          box-shadow: 0px 3px 20px #00000029;
  border-radius: 10px;
  padding: 31px 0 29px 0;
}
.flow_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  line-height: 80px;
  
}
.flow_items span {
  font-size: 40px;
  font-weight: 600;
  width: 20%;
  display: inline-block;
  text-align: center;
  position: relative;
}
.flow_items span::before {
  position: absolute;
  right: 8%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #30B0C1;
  content: "";
  -webkit-transform: translate(-8%, 0);
      -ms-transform: translate(-8%, 0);
          transform: translate(-8%, 0);
}
.flow_items img {
  max-width: 100px;
  display: inline-block;
}
.flow_items h2 {
  position: relative;
  width: 100%;
  line-height: 3;
  padding-left: 20px;
  font-size: 26px;
  font-weight: 600;
}
.flow_items h2 small {
  position: absolute;
  left: 25px;
  font-size: 18px;
  bottom: -20px;
}
.flow_items h2 i {
  position: absolute;
  right: 8%;
  top: 22px;
  font-size: 18px;
  font-style: normal;
  background: #ECF6F8;
  font-weight: 400;
  max-width: 180px;
  width: 100%;
  text-align: center;
  border-radius: 50px;
}
.col_content_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col_content_between span {
  color: var(--color-00ACBA);
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
.price_flow_item {
  position: relative;
  margin-bottom: 44px;
}
.price_flow_item::before {
  position: absolute;
  left: 50%;
  bottom: -23%;
  border-top: 24px solid #30B0C1;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  content: "";
  -webkit-transform: translate(-31%, -50%);
      -ms-transform: translate(-31%, -50%);
          transform: translate(-31%, -50%);
}
table.server-setting-chart {
  margin-top: 20px;
  font-size: 12px;
}
.server-setting-chart tr.table-tl th {
text-align: left;	
font-size: 18px;	
padding: 4px 15px;	
background-color: #0074AA;	
color: #fff;	
}
.server-setting-chart th, .server-setting-chart td {
  border: 1px solid #e2e2e2;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  background-color: #f8f8f8;
}

tr.server_back01 td {
  background: #ffffff;
}
th.b.server_back02 {
  width: 25%;
}
table.server-setting-chart {
  margin-top: 20px;
  font-size: 12px;
  display: block;
}
.mobile_table {
  display: none;
}
section.price_footer .price-flow_tab-wrap p {	
font-size: 12px;	
padding-top: 10px;	
color: #8E8E8E;	
}

/* サーバ要件のタブ設定 */
.price-flow_tab-group{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
}
.price-flow_tab{
    flex-grow: 1;
	background-color: #f8f8f8;
    border-radius: 6px 6px 0 0;
    color: #B4B4B4;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
    padding: 13px 0 11px;
    text-align: center;
    vertical-align: bottom;
}
.panel-group{
    min-height:100px;
}
.panel{
    display:none;
}
.price-flow_tab.is-active{
	color: #0074AA;
	background-color: #fff;
	font-size: 18px;
    font-weight: bold;
	border: solid rgba(45,45,45,.07);
    border-width: 1px 1px 0;
    opacity: 1;
    position: relative;
    z-index: 1;
}
.panel.is-show{
    display:block;
}
.price-flow_tab-border {
    border-bottom: 1px solid rgba(45,45,45,.07);
}
/* END サーバ要件のタブ設定 */

/* サーバ要件イメージ */
@media screen and (min-width: 768px){ /*768px以上(tab・pc)*/
.server-img {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #e2e2e2;
	padding: 20px 20px 30px;
}
.server-img h3 {
    font-size: 16px;
    font-weight: 600;
	padding-bottom: 10px;
}
.server-img img {
	width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 50px 180px 30px;
}
.server-img p {
    font-size: 14px;
    line-height: 1.5;
}
}
/* END サーバ要件イメージ */

/*==================================
Case
==================================*/
/*akash */
.case_left_site h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
}
section.case_bg {
  background: #DFEEF2;
  padding: 85px 0 50px 0;
}
.case_left_site .barand_images {
  margin-left: 0;
}

.single_images.large{
  width: 100%;
  height: 300px;
  background: var(--color-F8F8F8);
  position: relative;
  margin-bottom: 42px;
  border-radius: 10px;
}
a.btn.unique {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #EEEEEE 0% 0% no-repeat padding-box;
  padding: 12px 0;
  color: #B4B4B4;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 26px;
}
ul.pagination li a {
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  background: #EEEEEE 0% 0% no-repeat padding-box;
  color: #B4B4B4;
  font-size: 22px;
  border-radius: 50px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
ul.pagination li {
  display: inline-block;
  padding-right: 10px;
}
ul.pagination {
  text-align: center;
  display: block;
}
ul.pagination li a:hover, ul.pagination li a.active{
  color: #ffffff;
  background: #0074aa;
}
.map_content p {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 80px;
  margin-top: 10px;
}
a.all_button {
    border: 1px solid #0074AA;
    padding: 8px 0;
    border-radius: 50px;
    max-width: 170px;
    width: 100%;
}
a:hover.all_button {
    border: 1px solid #0074AA;
    background-color: #ECF6F8;
    color: #0074AA;
}
.button_class a.all_button {
  text-align: center;
  margin: 30px auto 0;
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

/*==================================
Manual
==================================*/
a.manual_body {
  display: block;
  padding: 15px 0 25px 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 1px 20px #00000026;
          box-shadow: 0px 1px 20px #00000026;
  border-radius: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;

}
a.manual_body::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 0px solid #30B0C1;
  border-radius: 8px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
a.manual_body:hover::before{
  border: 8px solid #30B0C1;
}
a.manual_body img {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}
.manual_disc h6 {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-bottom: 30px;
  letter-spacing: 0.55px;
  line-height: 28px;
}
section.link_shear.gray {
  padding: 100px 0;
}
p.manual_description{
  font-size: 16px;
  line-height: 26px;
}
.manual_disc h6::before {
  position: absolute;
  left: 50%;
  bottom: 20%;
  width: 14%;
  height: 1px;
  background: #5AADBF;
  content: "";
  -webkit-transform: translate(-50%, 20%);
      -ms-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
}
.manual_disc p {
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.manual_disc p::before {
  position: absolute;
  left: 64%;
  bottom: 0px;
  font-size: 13px;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: var(--color-00ACBA);
}
section.start_footer.light_bg {
  background: #DFEEF2;
  padding: 100px 0;
}
.font_size_up.what_color h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 57px;
}
.font_size_up.what_color a:hover {
    background: #fff;
    opacity: 0.5;
    color: #00ACBA;
}
.font_size_up.what_color a {
  border: 2px solid #00ACBA;
  background: transparent;
  color: #00ACBA;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  line-height: 29px;
}

.button_arrow_down a {
  display: inline-block;
  padding: 10px 10px 5px;
  max-width: 140px;
  width: 100%;
  background: #DFEEF2;
  border-radius: 40px;
  text-align: center;
  font-size: 15px;
  line-height: 1.25;
  color: #1B224C;
  font-weight: 500;
  margin-right: 5px;
}
.button_arrow_down a i {
  display: block;
  background-color: transparent;
  color: #0074AA;
  font-weight: 600;
  margin-top: 4px;
}
/* Faq Step collapse */
a.grid_item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
}
h2.faq_header_title {
  font-size: 26px;
  margin-bottom: 23px;
  line-height: 40px;
  font-weight: 600;
}
.section {
  padding: 80px 0 0 0;
}
.card.mb_20.border_accordion {
  border: none;
  border-top: transparent;
  border-radius: 0;
  margin-bottom: 0;
}
.card-body {
    color: #0074AA;
    font-size: 16px;
    line-height: 26px;
    /*background-color: #F8F8F8;*/
}

/*faq A-padding*/
.card .card-body.grid_class {
    padding: 20px 15px;
}
/*END faq A-padding*/

.column_padding h3,
.column_padding span,
.column_padding p {
    padding-left: 30px;
    display: block;
}

/*faq Q-line*/
a.btn-block.accordion_btn.design {
  /*border-top: 1px solid #D4D4D4;*/
}
/*END faq Q-line*/

/*faq A-line*/
div#collapseOne {
    /*border-bottom: 1px solid #D4D4D4;*/
}
/*END faq A-line*/

.card-body.grid_class {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
}
.card-body.grid_class p {
    color: #0074AA;
}
.section.other {
  padding-bottom: 100px;
}

/*==================================
faq
==================================*/
a.btn-block.accordion_btn {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 26px;
  color: #555;
  padding: 20px 15px;
  /*border-bottom: 1px solid transparent;*/
}
/*END faq*/

div#headingOne, div#headingTwo, div#headingThree {
  padding: 0;
  margin: 0;
  background: #fff;
}

/*faq A-txt*/
a.btn-block.accordion_btn p {
    padding-top: 4px;
}
/*END faq A-txt*/

/*arrow*/
a.btn-block.accordion_btn.collapsed::before{
  position: absolute;
   right: -15px;
  top: 50%;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  line-height: 50px;
  color: #00ACBA;
   font-weight: 400;
   font-size: 25px;
  -webkit-transform: translate(-27px, -50%);
      -ms-transform: translate(-27px, -50%);
          transform: translate(-27px, -50%);
}
a.btn-block.accordion_btn::before {
    position: absolute;
    right: -15px;
    top: 50%;
    content: "\f106";
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    line-height: 50px;
    color: #00ACBA;
    font-weight: 400;
    font-size: 25px;
    -webkit-transform: translate(-27px, -50%);
        -ms-transform: translate(-27px, -50%);
            transform: translate(-27px, -50%);
}
/*END arrow*/

.accordion_btn .question,
.card-body .answer{
  width: 34px;
  height: 34px;
  background: #D5D5D5;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 2;
  margin-right: 15px;
}
/*END faq*/

.card-body .answer{
  background: #0074AA;
}
/*rashik */
.header_style_function h2 {/*後で削除*/
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}



/*［OS機能ページ sec02］xxx向け主要機能 220203*/
section.function-main-scene {
  /*padding: 80px 0;*/
  margin: 0 auto;
}

section.function-main-scene h2 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.function-main-scene h2 {
  font-size: 26px;
  margin-bottom: 40px;
}
}
@media screen and (max-width: 767px){
section.function-main-scene h2 {
  font-size: 2.0rem;
  margin-bottom: 40px;
}
}

section.function-main-scene ul {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.function-main-scene ul {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 767px){
section.function-main-scene ul {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}
}

section.function-main-scene ul li {
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 1px 15px #00000029;
    -webkit-box-shadow: 0px 1px 15px #00000029;
  border-radius: 8px;
  padding: 25px 0;
  /* opacity: 1; */
  /* overflow: hidden; */
}
@media screen and (min-width: 992px){
section.function-main-scene ul li {
  height: 280px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.function-main-scene ul li {
  height: 280px;
}
}
@media screen and (max-width: 767px){
section.function-main-scene ul li {
  box-shadow: 0px 0.1rem 1.5rem #00000029;
    -webkit-box-shadow: 0px 0.1rem 1.5rem #00000029;
  border-radius: 0.8rem;
  padding: 1.5rem 0;
}
}

section.function-main-scene ul li h3 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.function-main-scene ul li h3 {
  font-size: 15px;
}
}
@media screen and (max-width: 767px){
section.function-main-scene ul li h3 {
  font-size: 1.3rem;
  padding-bottom: 2.0rem;
}
}

section.function-main-scene ul li img {
  display: block;
  margin: 0 auto;
}
/*END ［OS機能ページ sec02］xxx向け主要機能 220203*/


/*［OS機能ページ sec03］xxx向け主要機能 220203*/
section.function-main-list {
  margin: 0 auto;
}

section.function-main-list h2 {
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.function-main-list h2 {
  font-size: 27px;
  margin-bottom: 40px;
}
}
@media screen and (max-width: 767px){
section.function-main-list h2 {
  font-size: 2.0rem;
  margin-bottom: 4.0rem;
}
}

/*** function-button common ***/
section.function-main-list ul {
  width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.function-main-list ul {
  width: 100%;
}
}
@media screen and (max-width: 767px){
section.function-main-list ul {
  width: 100%;
}
}
/*** END function-button common ***/

/*** function-button pc_4column ***/
section.function-main-list ul.column4 {
  display: grid;
  gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.function-main-list ul.column4 {
  display: grid;
  gap: 15px;
}
}
@media screen and (max-width: 767px){
section.function-main-list ul.column4 {
  display: grid;
  gap: 1.5rem;
	grid-template-columns: 1fr 1fr;
}
}
/*** END function-button pc_4column ***/

/*** function-button pc_3column ***/
section.function-main-list ul.column3 {
  display: grid;
  gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
  width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.function-main-list ul.column3 {
  gap: 15px;
  width: 100%;
}
}
@media screen and (max-width: 767px){
section.function-main-list ul.column3 {
  display: grid;
  gap: 1.0rem;
	grid-template-columns: 1fr 1fr;
  width: 100%;
}
}
/*** END function-button pc_3column ***/

/*** function-button pc_2column ***/
section.function-main-list ul.column2 {
  display: grid;
  gap: 20px;
	grid-template-columns: 1fr 1fr;
  width: 630px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.function-main-list ul.column2 {
  gap: 15px;
  width: 100%;
}
}
@media screen and (max-width: 767px){
section.function-main-list ul.column2 {
  display: grid;
  gap: 1.5rem;
	grid-template-columns: 1fr 1fr;
  width: 100%;
}
}
/*** END function-button pc_2column ***/

section.function-main-list ul li a {
  background-color: #DFEEF2;
  color: #1B224C;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  display: block;
  padding: 20px;
  border-radius: 50px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.function-main-list ul li a {
  font-size: 14px;
}
}
@media screen and (max-width: 767px){
section.function-main-list ul li a {
  font-size: 3vw;
  border-radius: 5.0rem;
  padding: 1.5rem;
}
}

section.function-main-list ul li a:hover {
    background-color: #6bafc1;
    color: #fff;
}

section.function-main-list ul li a span {
  display: block;
  line-height: 1.25;
  position: relative;
    top: -10px;
  height: 24px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.function-main-list ul li a span {
  position: relative;
    top: -6px;
  height: 24px;
}
}
@media screen and (max-width: 767px){
section.function-main-list ul li a span {
  position: relative;
    top: -0.6rem;
    left: 0;
    bottom: 3.0rem;
  height: 2.0rem;
}
}

.function-btn.first-child {
    padding-top: 6px;
}

section.function-main-list ul li a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
    right: 20px;
  /*transform: translate(50%, -2px);*/
  font-weight: 500;
  color: #0074AA;
  font-size: 18px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.function-main-list ul li a::after {
  position: absolute;
    top: 19px;
    right: 15px;
}
}
@media screen and (max-width: 767px){
section.function-main-list ul li a::after {
  position: absolute;
    top: 1.2rem;
    right: 1.3rem;
  font-size: 1.5rem;
  padding-left: 1.0rem;
}
}

section.function-main-list ul li.lines2 a::after {
  position: absolute;
    top: 18px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.function-main-list ul li.lines2 a::after {
  position: absolute;
    top: 19px;
    right: 15px;
}
}
@media screen and (max-width: 767px){
section.function-main-list ul li.lines2 a::after {
  position: absolute;
    top: 1.2rem;
    right: 1.7rem;
}
}
/*END ［OS機能ページ sec03］xxx向け主要機能*/

.col-img{
  padding: 15px !important;
}
.card-function {
    width: 100%;
    /* height: 235px; */
    -webkit-box-shadow: 0px 1px 15px #00000029;
            box-shadow: 0px 1px 15px #00000029;
    border-radius: 10px;
    opacity: 1;
    overflow: hidden;
}
/*.card-title {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-26) var(--unnamed-font-family-source-han-sans-jp);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-1b224c);
  text-align: center;
  font: normal normal normal 14px/26px Source Han Sans JP;
  letter-spacing: 0px;
  color: #1B224C;
  opacity: 1;
  font-weight: 600;
}*/
.nav-item {
  text-align: center;
  width: 155px;
  margin-left: 6px;
}
.btn-function {
    font-size: 16px;
    font-style: normal;
    background: #ECF6F8;
    border-radius: 50px;
    max-width: 226px;
    width: 100%;
    margin-left: 50px;
    padding: 22px 0 16px 0;
    margin-top: 8px;
    letter-spacing: var(--unnamed-character-spacing-0);
}
.btn-function:hover {
    opacity: 0.6;
}
.rounded {
    border-radius: .6rem!important;
}
.fa-chevron-down{
  background: #ECF6F8;
  opacity: 1;
  color:#0074AA;
}

/*** punctuation blue ***/
.Shape_top_function-blue {
	height: 100px;
	background: #DFEEF2;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
		clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: relative;
	top: 1px;
}
.Shape_bottom_function-blue {
	height: 100px;
	background:#DFEEF2;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
		clip-path: polygon(0 0, 0% 100%, 100% 0);
	position: relative;
	top: -2px;
}
/*** END punctuation blue ***/

/*** punctuation gray ***/
.Shape_top_function-gray {
  height: 100px;
  background: #F8F8F8;
  -webkit-clip-path: polygon(0 1%, 0 100%, 100% 100%);
  clip-path: polygon(0 1%, 0 100%, 100% 100%);
  position: relative;
  top: 1px;
}
.Shape_bottom_function-gray {
	height: 100px;
	background:#F8F8F8;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
		clip-path: polygon(0 0, 0% 100%, 100% 0);
	position: relative;
	top: -1px;
	/*margin-bottom: 80px;*/
}
/*** END punctuation gray ***/

.Shape_top_function_reverse{
    -webkit-clip-path: polygon(0 1%, 0 100%, 100% 100%);
            clip-path: polygon(0 1%, 0 100%, 100% 100%);
    background:#ECF6F8;
    width: 100%;
    height: 259px;
}
.Shape_bottom_function_reverse{
  height: 259px;
  background:#ECF6F8;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.scroll_1{
  background: #F8F8F8;
}
.scroll_3{
  background: #ECF6F8;
}
.scroll_section img{
  padding: 30px ;
  -webkit-box-shadow: 0px 1px 15px #00000029;
          box-shadow: 0px 1px 15px #00000029;
}
.scroll_section h3{
  color:#0074AA ;
  font-size: 26px; 
  position: relative;
  font-weight: 600;
  line-height: 36px;
}
.scroll_section .divider{
  border-bottom:2px solid #30B0C1; 
  margin-left: -30px;
}
.scroll_section p{
  font-size:16px; 
  color:#1B224C;
  text-align: justify;
}
.scroll_section span{
  font-size: 17px;
  color: #8E8E8E ;
}
h2.left_right_border span {
  position: absolute;
  left: 50%;
  top: -10px;
 -webkit-transform: translate(-50%, -10px);
     -ms-transform: translate(-50%, -10px);
         transform: translate(-50%, -10px);
  color: #0074AA;
}

h2.left_right_border span::before {

  position: absolute;
  left: -13px;
  bottom: 2px;
  height: 1px;
  width: 60px;
  content: "";
  background: #0074AA

}
h5.card-title.text-center {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
}
.manual_body_function {
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 1px 20px #00000026;
            box-shadow: 0px 1px 20px #00000026;
    border-radius: 10px;
    padding: 25px;
    min-height: 484px;
}

.manual_body_function h3{
  font-size: 18px;
  color: #0074AA;
  
}
.card .card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    min-height: 1px;
    padding: 1.0rem 0.5rem 0.5rem;
}
.manual_body_function p{
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}
.card_ios_12{
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 1px 20px #00000026;
          box-shadow: 0px 1px 20px #00000026;
  border-radius: 10px;
  margin: 14px;
  padding: 40px 50px;
  
  border-top: 6px solid #00ACBAed ;
  
 
}
.card_ios_12 h3{
  color:#1B224C;
  font-size:26px;
}
.card_ios_12 h3::before {
    top: 50px;
    position: absolute;
    left: 0px;
    height: 2px;
    width: 44px;
    content: "";
    background: #30B0C1;
}
a.all_button_ios {
  border: 1px solid var(--color-0074AA);
  padding: 6px 0;/*20210826*/
  border-radius: 50px;
  max-width: 300px;/*20210826*/
  width: 100%;
  
}
.button_class a.all_button_ios {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 20px;/*20210826*/
  float: right;
  fon-size:16px;
}

.table_function thead th h5{
  font-size: 14px;
  color: #ffffff;
 
}
.table_function thead span {
  font-size: 9px;
  color: #ffffff;
}
.table_function thead img {
  height: 40px;
  width: 40px;
  border-radius: 4px;
}
.table_function tbody th {
  padding: 20px;
  width: 460px;

}
.table_function tbody th h5 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  
}
.table_thead_android{
  background-color: #3DDC84;

  
}
.table_thead_windows{
    background-color: #03A5F0;
    width: 125px;
    line-height: 1;
    height: 80px;
 
  
}
.table_thead_ios{
  background-color: #2D2D2D;
 
}
.table_thead_macos{
  background-color: #B4B4B4;
}
.table_thead_linux{
  background-color: #FF8B18;
}

.table_function tbody th p {
  font-size: 14px;
  color: #777777;
  font-weight: 300;
}
.table_function tbody td h5 a{
  color: #03A5F0;
  font-size: 12px;
}
.table_down{
  color: #777777;
  font-size: 12px;
  line-height: 1.5;
}
.table_thead_fst{
  color: #0074AA;
  font-size: 26px;
}
.manual_body_function h3::after{
  position: absolute;
  bottom: 392px;
  height: 2px;
  width: 45px;
  left: 139px;
  content: "";
  background: #30B0C1;
}
.manual_body_function_ios{
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 1px 20px #00000026;
          box-shadow: 0px 1px 20px #00000026;
  border-radius: 10px;
  /*min-height: 313px;*/
  padding: 25px;
}

.manual_body_function_ios h5 {
  font-size: 18px;
  color: #0074AA;
}
.manual_body_function_ios h5::after {
  position: absolute;
  top: 91px;
  height: 2px;
  width: 45px;
  left: 44%;
  content: "";
  background: #30B0C1;
}
.macos_function{
  height:1000px;
}
.macos_function button {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #1400FF;
  opacity: 1;
  color: #1400FF;
  font-size: 30px;
  margin-top: 125px;
  margin-left: 388px;
  padding: 23px 25px;
}
.table_col_ml .table_1_ml{
 
  background-color: #F8F8F8;
}
.table_col_ml .table_2_ml{
 
  background-color:white;
}
.table_col_ml .table_2_ml h5{
  
  color: #1B224C;
  margin-bottom: 9px;
  font-size: 15px;
}
.table_col_ml .table_2_ml p{
  font-size: 11px;
  color: #8E8E8E;
}
.table_col_ml .table_1_ml h5{
  
  color: #1B224C;
  margin-bottom: 9px;
  font-size: 15px;
}
.table_col_ml .table_1_ml p{
  font-size: 11px;
  color: #8E8E8E;
}
.table_head_ml h5{
  font-size: 10px !important;
  margin-bottom: 0px !important;
  color: #ffffff !important;

}
.table_head_ml span{
  font-size: 7px;
  color: #ffffff;
}
.table_1_ml{
  padding: 15px 10px;
}
.row.table_head_ml {
  margin: 0px;
  line-height: 1;
}
.check_icon {
  border-right: 1px solid white;
  padding: 10px;
  background-color: #EEEEEE;
}
.table_head_ml .check_icon h5{
  color: #03A5F0 !important;
  font-size: 10px !important;
}

.card_sec h3{
  font-size:30px;
  color:#1B224C;
}
.table_function tbody td h5 a:hover {
  color: #03A5F0;
  text-decoration: underline;
}

.table_function tbody td  span {
  font-size: 12px;
  color: #777777;
}
.table_function tbody td{
  line-height:1;
}
.table_head_ml .check_icon span{
  color: #8E8E8E;
  font-size: 8px;
  
}
/*.target_category a:hover {
    background-color: #DFEEF2;
    color: #1B224C;
}*/
.target_category a:hover,
span.keyword:hover,
.single_blog_article .blog_left a:hover {
    background: #c2dae1;
    text-decoration: none;
	color: var(--color-1B224C) !important;
}
.show_more a:hover {
    color: #ffffff;
    background: #0074aa;
}
hr {
    width: 400px;
}
.download_box .button_class a:hover{
    background-color:#0074AA;

}
.thankyou_page .button_class a{
    border: 1px solid #8E8E8E;
	font-size: 15px;
}
/*.thankyou_page .button_class a :hover{
    border: 1px solid #;
}*/
span.annotation {
	color: #8E8E8E;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    display: block;
    padding-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
span.annotation {
    font-size: 14px;
    padding-top: 20px;
}
}
@media screen and (max-width: 767px){
span.annotation {
    font-size: 1.2rem;
    padding-top: 1.5rem;
}
}

/*==================================

==================================*/
/*macOS_button*/
.macOS_button {
    color: #1400FF;
    border: 1px solid #1400FF;
    display: inline-block;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    padding: 23px 5px;
    font-weight: 600;
    font-size: 30px;
    line-height: 44px;
}
section.macos_padding {
    padding: 126px 0 400px 0;
}

/*android_btn*/
.android_btn_design {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 260px 20px 260px 20px 260px;
    grid-template-columns: 260px 260px 260px;
    grid-gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.android_btn_design a {
    font-size: 16px;
	font-weight: 400;
    display: block;
    text-align: center;
    background: #DFEEF2;
    padding: 20px 23px 30px;
    border-radius: 50px;
    color: #1B224C;
    position: relative;
		-webkit-transition: .4s ease-in-out;
		-o-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
}
.android_btn_design a:hover {
	opacity: 0.6;
}
.android_btn_design a i {
    display: block;
    background: transparent;
    margin-top: 10px;
}

.android_btn_design a span {position: absolute;left: 0;bottom: 30px;text-align: center;width: 100%;}
.android_btn_design a.first-child {
    padding-top: 6px;
}

.android_btn_design a::before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    left: 0;
	right: 0;
    bottom: -6px;
    /*transform: translate(50%, -2px);*/
    font-weight: 500;
    color: #0074AA;
    font-size: 25px;
}

.android_btn_design.function_ios {
    -ms-grid-columns: 226px 20px 226px 20px 226px 20px 226px;
    grid-template-columns: 226px 226px 226px 226px;
}
/*END android_btn*/



h2.left_right_border.function_h2_border {
    padding: 42px 0 6px 0;
    margin-bottom: 0;
}
section.blank_link_shear {
    /*padding: 80px 0 100px 0;*//*20210826Windows-ft*/
}
.blank_target.blank_div::before {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
section.mt_164 {
    margin-top: 164px;
}

.large_images small.post_item {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color-0074AA);
    color: var(--color-ffffff);
    border-radius: 5px;
    font-size: 13px;
    min-width: 76px;
    text-align: center;
    line-height: 30px;
    padding: 0 12px;
}
table tr td:first-child {
    width: 30%;
    font-size: 14px;
    line-height: 32px;
    color: #8E8E8E;
    position: relative;
    vertical-align: sub;
}

table tr td:last-child {
    color: #1B224C;
    font-weight: 300;
}
.article_header.news_header {
    background: #F8F8F8;
    border-radius: 0;
}
.card-body.article.remove_background {
    background: transparent;
}
.single_post_result h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}
table tr td.heading {
    font-size: 14px;
    line-height: 32px;
    color: #8E8E8E !important;
    font-weight: normal;
}
li#menu-item-396 {
    display: none;
}
li#menu-item-397 {
    display: none;
}
.article_wrapper p {
    margin-bottom: 60px;
}
.card-body.article ul li a {
    color: #1B224C;
}


/*==================================
pagination
==================================*/
.pagination{
   margin: 40px 0 0;
}
@media (min-width: 360px) and (max-width: 991.98px){
.pagination{
   margin:40px 0;
}	
	}
.nav-links{
   display:flex;
}
.pagination .page-numbers{
	display: inline-block;
    margin-right: 8px;
    border-radius: 3px;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 47px;
    background: #EEEEEE 0% 0% no-repeat padding-box;
    color: #B4B4B4;
    font-size: 22px;
    border-radius: 50px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    text-align: center;
}
a.page-numbers:hover {
    color: #fff;
    background: #0074aa;
}
.pagination .current{
	background: #0074aa;
   color:#fff;
}
.pagination .prev,
.pagination .next{
	width: 50px;
    height: 50px;
    display: block;
    line-height: 47px;
    background: #EEEEEE 0% 0% no-repeat padding-box;
    color: #B4B4B4;
    font-size: 22px;
    border-radius: 50px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.pagination .dots{
   background:transparent;
   box-shadow:none;
}
@media (min-width: 360px) and (max-width: 991.98px){
.pagination .page-numbers,
.pagination .prev,
.pagination .next{
    width: 38px;
    height: 38px;
	font-size: 18px;
    line-height: 38px;
}
}

/*==================================
blog index
==================================*/
.header.collapsed span::after {content: "[ 開く ]";}	
.header span::after {content: "[ 閉じる ]";}





/*2022.01↓*/
/********************************************
Breadcrumb
********************************************/
ul.breadcrume-nav {
  padding: 6px 15px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 991px){
ul.breadcrume-nav {

}
}
@media screen and (max-width: 767px){
ul.breadcrume-nav {
  padding: 0.5rem 2.0rem;
}
}

ul.breadcrume-nav li {
    color: #A0A0A0;
    font-size: 13px;
    line-height: 1.75;
	display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 991px){
ul.breadcrume-nav li {
    font-size: 13px;
}
}
@media screen and (max-width: 767px){
ul.breadcrume-nav li {
    font-size: 1.2rem;
}
}

ul.breadcrume-nav li i.fas.fa-chevron-right {
    padding: 0 6px;
    font-weight: 300;
}

/*hover*/
ul.breadcrume-nav li a {
    color: #00ACBA;
}
ul.breadcrume-nav li a:hover {
    text-decoration: underline;
}
/*END hover*/

/********************************************
.wrap-function 機能詳細
********************************************/
html {
	font-size: 62.5%;
}

.function-tab {
  margin: 30px auto 0;
  padding: 0;
  width: 960px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.function-tab {
  margin: 30px auto 0;
  width: 90%;
}
}
@media screen and (max-width: 767px){
.function-tab {
  margin: 3.0rem auto 0;
  width: 100%;
  padding: 0 2.0rem;
}
}

.function-tab ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
  border-bottom: 1px solid rgba(45,45,45,.07);
}
@media screen and (max-width: 767px){
.function-tab ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0.3rem;
  border-bottom: 0.1rem solid rgba(45,45,45,.07);
}
}

.function-tab ul li {
  /*display: inline-block;*/
  width: 100%;
  text-align: center;
  position: relative;
  top: 1px;
}

.function-tab ul li.active {
  border-radius: 4px 4px 0 0;
  color: #0074AA;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  padding: 10px 0;
  background: transparent;
  border: 1px solid #dee2e6;
  border-bottom: 1px solid #fff;
  /*border-bottom: transparent;*/
}
@media screen and (max-width: 767px){
.function-tab ul li.active {
  border-radius: 0.4rem 0.4rem 0 0;
  font-size: 1.2rem;
  padding: 1.0rem 0;
  border: 0.1rem solid #dee2e6;
  border-bottom: 0.1rem solid #fff;
}
}

.function-tab ul li a {
  background-color: #f8f8f8;
  border-bottom: 2px solid #f8f8f8;
  border-radius: 4px 4px 0 0;
  color: #B4B4B4;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  display: block;
  padding: 10px 0;
  /*margin-right: 0px;*/
}
@media screen and (max-width: 767px){
.function-tab ul li a {
  border-bottom: 3px solid #f8f8f8;
  border-radius: 0.4rem 0.4rem 0 0;
  font-size: 1.2rem;
  padding: 1.0rem 0;
}
}

.function-tab ul li a:hover {
  color: #0074AA;
}




.tab_design ul li a.active {
  color: #0074AA;
  background: transparent;
  border: 1px solid #dee2e6;
  border-bottom: transparent;
}

.wrap-function p {
    margin: 0;
    font-weight: 300;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    color: #2E2E2E;
    text-align: justify;
}
@media screen and (min-width: 992px){
.wrap-function p {
    font-size: 17px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function p {
    font-size: 16px;
}
}
@media screen and (max-width: 767px){
.wrap-function p {
    font-size: 1.3rem;
}
}

/********************************************/
.wrap-function,
#function-details.wrap-function {
  /*background: #F8F8F8;*/
  background-color: #DFEEF2;
	position: relative;
    top: -1px;
}
@media screen and (max-width: 767px){
.wrap-function,
#function-details.wrap-function {
	padding-top: 0;
    top: -0.1rem;
}
}

.wrap-function .w960 {
	margin: 0 auto;
}
@media screen and (min-width: 992px){
.wrap-function .w960 {
  width: 960px;
  padding: 30px 0 50px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function .w960 {
  width: 90%;
  padding: 30px 0;
}
}
@media screen and (max-width: 767px){
.wrap-function .w960 {
  width: 100%;
  padding: 2.0rem;
}
}
/********************************************/


/********************************************
h2：Android・iOS各ページ / h1：機能詳細ページ
********************************************/
.wrap-function h2.h2-decoration,
#function-details.wrap-function h1.h1-decoration {
  position: relative;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  padding: 0 0 0;
  margin: 0 0 60px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function h2.h2-decoration,
#function-details.wrap-function h1.h1-decoration {
  font-size: 36px;
  line-height: 1.75;
  padding: 15px 0 5px;
  margin: 0 0 30px;
}
}
@media screen and (max-width: 767px){
.wrap-function h2.h2-decoration,
#function-details.wrap-function h1.h1-decoration {
  font-size: 3.6rem;
  padding: 1.0rem 0 0.5rem;
  margin: 0 0 2.0rem;
}
}

.wrap-function h2.h2-decoration span.h2-top,
#function-details.wrap-function h1.h1-decoration span.h1-top {
  color: #0074AA;
  display: block;
  font-size: 17px;
	font-weight: 500;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	line-height: 1.5;
    margin: 0 auto;
    border-bottom: 1px solid #0074AA;
    padding: 0 0 2px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function h2.h2-decoration span.h2-top,
#function-details.wrap-function h1.h1-decoration span.h1-top {
    font-size: 17px;
    padding: 0 0 2px;
}
}
@media screen and (max-width: 767px){
.wrap-function h2.h2-decoration span.h2-top,
#function-details.wrap-function h1.h1-decoration span.h1-top {
    font-size: 1.4rem;
    padding: 0 0 0.2rem;
}
}

.wrap-function h2.h2-decoration::before, 
#function-details.wrap-function h1.h1-decoration::before {/*左側［*/
  position: absolute;
  width: 2%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  border-left: 2px solid #5AADBF;
  border-top: 2px solid #5AADBF;
  border-bottom: 2px solid #5AADBF;
}

.wrap-function h2.h2-decoration::after,
#function-details.wrap-function h1.h1-decoration::after {/*右側］*/
  position: absolute;
  width: 2%;
  height: 100%;
  content: "";
    right: 0;
    top: 0;
  border-right: 2px solid #5AADBF;
  border-top: 2px solid #5AADBF;
  border-bottom: 2px solid #5AADBF;
}

/*** 機能の下線 android/windows ***/
.wrap-function h2.h2-decoration span.b-line1,
#function-details.wrap-function h1.h1-decoration span.b-line1 {
	width: 215px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function h2.h2-decoration span.b-line1,
#function-details.wrap-function h1.h1-decoration span.b-line1 {
	width: 215px;
}
}
@media screen and (max-width: 767px){
.wrap-function h2.h2-decoration span.b-line1,
#function-details.wrap-function h1.h1-decoration span.b-line1 {
	width: 18.0rem;
}
}
/*** END 機能の下線 android/windows ***/

/*** 機能の下線 ios/mac ***/
.wrap-function h2.h2-decoration span.b-line2,
#function-details.wrap-function h1.h1-decoration span.b-line2 {
	width: 85px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function h2.h2-decoration span.b-line2,
#function-details.wrap-function h1.h1-decoration span.b-line2 {
	width: 80px;
}
}
@media screen and (max-width: 767px){
.wrap-function h2.h2-decoration span.b-line2,
#function-details.wrap-function h1.h1-decoration span.b-line2 {
	width: 7.0rem;
}
}
/*** END 機能の下線 ios/mac ***/

/*** 機能の下線 ***/
.wrap-function h2.h2-decoration span.b-line,
#function-details.wrap-function h1.h1-decoration span.b-line {
	width: 40px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function h2.h2-decoration span.b-line,
#function-details.wrap-function h1.h1-decoration span.b-line {
	width: 40px;
}
}
@media screen and (max-width: 767px){
.wrap-function h2.h2-decoration span.b-line,
#function-details.wrap-function h1.h1-decoration span.b-line {
	width: 3.0rem;
}
}
/*** END 機能の下線 ***/

/*** h1 ***/
.wrap-function h2.h2-decoration span#h2-top,
#function-details.wrap-function h1.h1-decoration span#h1-top {
	width: 80px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function h2.h2-decoration span#h2-top,
#function-details.wrap-function h1.h1-decoration span#h1-top {
	width: 80px;
}
}
@media screen and (max-width: 767px){
.wrap-function h2.h2-decoration span#h2-top,
#function-details.wrap-function h1.h1-decoration span#h1-top {
	width: 7.0rem;
}
}

.wrap-function h2.h2-decoration span.h2-bottom,
#function-details.wrap-function h1.h1-decoration span.h1-bottom {
    display: block;
    font-size: 36px;
    font-weight: 600;
    padding: 5px 0 0;
    line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function h2.h2-decoration span.h2-bottom,
#function-details.wrap-function h1.h1-decoration span.h1-bottom {
    font-size: 30px;
}
}
@media screen and (max-width: 767px){
.wrap-function h2.h2-decoration span.h2-bottom,
#function-details.wrap-function h1.h1-decoration span.h1-bottom {
    font-size: 2.0rem;
}
}
/*** END h1 ***/
/********************************************
h2 機能詳細ページ
********************************************/
.wrap-function section.basis-txt {
    background: #fff 0% 0% no-repeat padding-box;
    	-webkit-box-shadow: 0px 1px 20px #00000026;
    box-shadow: 0px 1px 20px #00000026;
    border-radius: 10px;
    padding: 40px 50px 80px;
    border-top: 6px solid #00ACBAed;
    margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function section.basis-txt {
    padding: 30px 40px 80px;
    margin-top: 30px;
}
}
@media screen and (max-width: 767px){
.wrap-function section.basis-txt {
    padding: 2.0rem 2.5rem 6.0rem;
    margin-top: 2.0rem;
}
}

.wrap-function section.basis-txt h2,
.wrap-function section.basis-txt h3 {
    font-size: 27px;
    position: relative;
    font-weight: 600;
    line-height: 1.75;
    padding: 0 0 50px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function section.basis-txt h2,
.wrap-function section.basis-txt h3 {
    font-size: 24px;
    padding: 0 0 30px 0;
}
}
@media screen and (max-width: 767px){
.wrap-function section.basis-txt h2,
.wrap-function section.basis-txt h3 {
    font-size: 1.6rem;
    padding: 0 0 2.0rem 0;
}
}

.wrap-function section.basis-txt p {
    color: #1B224C;
    font-size: 16px;
    text-align: justify;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function section.basis-txt p {
    font-size: 16px;
}
}
@media screen and (max-width: 767px){
.wrap-function section.basis-txt p {
    font-size: 1.3rem;
}
}

.wrap-function p.button-more {
    margin: 30px 0;
    position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function p.button-more {
    margin: 30px 0;
}
}
@media screen and (max-width: 767px){
.wrap-function p.button-more {
    margin: 2.0rem 0;
}
}

.wrap-function p.button-more a {
  /*background: #DFEEF2;*/
  background-color: #c7e3eb;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 8px 18px;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function p.button-more a {
    border-radius: 50px;
    font-size: 15px;
    padding: 8px 18px;
}
}
@media screen and (max-width: 767px){
.wrap-function p.button-more a {
    border-radius: 5.0rem;
    font-size: 1.3rem;
    padding: 0.6rem 1.8rem;
}
}

.wrap-function p.button-more a:hover {
    background-color: #6bafc1;
    color: #fff;
}

@media screen and (min-width: 992px){
.wrap-function section.description {
    display: flex;
    margin-top: 60px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function section.description {
    display: flex;
    margin-top: 80px;
}
}
@media screen and (max-width: 767px){
.wrap-function section.description {
    margin: 5rem auto 8rem;
}
}

.wrap-function section.description .left {
    width: 260px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function section.description .left {
    width: 260px;
}
}
@media screen and (max-width: 767px){
.wrap-function section.description .left {
  width: 60%;
  margin: 0 auto 2.5rem;
}
}

.wrap-function section.description .left img {
    padding: 30px;
    	-webkit-box-shadow: 0px 1px 15px #00000029;
    box-shadow: 0px 1px 15px #00000029;
	width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function section.description .left img {
    padding: 30px;
}
}
@media screen and (max-width: 767px){
.wrap-function section.description .left img {
    padding: 2.0rem;
}
}

.wrap-function section.description .right {
    width: 700px;
	padding-left: 50px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function section.description .right {
    width: 90%;
	padding-left: 30px;
}
}
@media screen and (max-width: 767px){
.wrap-function section.description .right {
    width: 100%;
	padding-left: 0;
}
}

.wrap-function section.description h2,
.wrap-function section.description h3 {
    color: #1B224C;
    font-size: 27px;
    font-weight: 600;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    line-height: 1.5;
    padding: 0 0 20px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function section.description h2,
.wrap-function section.description h3 {
    font-size: 27px;
    padding: 0 0 15px 0;
}
}
@media screen and (max-width: 767px){
.wrap-function section.description h2,
.wrap-function section.description h3 {
    font-size: 1.8rem;
	line-height: 1.5;
    padding: 0 0 1.0rem 0;
}
}


/*function-bottom-case h3*/
section.function-bottom-case h3 {
  font-size: 27px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.function-bottom-case h3 {
  font-size: 26px;
}
}
@media screen and (max-width: 767px){
section.function-bottom-case h3 {
  font-size: 1.7rem;
}
}
/*END function-bottom-case h3*/

/********************************************
機能詳細ページ（description-ohter）
********************************************/
/*.wrap-function section.description-other {
    margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function section.description-other {
    margin-top: 80px;
}
}
@media screen and (max-width: 767px){
.wrap-function section.description-other {
    margin-top: 6.0rem;
}
}*/

@media screen and (min-width: 992px){
.wrap-function section.description-other ul {
    display: grid;
    gap: 20px;
    /*grid-row-gap: 20px;*/
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function section.description-other ul {
    display: grid;
    gap: 20px;
    /*grid-row-gap: 20px;*/
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 767px){
.wrap-function section.description-other ul {
    display: grid;
    gap: 1.5rem;
    /*grid-row-gap: 1.0rem;*/
    grid-template-columns: 1fr 1fr;
}
}

.wrap-function section.description-other ul li {
  background: #fff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 1px 20px #00000026;
  box-shadow: 0px 1px 20px #00000026;
  border-radius: 10px;
  padding: 25px;
	width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function section.description-other ul li {
  padding: 25px;
}
}
@media screen and (max-width: 767px){
.wrap-function section.description-other ul li {
    -webkit-box-shadow: 0px 0.1rem 2.0rem #00000026;
  box-shadow: 0px 0.1rem 2.0rem #00000026;
  border-radius: 0.8rem;
  padding: 1.5rem;
  /*margin-bottom: 2.0rem;*/
}
}

.wrap-function section.description-other h3 {
    color: #1B224C;
    font-size: 27px;
    font-weight: 600;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    line-height: 1.75;
    padding: 100px 0 50px;
    text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function section.description-other h3 {
  font-size: 27px;
  padding: 100px 0 50px;
}
}
@media screen and (max-width: 767px){
.wrap-function section.description-other h3 {
  font-size: 1.6rem;
  padding: 0 0 3.0rem;
}
}

.wrap-function section.description-other h4 {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  height: 70px;
}
@media screen and (max-width: 767px){
.wrap-function section.description-other h4 {
  font-size: 1.3rem;
  height: 7.0rem;
}
}

.wrap-function section.description-other h4.txt-row1 {
  padding-top: 12px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
.wrap-function section.description-other h4.txt-row1 {
  padding-top: 12px;
}
}
@media screen and (max-width: 767px){
.wrap-function section.description-other h4.txt-row1 {
  padding-top: 1.0rem;
}
}

.wrap-function section.description-other p {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px){
.wrap-function section.description-other p {
  font-size: 1.3rem;
}
}


/********************************************
footer-導入事例
********************************************/
section.case-bottom {
  margin: 0 auto;
}
@media screen and (min-width: 992px){
section.case-bottom {
  /*width: 960px;*/
  padding: 0 0 60px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.case-bottom {
  padding: 0 0 60px;
}
}
@media screen and (max-width: 767px){
section.case-bottom {
  width: 100%;
}
}

section.case-bottom h2 {
  color: #1B224C;
  font-size: 27px;
  font-weight: 600;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  line-height: 1.75;
  padding: 0 0 50px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.case-bottom h2 {
  font-size: 27px;
}
}
@media screen and (max-width: 767px){
section.case-bottom h2 {
  font-size: 2.0rem;
  padding: 0 0 3.0rem;
}
}

@media screen and (min-width: 992px){
section.case-bottom ul {
    display: grid;
    gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.case-bottom ul {
    display: grid;
    gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
}

@media screen and (max-width: 767px){
section.case-bottom ul li {
    margin-bottom: 5.0rem;
}
}

section.case-bottom ul li.hide {
    display: none;
}

section.case-bottom ul li a .case-bottom_img-wrap {
    width: 100%;
    height: 170px;
    background: #F8F8F8;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.case-bottom ul li a .case-bottom_img-wrap {
    width: 100%;
    height: 170px;
    margin-bottom: 25px;
    border-radius: 10px;
}
}
@media screen and (max-width: 767px){
section.case-bottom ul li a .case-bottom_img-wrap {
    width: 100%;
    height: 20.0rem;
    margin-bottom: 2.5rem;
    border-radius: 1.0rem;
}
}

section.case-bottom ul li a .case-bottom_img {
    position: relative;
}

section.case-bottom ul li a .case-bottom_img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    	-webkit-transition: .4s;
    	-o-transition: .4s;
    transition: .4s;
}

section.case-bottom ul li a .case-bottom_img:hover .case-bottom_img-wrap img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}



section.case-bottom ul li a .case-bottom_img span {
    position: absolute;
    left: 0;
    bottom: -7%;
    background: #0074AA;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    min-width: 76px;
    text-align: center;
    line-height: 30px;
    	-webkit-transform: translate(0%, -7%);
    	-ms-transform: translate(0%, -7%);
    transform: translate(0%, -7%);
    padding: 0 12px;
}

section.case-bottom ul li a .case-bottom_logo {
    width: 100%;
}

section.case-bottom ul li a .case-bottom_logo img {
    max-width: 45%;
    display: block;
    margin: 0 auto;
}

section.case-bottom ul li a h3 {
    color: #8E8E8E;
    text-align: center;
    font-size: 16px;
	font-weight: 300;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    margin: 10px 0 15px;
    line-height: 1.5;
}

section.case-bottom ul li a p {
    color: #1B224C;
    font-size: 19px;
	font-weight: 400;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 991px){
section.case-bottom ul li a p {
    font-size: 19px;
}
}
@media screen and (max-width: 767px){
section.case-bottom ul li a p {
    font-size: 1.6rem;
}
}

/* #amie_picture{
  display:none;
} */




/* sla */

.sla h1 span{
  font-size:20px;
}

.sla_area .container{
    margin-bottom:60px;
}

.sla_area p,
.sla_area h2,
.sla_area h3,
.sla_area h4,
.sla_area table,
.sla_area ul,
.sla_area dl{
	margin-bottom:2em;
  }

.sla_area table{
	width:100%;
}
.sla_area table,
.sla_area table td,
.sla_area table th{
  border:1px solid #666666;
}
.sla_area table tr td:first-child {
    width: auto;
    font-size: 16px;
    line-height: auto;
    color: #1B224C;
    position: relative;
    vertical-align: auto;
}
.sla_area table td,
.sla_area table th{
	padding:1em;
}

.sla_area table dt{
	font-weight:normal;
}

.sla_area ul li,
.sla_area dl dd{
	margin-bottom:0.5em;
	padding-left:1em;
}
.sla_area ul li::before,
.sla_area dl dd::before{
	content:"・";
	display:inline-block;
	width:1em;
	margin-left:-1em;
}
.sla_area h2{
	font-size:20px;
}
.sla_area h3{
	font-size:18px;
}
.sla_area h4{
	font-size:16px;
}
.sla_area img{
	margin-bottom:2em;
}
.sla_area table th,
.sla_area table td{
	vertical-align:top;
}
.sla_area .table_bk_1 th{
	width:22%;
}
.sla_area .table_bk_1 td:nth-of-type(1){
	width:15%;
}
.sla_area .table_bk_2 th:nth-of-type(1){
	width:22%;
}
.sla_area .table_bk_2 th:nth-of-type(2){
	width:58%;
}
.sla_area .table_bk_2 th:nth-of-type(3){
	width:20%;
}
.sla_area .table_rec_1 th:nth-of-type(1){
	width:18%;
}
.sla_area .table_rec_1 th:nth-of-type(2){
	width:22%;
}
.sla_area .table_rec_1 th:nth-of-type(3){
	width:15%;
}
.sla_area .table_rec_1 th:nth-of-type(4){
	width:45%;
}
.sla_area .table_nmb_1{
		
}

.sla_area .table_nmb_1 th{
	font-weight:normal;
	width:5%;
	text-align:center;
	vertical-align:top;
}

.sla_area h3.color{
	color:#cc6623;
}
/* /sla */
