/*Basics*/

body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
}

div.wrap{
    overflow: hidden;
}

.container {
    max-width: 1000px;
}

.column_b {
    margin-top:50px;
    max-width:100%;
}
.column_b img{
    display:block;
    margin:0 auto;
}

@media screen and (max-width: 1010px){
  .container {
      padding: 0 1.5rem;
  }
}

@media screen and (max-width: 460px){
  .container{
    padding: 0 1.5rem;
  }
}

.orverwidth{
    margin:0 -200% !important;
    padding:0 200%;
}

.has-image-centered {
  margin-left: auto;
  margin-right: auto;
  /*display: block;*/
}

.has-margin-1{
    margin-top: 70px;
    margin-bottom:70px;
}
.has-margin-2{
    margin-top: 60px;
    margin-bottom:60px;
}
.has-margin-3{
    margin-top: 50px;
    margin-bottom:50px;
}
.has-margin-4{
    margin-top: 40px;
    margin-bottom:40px;
}
.has-margin-5{
    margin-top: 30px;
    margin-bottom:30px;
}
.has-margin-6{
    margin-top: 20px;
    margin-bottom:20px;
}
.has-margin-7{
    margin-top: 10px !important;
    margin-bottom:10px !important;
}

.has-margin-top-150{
    margin-top: 150px;
}
.has-margin-top-100{
    margin-top: 100px;
}
.has-margin-top-1{
    margin-top: 70px;
}
.has-margin-top-2{
    margin-top: 60px;
}
.has-margin-top-3{
    margin-top: 50px;
}
.has-margin-top-4{
    margin-top: 40px;
}
.has-margin-top-5{
    margin-top: 30px;
}
.has-margin-top-6{
    margin-top: 20px;
}
.has-margin-top-7{
    margin-top: 10px;
}



.has-margin-bottom-1{
    margin-bottom: 70px !important;
}
.has-margin-bottom-2{
    margin-bottom: 60px !important;
}
.has-margin-bottom-3{
    margin-bottom: 50px !important;
}
.has-margin-bottom-4{
    margin-bottom: 40px !important;
}
.has-margin-bottom-5{
    margin-bottom: 30px !important;
}
.has-margin-bottom-6{
    margin-bottom: 20px !important;
}

.has-margin-bottom-7{
    margin-bottom: 10px;
}

.has-padding-1{
    padding-top: 70px;
    padding-bottom:70px;
}
.has-padding-2{
    padding-top: 60px;
    padding-bottom:60px;
}
.has-padding-3{
    padding-top: 50px;
    padding-bottom:50px;
}
.has-padding-4{
    padding-top: 40px;
    padding-bottom:40px;
}
.has-padding-5{
    padding-top: 30px;
    padding-bottom:30px;
}
.has-padding-6{
    padding-top: 20px;
    padding-bottom:20px;
}
.has-padding-7{
    padding-top: 10px;
    padding-bottom:10px;
}

.has-padding-top-1{
    padding-top: 70px;
}
.has-padding-top-2{
    padding-top: 60px;
}
.has-padding-top-3{
    padding-top: 50px;
}
.has-padding-top-4{
    padding-top: 40px;
}
.has-padding-top-5{
    padding-top: 30px;
}
.has-padding-top-6{
    padding-top: 20px;
}
.has-padding-top-7{
    padding-top: 10px;
}

.has-padding-bottom-1{
    padding-bottom: 70px !important;
}

.has-padding-bottom-5{
    padding-bottom: 30px;
}
.has-padding-bottom-7{
    padding-bottom: 10px;
}

.has-padding-bottom-155{
    padding-bottom: 155px !important;
}

.reverse-row-order {
  flex-direction: row-reverse;
}


html{
  font-size: 14px;
}

/*header*/

.navbar.pcmenu{
    border-top: 3px solid #6f9f00;
    background-color:rgba(255,255,255,0.8);
}

.navbar a:hover{
    opacity: .7;
}

.navbar .brand{
    margin-right: 28vw;
}

.fixedmenu{
    background-color:rgba(255,255,255,0.8);
    background-image: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26)
}
.fixed{
  border-top: 3px solid #6f9f00;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 768px){
    .navbar .brand{
        margin-right: 3vw;
        background-color: transparent;
        padding-top: 16px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px){
    .navbar .brand{
        margin-right: 3vw;
    }
}
@media screen and (min-width: 1439px){
    .navbar .brand{
        margin-right: 22vw;
    }
}

.logo img{
    max-width: 198px;
}

@media screen and (max-width: 768px){
.logo img{
    max-width: 155px;
}
}

.column.tel-img {
    max-width: 245px;
    margin-right: 5px;
}

.inquiry-img{
    max-width: 198px;
}

.tel-img,
.inquiry-img{
    padding-left: 0;
    padding-right: 0;
}

.tel-img img,
.inquiry-img img{
    height: 52px;
}

.tel-img img{
  width: 244px;
  max-width: 244px;
}

.inquiry-img img{
  width: 193px;
  max-width: 193px;
}

nav#menu {
    padding: 0;
}

nav#menu .menu-items .column{
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

nav#menu .menu-items .column:hover{
  background: rgb(0 49 124 / 91%);
}

nav#menu .menu-items .column a:hover{
  color: #fff;
}


.menu-items .column{
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
    border-right: 1px solid #a9a9a9;
}

.menu-items .column:last-of-type{
  border-right: none;
}

.menu-items .column a{
    color: #000;
	
}

/*megamenu*/

.gnav-wrapper {
 background: #00317C;
 position: relative;
}
 
.gnav {
 display: flex;
 justify-content: space-between;
}
 
.gnav li {
 padding: 18px 0;
 text-align: center;
 transition: all .3s ease-in-out;
    /**border-right: 1px solid #a9a9a9;**/
	background: url(../images/menu_border.png) left center no-repeat;
}
.gnav li:first-child {
background: none;
}
.megamenu li{
 background: none;
}

.gnav li:hover {
 /**background: #6f9f00;**/
}
 
.gnav a {
 color: #000;
 padding: 19px 50.0px;
}

.megamenu a{
 color: #606060;
 padding: 0 50.0px;
}

.gnav li:hover a{
  color: #000;
}
 
.gnav > li:last-child a {

}
 
.gnav > li:hover .megamenu {
 max-height: 9999px;
 opacity: 1;
 padding: 30px 0;
}
 
.megamenu {
 background: #6f9f00;
 background-color: rgba(255,255,255,0.9);
 max-height: 0;
 opacity: 0;
 overflow: hidden;
 width: 100%;
 position: absolute;
 top: 57px;
 left: 0;
 transition: all .2s ease-in;
 z-index: 999;
}

.megamenu-inner li a{
  color: #FFF;
}

.megamenu-inner li a:hover{
  color: #000;
}
.megamenu-inner li:hover{
  background: none;
}
 
.megamenu-inner {
 display: flex;
 flex-wrap: wrap;
}
 
.megamenu-inner li {
 /*width: calc( (100% / 5) );*/
 padding: 0;
 border-right: none;
 text-align: left;
}

.megamenu-inner li:nth-child(2),
.megamenu-inner li:nth-child(8){
  margin-left: 12%;
}

.megamenu-inner li:nth-child(n + 3):not(:nth-child(n + 7)),
.megamenu-inner li:nth-child(n + 9){
  margin-left: 30px;
}

.megamenu-inner li a:before{
  content:"〉";
  position: absolute;
  left: 0;
  top: 20px;
  padding-right: 5px;
}

.megamenu-inner li.megatitle{
  width: 100%;
  color: #606060;
  text-align: left;
  padding-left: 10%;
  padding-bottom: 10px;
  border-bottom: 1px solid #606060;
}
.megamenu-inner li.megatitle span{
  color: #6f9f00;
}

.megamenu-inner li.megatitle:hover{
  background: none;
}
.megamenu-inner li.megatitlenone{
  width: 100%;
  color: #FFF;
  text-align: left;
  padding-left: 10%;
}

.megamenu-inner-text {
    margin-left: 20px;
}

.megamenu-inner a {
 border-left: none;
 color: #FFF;
 position: relative;
 margin-left: 5px;
}

.megamenu-inner a:hover{
  color: #F0F0F0;
}
 
.megamenu-inner-text img {
 margin: 0 5px 0 0;
}

@media screen and (min-width: 769px) and (max-width: 1023px){
  .gnav a {
   color: #000;
   padding: 0 14px;
  }
}



/*breadcrumb*/

section.breadcrumb{
  background: #6f9f00;
}

section.breadcrumb a,
.breadcrumb li.is-active a{
  color: #FFF;
}

section.breadcrumb a:hover{
  color: #FFF;
  opacity: .7;
}


body nav.spmenu{
    border-top: 2px solid #00317C;
    background-color:rgba(255,255,255,0);
}

/*spmenu*/
.sp-tel-btn{
  position: fixed;
  top: 5px;
  right: 125px;
  width: 55px;
  height: 50px;
  cursor: pointer;
  z-index: 300;
}
.sp-contact-btn{
  position: fixed;
  top: 5px;
  right: 65px;
  width: 55px;
  height: 50px;
  cursor: pointer;
  z-index: 300;
}

.global-nav {
  position: fixed;
  right: -350px;
  top: 0;
  width: 350px;
  height: 100vh;
  padding-top: 40px;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
  color: #00317C;
  border-top: 4px solid #6f9f00;
  background: url(../images/sp_menu_ttl.png) center top 20px no-repeat #fff;
  background-size: 60px auto;
}
.hamburger {
    position: fixed;
    right: 5px;
    top: 5px;
    width: 55px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
    background: url(../images/sp_btn_menu.png);
    background-size: contain;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: left;
  padding: 0 14px;
  border-bottom: 1px solid #eee;
}
.global-nav__item:before {
    content: "■";
    color: #6f9f00;
    width: 50px;
    position: absolute;
    margin-top: 15px;
}
.global-nav__item:after {
    content: "";
    background-image: url(../images/arrow_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6px;
    height: 15px;
    position: absolute;
    right: 20px;
    margin-top: -33px;
}
.global-nav__item a,
.global-nav__item label {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #000;
  margin-left: 20px;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.global-nav__btn img {
    max-width: 80%;
    margin: auto;
    display: block;
    margin-top: 15px;
}
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 1px;
  background-color: #fff;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
img#link0{
  position: fixed;
  visibility: hidden;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
.nav-open img#link0{
  visibility: visible;
  position: fixed;
  width: 35px;
  height: 35px;
  right: 5px;
  top: 8px;
}

.global-nav__item.subnav:after{
  content:none;
}

.global-nav__item.subnav label{
  padding-bottom: 5px;
}

.global-nav__item.subnav label:after {
    content: url(../images/arrow_bottom.png);
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    position: absolute;
    right: 1px;
}

.global-nav__item.subnav input:checked + label:after{
    content: url(../images/arrow_top.png);
}


.acd-check{
    display: none;
}
.acd-label{
    display: block;
    margin-bottom: 1px;
    padding: 10px;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: 0s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: 450px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.subnav_title{
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.subnav_title:before {
    content: "■";
    color: #a40908;
    width: 50px;
    position: absolute;
    left: 25px;
}

.subnav ul li a:before{
    content: "〉";
    color: #6f9f00;
    width: 50px;
    position: absolute;
    left: 40px;
}

.global-nav__item.subnav a{
  margin-left: 30px;
  padding: 10px 0;
}

/*section*/

section h2.title{
    font-size: 22px;
}

section h2.title span{
    padding-bottom: 10px;
    border-bottom: 5px solid #6f9f00;
}


/*top*/

#home .keyvisual .hero-body{
    background:url(../images/keyvisual_bg.png);
    background-size: cover;
    background-position: left 39% bottom 0%;
    max-height: 540px;
    padding-top: 40px;
    padding-bottom: 20vw;
}
.keyvisual .hero-body .container h1.top{
	font-size: 28px;
	padding-left: 150px;
	line-height: 200%;
}
@media screen and (max-width: 768px){
  body#home .keyvisual .hero-body {
      background: url(../images/sp_keyvisual_bg.png);
      background-size: cover;
      background-position: middle;
      padding-bottom: 40vw;
  }
  .keyvisual .hero-body:before{
    background-color: rgb(254 254 254 / 26%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
  }
  .keyvisual .hero-body img {
    margin-top: -20px;
  }
 .keyvisual .hero-body .container h1.top{
	font-size: 21px;
	padding-left: 0px;
	line-height: 200%;
}

}


.keyvisual .hero-body img{
    
}

section.business .column .card{
    background: none;
    color: #FFF;
    /*min-height: 263px;*/
}

section.business .column .card .card-header{
    -webkit-box-shadow: none;
            box-shadow: none;
}

section.business .column .card .card-footer{
  border-top: none;
}

p.card-header-title {
    color: #fff;
    display: block;
    padding-top: 25px;
    font-size: 1.2em;
}

section.business .card-content{
    padding-top: 18px;
}

a.card-footer-item {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 1px solid #fff;
	align-items: flex-end;
	max-width: 200px;
	
}

a.card-footer-item:hover{
  background-color: #FFF;
  color: #000;
}

section.business .column:nth-of-type(1) .card{
    background: url(../images/business_01.jpg);
    background-size: cover;
}
section.business .column:nth-of-type(2) .card{
    background: url(../images/business_02.jpg);
    background-size: cover;
}
section.business .column:nth-of-type(3) .card{
    background: url(../images/business_03.jpg);
    background-size: cover;
}
section.business .column:nth-of-type(4) .card{
    background: url(../images/business_04.jpg);
    background-size: cover;
}
section.business .column:nth-of-type(5) .card{
    background: url(../images/business_05.jpg);
    background-size: cover;
}
section.business .column:nth-of-type(6) .card{
    background: url(../images/business_06.jpg);
    background-size: cover;
}
section.business .column:nth-of-type(7) .card{
    background: url(../images/business_07.jpg);
    background-size: cover;
}
section.business .column:nth-of-type(8) .card{
    background: url(../images/business_08.jpg);
    background-size: cover;
}
section.business .column:nth-of-type(9) .card{
    background: url(../images/business_09.jpg);
    background-size: cover;
}
section.business .column:nth-of-type(10) .card{
    background: url(../images/business_10.jpg);
    background-size: cover;
}
section.business .column:nth-of-type(11) .card{
    background: url(../images/business_11.jpg);
    background-size: cover;
}
.column.is-3:nth-of-type(5){width:50%}
@media screen and (max-width: 951px){
    .column.is-3:nth-of-type(5){width:auto}
}

@media screen and (min-width: 952px){
    section.business .card-content{
        min-height: 102px;
		width: 230px;
		margin: 0 auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 951px){
    section.business .card-content{
        min-height: 135px;
		width: 230px;
		margin: 0 auto;
    }
}


p.link{
    border-top: 1px solid #000;
    padding: 20px 0;
}

p.link .button{
    border-radius:0;
    padding: 22px 60px;
}

p.link .button:hover{
  background-color: #ccc;
}

section.topics .feebox p.link{
  border-top: none;
}

section.topics .feebox p.link .button:hover{
  color: #000;
  background-color: #FFF;
}

@media screen and (max-width: 768px){
  p.link .button{
      width: 90%;
  }
}

section.topics dl,
section.topics dt,
section.topics dd{
  background: none;
}

section.topics dd{
    border-bottom: 1px solid #B6B6B6;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-left: none;
}

section.topics dl{
  border: none;
}

section.topics dt{
  border-top: none;
}

section.topics .feebox{
  background: url(../images/price.jpg);
  background-size: cover;
}

section.topics p.feeboxtext{
  color: #FFF;
  font-size: 1.2em;
  margin-left: 10%;
}

section.topics .feebox p.link .button{
  background: transparent;
  color: #fff;
}


/*subpage*/
body#sub .keyvisual .hero-body{
    background:url(../images/sub_title_bg.jpg);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 50px;
}
/**取り扱い業務**/
body#sub.service .keyvisual .hero-body{
  background: url(../images/sub_title_service_bg.jpg);
  background-size: cover;
}
/**取り扱い業務 詳細ページ**/
body#sub.service_sub .keyvisual .hero-body{
  background: url(../images/sub_title_service-sub_bg.jpg);
  background-size: cover;
  background-position: center center;
}

/**事務所紹介**/
body#sub.office .keyvisual .hero-body{
    background:url(../images/sub_title_office_bg.jpg);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 50px;
}
/**弁護士紹介**/
body#sub.staff .keyvisual .hero-body{
  background: url(../images/sub_title_staff_bg.jpg);
  background-size: cover;
}
/**よくある質問**/
body#sub.faq .keyvisual .hero-body{
  background: url(../images/sub_title_faq_bg.jpg);
  background-size: cover;
}
/**利用規約**/
body#sub.terms_page .keyvisual .hero-body{
  background: url(../images/sub_title_terms_bg.jpg);
  background-size: cover;
}
/**お問合せ**/
body#sub.contact_page .keyvisual .hero-body{
  background: url(../images/sub_title_contact_bg.jpg);
  background-size: cover;
}

body#sub .keyvisual .hero-body h1{
  color: #FFF;
}
body#sub .keyvisual .hero-body h1 span{
  display: block;
  font-size:10px ;
}


/*consultation-case*/

.case .column h3 {
    font-size: 24px;
    font-weight: bold;
    color: #00317C;
    padding-left: 15px;
    border-left: 5px solid #00317C;
    margin-bottom: 25px;
}

.case .column p{
  border-top: 1px solid #b6b6b6;
  padding-top: 25px;
}
.bizcase h3{
  color: #00317C;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 5px;
  margin-top: 18px;
  margin-bottom: 15px;
}


.bizcase table{
  width: 100%;
  font-size: 17px;
}

.bizcase table thead th{
  background: #DEE5F6;
}

.bizcase table tbody th{
  background: #efefef;
}

.bizcase table th,
.bizcase table td{
  text-align: center !important;
}

@media screen and (max-width: 768px){
  .bizcase table{
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .bizcase table tbody th,
  .bizcase table thead th:first-of-type{
    position: sticky;
    left: 0;
  }
  .bizcase table thead th:first-of-type{
    z-index: 2;
  }
  .bizcase table tbody th:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #efefef;
  }
}




/*debt-adjustment*/

section.biz .container,
section.map .container{
  max-width: 100%;
}

section.biz .feelist div{
  max-width: 1000px;
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

.biz h4{
  margin-top: 35px;
  margin-bottom: 20px;
}

.biz03 h4{
  color: #00317C;
  font-weight: bold;
}

.feelist h3{
  font-size: 18px;
  font-weight: bold;
  color: #6fa100;
  margin-top: 30px;
  margin-bottom: 20px;
}

/*fee*/

body#sub.page_fee .keyvisual .hero-body{
  background: url(../images/sub_title_fee_bg.jpg);
  background-size: cover;
}

#id_fee dd:first-of-type{
  border-top: 1px solid #808080;
}

#id_fee dd:last-of-type{
  border-bottom: 1px solid #808080;
}

#id_fee h3{
  color: #6f9f00;
  font-size: 18px;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 15px;
}

#id_fee p.has-text-right{
  font-size: .8em;
}


/*lawyer*/

section.lawyer h3{
  color: #6f9f00;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 5px;
  margin-top: 18px;
  margin-bottom: 15px;
}
section.lawyer h3 span{
  border-left: 1px solid #6f9f00;
  padding-left: 5px;
}


/*office*/

body#sub.page_office section h2.title{
  margin-bottom: 60px;
}

.greeting .column,
.philosophy .column,
.privacypolicy .column,
.terms .column {
  filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.4));
  padding: 30px 25px 25px;
}

/*privacypolicy*/

section.privacypolicy h2{
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 20px;
  margin-top: 18px;
  margin-bottom: 15px;
}
section.privacypolicy h2 span{
  border-left: 4px solid #468037;
  padding-left: 5px;
}

section.privacypolicy h3{
  margin-top: 30px;
  margin-bottom: 25px;
  font-weight: bold;
}

section.privacypolicy .column p{
  line-height: 1.5;
}

section.privacypolicy .column ol{
  margin-top: 40px;
  margin-left: 20px;
}

section.privacypolicy .column ol li{
  margin-top: 20px;
}

.privacypolicy-box{
  background: #DEE5F6;
  padding: 25px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/*terms*/

section.terms h2{
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: bold;
}

dl{
  width: 100%;
  overflow: hidden;
  border: 1px solid #fff;
  border-top: none;
  background: #e1eecd;
}
dt{
  width: 32%;
  float: left;
  padding: 10px;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  background: #e1eecd;
}
dd{
  margin-left: 32%;
  padding: 10px 10px 0;
  border-left: 1px solid #fff;
  background: #fff;
}
dd:not(:last-of-type){
  border-bottom: 1px solid #808080;
}
dd:after{
  display: block;
  content: "";
  clear: both;
}

dl.tablelist{
  border: 1px solid #808080;
}

dl.tablelist dd:not(:first-of-type),
dl.tablelist dt:not(:first-of-type){
  border-top: 1px solid #808080;
}
dl.tablelist dd{
  border-left: 1px solid #808080;
}
dl.tablelist dd:not(:last-of-type){
  border-bottom: none;
}
@media screen and (max-width: 320px) {
  dt{
    width: 100%;
    float: none;
  }
  dd{
    margin-left: auto;
    border-left: none;
  }
}

body#sub.page_office dl.tablelist,
body#sub.page_office dl.tablelist dd{
  border-left: none;
  border-right: none;
}

body#sub.page_office dl.tablelist dt{
  border-top: 1px solid #fff;
}

body#sub.page_office dl.tablelist{
  border: none;
}

body#sub.page_office dl.tablelist dd:first-of-type{
  border-top: 1px solid #808080;
}

body#sub.page_office dl.tablelist dd:last-of-type{
  border-bottom: 1px solid #808080;
}


section.bizcase h2.title{
  margin-bottom: 55px;
}

/*faq*/
.accbox {
    margin: 2em auto;
    padding: 0;
    max-width: 900px;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding: 25px 12px;
    color: #00317c;
    font-weight: bold;
    background: #fff;
    cursor :pointer;
    transition: all 0.5s;
    position: relative;
    box-shadow: 0 32px 30px -34px rgba(53, 47, 47, 0.65);
}

/*アイコンを表示*/
.accbox label:before {
    content: '';
    background:url(../images/faq_q.png) ;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 8px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.accbox label:after {
    content: '';
    background:url(../images/faq_open.png) ;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 8px;
    right: 20px;
    top: 25px;
    width: 30px;
    height: 30px;
    position: absolute;
}

/*ラベルホバー時*/
.accbox label:hover {
    opacity: .8;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    position: relative;
    box-shadow: 0 32px 30px -34px rgba(53, 47, 47, 0.65);
    margin-bottom: 20px;
}


.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #f4f4f4;
    opacity: 1;
}

.accbox .accshow p{
  padding-left: 40px;
}

.accbox .accshow p {
    margin: 15px 20px;
	background:url(../images/faq_a.png) no-repeat left center;
	background-size: 18px auto;
	min-height: 30px;
}

/**.accbox .accshow p:before{
    content: '';
    background:url(../images/faq_a.png) ;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 8px;
    top: 25px;
    left: 20px;
    width: 30px;
    height: 30px;
    position: absolute;
}**/


.cssacc:checked + label:after {
    content: '';
    background-image: url(../images/faq_close.png);
}

@media only screen and (min-width: 0px) and (max-width: 460px) {
  .accbox label{
    padding-right: 50px;
    padding-left: 50px;
  }
  .accbox label:before{
    margin-left: -30px;
  }
  .accbox label:after{
    top:35%;
  }
}


/*contact*/

body#sub.page_contact span{
  color: #d10e1a;
}

body#sub.page_contact dl,
body#sub.page_contact dl dt{
  background: #FFF;
}

body#sub.page_contact dl dt{
  padding: 25px;
}

body#sub.page_contact dl dd{
  border: none;
}

button#submit {
    background: none;
    border: none;
    cursor: pointer;
}

dt.req label:after{
  content:"※";
  color: #d10e1a;
}

@media screen and (max-width: 768px){
  body#sub.page_contact dl dt,
  body#sub.page_contact dl dd{
    width: 100%;
  }
  body#sub.page_contact dl dt{
    padding-bottom: 10px;
  }
  body#sub.page_contact dl dd{
    margin-left: 0;
  }
}

/*site-flaud*/

.gochat{
  margin-top: -50px;
}
.gochat img {
  max-width: 929px;
}

.gochat a:hover{
  opacity: .7;
}

section.site .container{
  max-width: 100%;
}


section.site .card{
  padding: 35px 50px 60px;
  margin-bottom: 30px;
}


section.site .card h3{
  color: #00317C;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

@media only screen and (min-width: 769px){
  section.site .card{
    margin-left: -80px;
  }
  section.site .reverse-row-order .card{
    margin-right: -80px;
  }
  .siteflaudaction .column:nth-of-type(2){
    margin-left: 25px;
  }

  .siteflaudaction .column:last-of-type{
    max-width: 295px;
  }
  .siteflaudaction img{
    max-height: 74px;
  }
}

@media only screen and (max-width: 768px){
  section.site .card{
    margin-top: -30px;
  }
  #id_site .gochat img{
    margin-top: 15px;
    max-width: 100%;
  }
  .siteflaudaction img{
    width: 100%;
  }
}

section.exp h3,
section.site-cost h3{
  color: #00317C;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #808080;
  text-align: left;
}

section.exp h4 {
  color: #00317C;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 4px solid #00317c;
  display: block;
  margin: 0 auto;
  width: 98%;
}

section.exp .card{
  padding-top: 10px;
  padding-bottom: 15px;
}

section.exp ul{
  margin: 10px 20px;
}

section.exp ul li{
  height: 60px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 10px;
}

section.exp ul li:not(:last-child){
  border-bottom: 1px solid #D2D2D2;
}

section.exp ul li:before{
    content:  "";
    width:  12px;
    height:  12px;
    display:  inline-block;
    background-color: #00317c;
    border-radius:  50%;
    margin-left: -15px;
    margin-right: 5px;
}

section.site-cost{
  background: #EFEFEF;
}

section.site-cost img{
  max-width: 749px;
  display: block;
  margin: 0 auto;
}

/*action*/
section.action{
  background: url(../images/action_bg.jpg);
  background-size:cover ;
}

section.action p{
  font-size: 18px;
  font-weight: bold;
}

section.action .columns{
  background-color:rgba(255,255,255,0.8);
  border-top: 4px solid #6fa100;
}

section.action a:hover{
  opacity: .7;
}

/*footer*/

footer.footer{
    background: #6f9f00;
    color: #FFF;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

footer a{
    color: #FFF;
	position: relative;
	z-index: 2;
}

footer a:hover{
    color: #ccc;
}

.footer-menu div:not(:last-of-type){
    border-right: 1px solid;
}

@media screen and (max-width: 768px){
.footer .column.is-7-mobile {
    width: 50%;
}
}
/*page-top*/
.page-top
{
  display: none ;
  margin: 0 ;
  padding: 0 ;
}
 
.page-top p
{
  margin: 0 ;
  padding: 0 ;

  position: fixed ;
  right: 16px ;
  bottom: 70px ;
}
 
.move-page-top
{
  display: block ;
  width: 50px ;
  height: 50px ;

  color: #fff ;
  line-height: 50px ;
  text-decoration: none ;
  text-align: center ;

  -webkit-transition:all 0.3s ;
  -moz-transition:all 0.3s ;
  transition:all 0.3s ;
  filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.4));
}

.move-page-top:hover
{
  opacity: 0.85 ;
}

@media (min-width:736px) {
.pcnone {
	display:none !important;
}

}
@media (min-width:0px) and (max-width:735px) {
.pcnone {
	display: block !important;
}
.spnone {
	display:none !important;
}
}

@media screen and (min-width: 769px){
.columns:not(.is-desktop) {
    overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}
}

.footer .footermenu {
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
margin-bottom: 30px;
}
.footer .footermenu .f_box{
	width: 50%;
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}
.footer .footermenu .f_box:nth-child(2){
	background: url(../images/logo_footer.png) center center no-repeat;
}
.footer .footermenu .f_box ul{
	width: 25%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.footer .footermenu .f_box ul li{
	list-style: none;
	padding: 3px;
	margin: 0;
}
.footer .footermenu .f_box ul li.sub{
	padding-left: 20px;
}

.footer .footermenu .f_box ul li a{
	
}
.footer .list2{
	position: relative;
	right: 150px;
}
@media (min-width:0px) and (max-width:735px) {
.footer .footermenu .f_box{
	width: 100%;
	margin-bottom: 20px;
}
.footer .footermenu .f_box:nth-child(2){
	background: url(../images/logo_footer.png) center center no-repeat;
	padding-top: 80px;
	padding-bottom: 30px;
}
.footer .footermenu .f_box ul{
	width: 50%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.footer .footermenu .f_box ul li{
	list-style: none;
	padding: 5px;
	margin: 0;
}
.footer .footermenu .f_box ul li.sub{
	padding-left: 20px;
}

.footer .footermenu .f_box ul li a{
	
}
.footer .list2{
	position: relative;
	right: 0px;
}
}

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

go-top

==============================*/
#go-top {
	position: fixed;
	bottom: 60px;
	right: 0;
	z-index: 4;
}
@media (min-width:0px) and (max-width:735px) {
#go-top {
	position: fixed;
	bottom: 20px;
	right: 0;
}	
}
#go-top a {
	display: block;
	width: 70px;
}

#go-top a:hover {
	text-decoration: none;
}

#go-top span {
	display: block;
	height: 70px;
	width: 60px;
	transition: 0.2s ease-out;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	background-size: 60px auto;
	background-image: url(../images/go_top.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.under_line {
	text-decoration: underline;
}

.serviceArea{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
margin-bottom: 30px;
}
.serviceArea li{
	width: 420px;
	margin-bottom: 40px;
	padding: 10px;
	box-sizing: border-box;
	border: solid 1px #dedede;
}
.serviceArea li img{
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.serviceArea li h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
.serviceArea li h3::after{
content: "";
	display: block;
	width: 70px;
	height: 5px;
	background-color: #6f9f00;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 5px;
}
.serviceArea li p{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.serviceArea li a{
	border: solid 1px #000;
	width: 150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #000;
}
/*margin top*/
.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
/*margin bottom*/
.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
/*padding right*/
.pr05 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
/*padding left*/
.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.pl120 {
  padding-left: 120px;
}
/*padding top*/
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt80 {
  padding-top: 80px;
}
.pt100 {
  padding-top: 100px;
}
/*padding bottom*/
.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb100 {
  padding-bottom: 100px;
}
.t_80{ font-size:80%;}
.t_120{ font-size:120%;}
.t_140{ font-size:140%;}

.t_cebter{ text-align: center;}

.bold{
	font-weight: bold;
}
.contact dd .smorl{
	width: 38%;
}
.contact dd span.text{
	line-height: 40px;
	color: #555555 !important;
	padding-right: 24px;
}
.contact dd span.text2{
	line-height: 40px;
	color: #555555 !important;
	padding-right: 10px;
}
@media (min-width:0px) and (max-width:735px) {
.contact dd .smorl{
	width: 30%;
}
.contact dd br.pcnone{
	margin-top: 5px;
}
}

.orange{
	color: #ff6100;
}
.orange-b{
	color: #ff6100;
	font-weight:bold;
}
.red{
	color: #9e0908;
}
.red-b{
	color: #9e0908;
	font-weight:bold;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
.td01{
	width: 100%;
}
.td01 th{
  text-align: center !important;
  padding: 10px;
  border-top: 1px solid #fff;
  background-color: #e1eecd;
  font-weight: normal;
  width: 300px;
  min-width: 150px;
  vertical-align: middle;
}
.td01.th_auto th{
  width: auto;
}
.td01.th_left th{
  text-align: left !important;
}
.td01.th_vatop th{
  vertical-align: top;
}
.td01 td{
  padding: 10px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  vertical-align: middle;
  background-color: #fff;
}
.td01.td_center td{
  text-align: center;
}
.td01 .left{
  text-align: left !important;
}
.td01 .center{
  text-align: center !important;
}
.td01 .gray-bg{
  background-color: #f5f5f5;
}

.td01.bd_all th,
.td01.bd_all td{
  border: 1px solid #808080;
}

.td02{
	width: 100%;
}
.td02 th{
  text-align: left;
  padding: 10px;
  width: 200px;
  vertical-align: top;
  color: #6fa100;
}
.td02 td{
  padding: 10px;
}
@media (min-width:0px) and (max-width:735px) {
.td02 th{
  text-align: left;
  padding: 10px 5px;
  width: 115px;
  vertical-align: top;
  color: #6fa100;
}
}
/**tableをスクロールさせる divにclass="scrolltb"**/
.scrolltb {
	margin-top:0px;
	margin-bottom: 0px;
}
.scrolltb dt {
	text-align: center;
}
@media (min-width:0px) and (max-width:735px) {
.scrolltb {
	overflow: auto;	/*tableをスクロールさせる*/
	/*white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
	margin-bottom: 0px;
}
.scrolltb:before {
content: "※右にスクロールして見れます";
/**font-size:13px;
line-height:16px;**/
}
.scrolltb dl {
	width: 900px;
}
.scrolltb dt {
	width: 15%;
	text-align: center;
}
.scrolltb dd {
	margin-left: 15%;
}
.scrolltb .td01{
	width: 600px;
}
.td01 th {
	width: 18%;
	text-align: center;
}
.td01.w_auto th{
  width: auto;
}

}

.navbar.pcmenu{

}

@media (min-width:1140px) and (max-width:1150px) {
	.navbar.pcmenu .container{
	max-width: 1000px;
	}
}
@media (min-width:1285px) and (max-width:1450px) {
	.navbar.pcmenu .container{
	max-width: 1100px;
	}
}
@media (min-width:1635px) {
	.navbar.pcmenu .container{
	max-width: 1070px;
	}
}

.action .column.is-5{
flex:none;
width:45%;
box-sizing: border-box;
text-align: center;
}
@media (min-width:0px) and (max-width:768px) {
.action .column.is-5{
flex:none;
width:100%;
box-sizing: border-box;
}
}


ul.list01{
  margin: 10px 0px;
}

ul.list01 li{
  padding-left: 22px;
  /**text-indent: -22px;**/
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  background: url(../images/icon_check.png) no-repeat left center;
}

/**ul.list01 li:before{
    content:  "";
    width:  16px;
    height:  16px;
    display:  inline-block;
	background: url(../images/icon_check.png) no-repeat left center;
    margin-right: 5px;
}**/

ul.list01_2{
  margin: 10px 0px;
  overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}

ul.list01_2 li{
  padding-left: 22px;
  /**text-indent: -22px;**/
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  width: 32%;
  box-sizing: border-box;
  background: url(../images/icon_check.png) no-repeat left center;
}

/**ul.list01_2 li:before{
    content:  "";
    width:  16px;
    height:  16px;
    display:  inline-block;
	background: url(../images/icon_check.png) no-repeat left center;
    margin-right: 5px;
}**/
@media (min-width:0px) and (max-width:768px) {
ul.list01_2 li{
  padding-left: 22px;
  /**text-indent: -22px;**/
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  width: 100%;
}
}

ul.list01_3{
  margin: 10px 0px;
  overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}

ul.list01_3 li{
  padding-left: 22px;
  /**text-indent: -22px;**/
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  width: 48%;
  box-sizing: border-box;
  background: url(../images/icon_check.png) no-repeat left center;
}

/**ul.list01_3 li:before{
    content:  "";
    width:  16px;
    height:  16px;
    display:  inline-block;
	background: url(../images/icon_check.png) no-repeat left center;
    margin-right: 5px;
}**/
@media (min-width:0px) and (max-width:768px) {
ul.list01_3 li{
  padding-left: 22px;
  /**text-indent: -22px;**/
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  width: 100%;
}
}

.listBox01{
  margin: 10px 0px;
  padding: 10px;
  background-color: #efefef;
}

.listBox01 p{
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 10px;
  display: inline-block;
}


.listBox01 p:before{
    content:  "";
    width:  12px;
    height:  12px;
    display:  inline-block;
    background-color: #6fa100;
    border-radius:  50%;
    margin-left: -15px;
    margin-right: 5px;
}

.listBox02{
}

.listBox02 p{
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 10px;
  display: block;
}


.listBox02 p:before{
    content:  "";
    width:  12px;
    height:  12px;
    display:  inline-block;
    background-color: #6fa100;
    border-radius:  50%;
    margin-left: -15px;
    margin-right: 5px;
}


.ttl_sub01{
	color: #6fa100;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #9d9d9d;
  margin-bottom: 20px;
}
.ttl_sub01:not(:first-child){
  padding-top: 30px;
}
.img100{
	max-width: 100%;
	margin: 10px auto;
	display: block;
}
.green{
	color: #6fa100;
}
.box_red{
	background-color: #f8f1f1;
	padding: 10px;
	margin: 15px 0px;
}
.box_red p{
	color: #9e0908;
}

.frex01{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}
.frex01 > li{
	
}
.frex01 > li:nth-child(2){
	width: 600px;
}
@media (min-width:0px) and (max-width:768px) {
.frex01 > li:nth-child(2){
	width: 100%;
}
}

.frex02{
	/**overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;**/
overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap: wrap;
}
.frex02 > li{
	width: 480px;
	border: solid 3px #6fa100;
	border-radius: 15px;
	padding: 10px;
	margin-bottom: 30px;
}

@media (min-width:0px) and (max-width:768px) {
.frex02 > li{
	width: 100%;
}

}

.frex2-1{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}
.frex2-1 > li{
	width: 450px;
}

@media (min-width:0px) and (max-width:768px) {
.frex2-1 > li{
	width: 100%;
}

}

.float2-1{
	overflow: hidden;
}
.float2-1 > li{
	width: 450px;
}
.float2-1 > li.left{
	float: left;
}
.float2-1 > li.right{
	float: right;
}
@media (min-width:0px) and (max-width:768px) {
.float2-1 > li{
	width: 100%;
}
.float2-1 > li.left{
	float: none;
}
.float2-1 > li.right{
	float: none;
}
}

.float2-1b{
	overflow: hidden;
}
.float2-1b > li{
	width: 400px;
}
.float2-1b > li.left{
	float: left;
}
.float2-1b > li.right{
	float: right;
	width: 550px;
}
@media (min-width:0px) and (max-width:768px) {
.float2-1b > li{
	width: 100%;
}
.float2-1b > li.left{
	float: none;
}
.float2-1b > li.right{
	float: none;
	width: 100%;
}
}

.has-background-light{
	background-color:#f5f5f5!important;
	padding-bottom: 40px;
	}

.border01{
	border: solid 3px #6fa100;
	border-radius: 15px;
	padding: 10px;
	margin-bottom: 30px;
}

#id_biz01 .column.is-4,.column.is-4-tablet{
width:45%;
padding-right: 16%;
}
@media (min-width:0px) and (max-width:768px) {
#id_biz01 .column.is-4,.column.is-4-tablet{
width:100%;
padding-right: 0%;
}
}
.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66667%}

.movBox {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	
}
.movBox .mov {
	position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.movBox .mov iframe {
	position: absolute;
  	top: 0;
  	right: 0;
  	width: 100% !important;
  	height: 100% !important;
}
@media (min-width:0px) and (max-width:765px) {

.movBox {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	
}
}
/*=================================================

line

==============================*/
#line_btn{
	width:150px;
	position: fixed;
	top: 160px;
	right:5px;
	z-index: 999;
}
@media screen and (max-width: 1010px){
#line_btn{
	position: fixed;
	top: 160px;
	right: 18px;
	z-index: 999;
}
}
@media screen and (max-width: 765px){
#line_btn{
	position: fixed;
	top: 80px;
	right: 5px;
	z-index: 999;
}}

