/*
Template: wp_break
Theme Name: Child BREAK
Theme URI:
Description: WordPress Child Theme Break
Author: B CORPORATION,INC.
Author URI: https://www.b-po.co.jp/
Version:1.0
*/

/* アニメーション */
/* 右へ移動 */

.inview.slide-to-right {
	position: relative;
	left: -2%;
	opacity: 0;
}
.inview.slide-to-right.is-inview {
	left: 0%;
	animation: inviewAnimLeft 0.7s ease-out 0s 1 normal;
	opacity: 1;
}

@keyframes inviewAnimLeft {
  0% {
	left: -2%;
    opacity: 0;
  }

  100% {
	left: 0%;
    opacity: 1;
  }
}

/* 左へ移動 */

.inview.slide-to-left {
	position: relative;
	right: -2%;
	opacity: 0;
}
.inview.slide-to-left.is-inview {
	right: 0%;
	animation: inviewAnimRight 0.7s ease-out 0s 1 normal;
	opacity: 1;
}

@keyframes inviewAnimRight {
  0% {
	right: -2%;
    opacity: 0;
  }

  100% {
	right: 0%;
    opacity: 1;
  }
}

/* 上へ移動 */

.inview.slide-to-top {
	position: relative;
	bottom: -5%;
	opacity: 0;
}
.inview.slide-to-top.is-inview {
	 bottom: 0%;
	animation: inviewAnimtop 0.7s ease-out 0s 1 normal;
	opacity: 1;
}

@keyframes inviewAnimtop {
  0% {
	bottom: -5%;
    opacity: 0;
  }

  100% {
	bottom: 0%;
    opacity: 1;
  }
}

/* 下へへ移動 */

.inview.slide-to-bottom {
	position: relative;
	top: -5%;
	opacity: 0;
}
.inview.slide-to-bottom.is-inview {
	 top: 0%;
	animation: inviewAnimbottom 0.7s ease-out 0s 1 normal;
	opacity: 1;
}

@keyframes inviewAnimbottom {
  0% {
	top: -5%;
    opacity: 0;
  }

  100% {
	top: 0%;
    opacity: 1;
  }
}

.ms_tit.small {
    font-size: 12px;
    display: block;
    margin-top: 35px;
}

.bden_  #breadcrumb{
text-align: left;
margin-bottom: 80px;
}

span.wpcf7-not-valid-tip{
display: none;
}

span.quiz-788{
display: block;
}

span.quiz-788 label{
width: 100%;
}

/* テキストアンダーライン */
.txt_c{
background-image: linear-gradient(transparent 50%, #fff799 50%);
}

/* top */

/* bg on text color */
.main .section#top_cont03.bg-img{
color: #333;
}

.ast{
position: relative;
padding-left: 15px;
display: inline-block;
}

.ast::before{
content:"※";
position:absolute;
left: 0px;
top: 0px;
}

/* active */
.b_contents .b_postitem:hover::after{
font-size: 20px;
font-weight: 900;
}

a.b_postitem:hover,
a.bl_link:hover{
opacity: 1;
}

.b_post-content{
margin-top: 50px !important;
}

.txt_fs{
font-size: 14px !important;
}

.shadow,
#bden_home .b_eyecatch,
#bden_active .b_eyecatch{
box-shadow: rgba(25,25,25,.6) 0px 5px 30px -7px;
}

a{
color: #33601a;
}

a:hover{
color: #33601a;
opacity: 0.6;
}

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

.fl02r{
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

/*　lineheight */
.main .section .section-content{
line-height: 2;
}

/* 初めて */
#bden_477 .main .section#cont02.bg-img .s_tit .en_name {
color: #333;
}

div.wpcf7-mail-sent-ok {
background-color: #eee !important;
color: #398f14 !important;
border: 2px #eee solid !important;
text-align: center
}

.con_tit{
font-size: 20px;
font-weight: 600;
}

/* bg_ani */
.site_t::before{
content: "\f15b";
font-family: "Font Awesome 5 Free";
font-weight: 600;
position: absolute;
left: 0;
top: 0;
font-size: 14px;
color: #e60012;
z-index: 1;
}

.s_one_rap .site_t::before{
color: #0068b7;
z-index: 1;
}

.site_t a{
color: #000;
display: inline-block;
text-decoration: underline;
opacity: 1;
}

.site_t a:hover{
animation: hover .6s forwards;
text-decoration: none;
}

.site_t a::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -5px;
  z-index: -1;
  content: '';
  background: #000;
  transform: scale(0, 1);
}

.s_one_rap .site_t a::before{
  background: #e60012;
}

.site_t a:hover::before{
animation: hover-in .3s forwards alternate,
hover-out .3s .3s forwards alternate;
}
@keyframes hover {
  0%, 100% {
    color: #000;
  }
  50% {
    color: #fff;
  }
}
@keyframes hover-in {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@keyframes hover-out {
  0% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}

.s_one_rap{
padding-left: 20px;
}


/*　メニュー　該当ページ　*/
.sidebar .side-nav li.current-menu-item > a{
font-weight: 600 !important;
color: #33601a;
}

/* メニュー　hover bg */
.sidebar .side-nav li a:hover{
background-color: rgba(0,0,0,0) !important;
}

/* font color */
.red_txt{
color: #e60012;
}

.bl_txt{
color: #0068b7;
}

/* active */
#bden_active .b_contents,
#bden_archive .b_contents,
#bden_blog .b_contents{
padding-top: 50px;
}



/*　top_ani　*/
.page-animation-on .page-cover-white {
opacity: 1;
}

.b_column_type .b_postlist{
/*　margin-bottom: 50px;　*/
}

.b_slider .b_mv-block {
width: 90%;
text-align: center;
}

#no_tit .section-title{
display: none;
}

#no_tit .no_txt{
height: 400px;
}

.ca_tit,
.main_come_box{
color: #fff;
}

/* 背景アニメーション画像
.page-cover-white{
background-image:url(https://www.b-corporation.com/wp01/wp-content/uploads/2020/04/ani_image-min-2.png);
background-position: top center;
background-size: cover;
} */

/* active top */
.home .b_contents{
padding: 0;
}

.home .b_content p{
line-height: 21px;
}

.gallery{
margin-top: 50px;
}

.footer .copyright{
color: #999;
font-size: 12px;
}

.txt_left{
text-align: left;
}

.txt_right{
text-align: right;
}

.txt_center{
text-align: center;
}

.f110{
font-size: 110%;
}

.ggmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.ggmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.b_lock{
display: inline-block;
}

#topi2.section.bg-img{
color: #333;
}

.new-posts .post-item,
.new-blog .post-item,
.new-active .post-item{
padding-left: 15px;
margin-bottom: 10px;
border-bottom: 1px #ccc dashed;
}

.new-posts .post-item:last-child,
.new-blog .post-item:last-child,
.new-active .post-item:last-child{
padding-bottom: 0px;
margin-bottom: 0px;
}

.new-posts .post-item:before,
.new-blog .post-item:before,
.new-active .post-item:before{
content:"";
position: absolute;
height: 25px;
width: 25px;
left: 0px;
top: 6px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
background-color: rgba(255,255,255,1);
z-index: -1;
}

.new-posts .post-item .permalink:after,
.new-blog .post-item .permalink:after,
.new-active .post-item .permalink:after{
content:"▶︎";
position: absolute;
top: 0;
left: -3px;
font-size: 60%;
color: #007bff;
}

.new-posts .post-item .date,
.new-blog .post-item .date,
.new-active .post-item .date{
display: inline-block;
padding-bottom: 10px;
padding-right: 20px;
}

.new-posts .post-item .permalink,
.new-blog .post-item .permalink,
.new-active .post-item .permalink{
position: absolute;
left: 123px;
top: 0px;
padding-left: 18px;
}

.new-posts .post-item a.permalink:hover,
.new-blog .post-item a.permalink:hover,
.new-active .post-item a.permalink:hover{
color: #333;
text-decoration: none;
}

.section .section-title{
padding-bottom: 65px !important;
}

.main .section.bg-img .section-title::before,
.main .section.bg-img .section-title::after {
display: none;
}

.cont_rap50{
margin-top: 10px;
position: relative;
}	

.cont_rap50 .left_cont{
width: 45%;
position: relative;
}

.cont_rap50 .left_cont:after{
content:"";
width: 60px;
height: 1px;
background-color: #fff;
position: absolute;
right: -40px;
top: 50px;
}

.cont_rap50 .right_cont{
position: absolute;
width: 47%;
right: 0px;
top: 0px;
}

.cont_rap50 .left_cont{
border: 1px #fff solid;
box-shadow: rgba(255, 255, 255, 0.7) 0px 5px 30px -7px;
}

.cont_rap50 .left_cont img{
opacity: 0.9;
}

.cont_form_rap ol{
padding-left: 30px;
border-bottom: 1px #ddd dashed;
padding-bottom: 20px;
margin-bottom: 0px;
}

.cont_form_rap ol li{
font-size: 16px;
}

.cont_form_rap ol li::marker{
font-weight: 600;
}

.bden_center{
text-align: center;
}

.f_come{
background-color: #eee;
padding: 10px;
}

.wpcf7 .form_rap{
overflow: hidden;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea{
transition: 0.6s;	
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus{
background-color: rgba(0,0,0,.1);
outline: none;
}

.wpcf7 .wpcf7-quiz-label{
margin-bottom: 8px;
display: inline-block;
}

.wpcf7 select::-ms-expand {
display: none;
}

.wpcf7 select{
height: 50px;
border: none;
background: transparent;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
padding-right: 35px !important;
}

.wpcf7 .menu-383,
.wpcf7 .menu-3830,
.wpcf7 .menu-page333,
.wpcf7 .menu-nouki,
.wpcf7 .menu-536,
.wpcf7 .menu-820,
.wpcf7 .q-01,
.wpcf7 .q-02,
.wpcf7 .q-03,
.wpcf7 .q-04,
.wpcf7 .q-05,
.wpcf7 .q-06,
.wpcf7 .toshi-01,
.wpcf7 .tsuki-01,
.wpcf7 .hi-01,
.wpcf7 .toshi-011,
.wpcf7 .tsuki-011,
.wpcf7 .hi-011,
.wpcf7 .toshi-02,
.wpcf7 .tsuki-02,
.wpcf7 .hi-02,
.wpcf7 .menu-881,
.wpcf7 .menu-hoshu,
.wpcf7 .address1,
.wpcf7 .menu-430,
.wpcf7 .menu-4302,
.wpcf7 .menu-583,
.wpcf7 .menu-1757,
.wpcf7 .menu-633,
.wpcf7 .menu-975,
.wpcf7 .menu-736,
.wpcf7 .menu-489,
.wpcf7 .menu-432{
position: relative;
}

.wpcf7 .menu-383::after,
.wpcf7 .menu-3830::after,
.wpcf7 .menu-page333::after,
.wpcf7 .menu-nouki::after,
.wpcf7 .menu-536::after,
.wpcf7 .menu-820::after,
.wpcf7 .q-01::after,
.wpcf7 .q-02::after,
.wpcf7 .q-03::after,
.wpcf7 .q-04::after,
.wpcf7 .q-05::after,
.wpcf7 .q-06::after,
.wpcf7 .toshi-01::after,
.wpcf7 .tsuki-01::after,
.wpcf7 .hi-01::after,
.wpcf7 .toshi-011::after,
.wpcf7 .tsuki-011::after,
.wpcf7 .hi-011::after,
.wpcf7 .toshi-02::after,
.wpcf7 .tsuki-02::after,
.wpcf7 .hi-02::after,
.wpcf7 .menu-881::after,
.wpcf7 .menu-hoshu::after,
.wpcf7 .address1::after,
.wpcf7 .menu-430::after,
.wpcf7 .menu-4302::after,
.wpcf7 .menu-583::after,
.wpcf7 .menu-1757::after,
.wpcf7 .menu-633::after,
.wpcf7 .menu-975::after,
.wpcf7 .menu-736::after,
.wpcf7 .menu-489::after,
.wpcf7 .menu-432::after{
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 600;
position: absolute;
right: 10px;
top: -3px;
pointer-events: none;
color: #ccc;
}

.wpcf7 .form_rap dl dt{
font-weight: normal;
margin-bottom: 5px;
}

.wpcf7 .textarea{
padding: 10px 15px;
width: 100%;
border: 1px #ddd solid;
box-sizing: border-box;
}

.form_rap .in_listrap{
overflow: hidden;
list-style: none;
}

.form_rap .in_listrap li{
width: 50%;
float: left;
}
.wpcf7 .s_textarea{
padding: 10px 15px;
width: 120px;
border: 1px #ddd solid;
box-sizing: border-box;
}

dd .dy{
display: inline-block;
margin-right: 5px;
}

dd .dm,
dd .dd{
display: inline-block;
margin: 0 5px;
}

.wpcf7 dl dt .fred{
background-color: #cf0000;
color: #fff;
display: inline-block;
margin-right: 5px;
padding-right: 10px;
padding-left: 10px;
line-height:  20px;
height: 20px;
font-size: 80%;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.wpcf7 dl dt .fglay{
background-color: #000;
color: #fff;
display: inline-block;
margin-right: 8px;
padding-right: 10px;
padding-left: 10px;
line-height:  20px;
height: 20px;
font-size: 80%;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.wpcf7 textarea[name="textarea-7"] {
height: 122px !important;
}

.wpcf7 textarea[name="textarea-8"] {
height: 128px !important;
}

.wpcf7 textarea[name="textarea-9"] {
height: 250px !important;
}

.wpcf7 textarea[name="textarea-10"] {
height: 204px !important;
}

.wpcf7-quiz-label{
line-height: 21px;
color: #cf0000;
}

.cu_hei{
line-height: 21px;
}

.btdl dd label{
width: 100%;
}

.wpcf7 .submit{
padding: 10px 5px;
font-size: 16px;
color: #000;
background-color: #f0c250;
border: 1px #f0c250 solid;
transition: 0.6s;
max-width: 280px;
width: 100%;
box-sizing:border-box;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: rgba(25, 25, 25, 0.7) 0px 5px 10px -7px;
}

.wpcf7 .submit:hover{
box-shadow: rgba(25, 25, 25, 0.7) 0px 5px 30px -7px;
color: #f0c250;
background-color: #fff;
}

div.wpcf7-validation-errors{
color: #ff0000;
text-align: center;
}

div.wpcf7-mail-sent-ok{
margin-right: 0;
margin-left: 0;
padding-top: 15px;
padding-bottom: 15px;
background-color: #398f14;
color: #fff;
}

.ajax-loader{
display: block !important;
}

::placeholder{
color:#999;
}

div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip{
padding-left: 5px;
position: relative;
font-size: 12px;
margin-top: 5px;
color: #cf0000;
}

div.wpcf7-validation-errors{
border: none !important;
}

.wpcf7-not-valid {
border-color: #cf0000 !important;
border-width: 3px !important;
background-color: rgba(207,0,0,0.2) !important;
color: #cf0000;
font-weight: bold;
}

#bden_489 dd span.small{
display: inline-block;
line-height: 1.5;
}

.s_tit .en_name{
display: block;
font-size: 12px;
color: #666;
margin-top: 10px;
}

.main .section.one .section-title {
text-align: center !important;
}

/* backtop */
.pagetop {
width: 100px;
height: 30px;
background-color: #1e5400;
color: #fff;
line-height: 30px;
font-size: 10px;
font-weight: 600;
}

.pagetop {
position: fixed;
bottom: 30px;
right: 20px;
border-radius: 0%;
text-align: center;
opacity: 1;
}

.pagetop:hover{
text-decoration: none;
color: #ddd;
}

.pagetop i{
margin-right: 5px;
}

.mtc{
margin-top: 10px !important;
}

/* デフォルトボタン */
.bt_box a.bt_df{
text-decoration: none;
}

.bt_box .bt_df{
display: inline-block;
border: 1px #33601a solid;
background-color: #33601a;
color: #fff;
width: 260px;
box-sizing: border-box;
padding: 8px;
transition: 0.6s;
position: relative;
box-shadow: rgba(25, 25, 25, 0.7) 0px 5px 20px -7px;
}

.bt_box .bt_df:hover{
background-color: #fff;
color: #33601a;
box-shadow: rgba(25, 25, 25, 0.7) 0px 5px 30px -7px;
}

.bt_box .bt_df::after{
content: "";
position: absolute;
right: 10px;
top: 50%;
margin-top: -1px;
transition: all .4s;
width: 30px;
height: 1px;
background-color: #fff;
}

.bt_box .bt_df::before{
content: "";
position: absolute;
right: 9px;
top: 50%;
margin-top: -4px;
transition: all .4s;
width: 8px;
height: 1px;
background-color: #fff;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 2;
}

.bt_box .bt_df:hover::after{
transform: translateX(25px);
background-color: #33601a;
}

.bt_box .bt_df:hover::before{
transform: translateX(28px);
width: 20px;
background-color: #33601a;
}
	
/* 一覧お知らせ */
#top_cont01 .container{
/* width: 100%;
max-width: 900px; */
}

.new-posts .post-item .date, .new-blog .post-item .date, .new-active .post-item .date {
padding: 0px 7px 0px 9px ;
font-size: 12px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.post-item span.date{
background-color: #33601a;
color: #fff;
}

.new-posts .post-item, .new-blog .post-item, .new-active .post-item {
    padding-left: 0px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px #ccc dotted;
}

.new-posts .post-item:last-child{
   padding-bottom: 15px;
}

.new-posts .post-item::before, .new-blog .post-item::before, .new-active .post-item::before {
display: none;
}

.new-posts .post-item .permalink::after, .new-blog .post-item .permalink::after, .new-active .post-item .permalink::after {
display: none;
}

/* フッターウィジェットメニュー */
.footer-widget .footer_menu li a{
color: #fff;
transition: .3s;
text-decoration: none;
}

.footer-widget .footer_menu li a:hover{
color: #aaa;
}

.bt0{
margin-bottom: 0px !important;
}

.bt5{
margin-bottom: 5px !important;
}

.bt10{
margin-bottom: 10px !important;
}

.bt20{
margin-bottom: 20px !important;
}

.bt30{
margin-bottom: 30px !important;
}

.bt40{
margin-bottom: 40px !important;
}

.bt50{
margin-bottom: 50px !important;
}

.bt80{
margin-bottom: 80px !important;
}

.bt100{
margin-bottom: 100px !important;
}

@media all and (min-width: 1201px) {
}

@media all and (max-width: 1200px) {
}

@media all and (min-width: 1025px) {
.sp{
display: none;
}
.b_column_type .b_postitem {
margin-bottom: 0px;
margin-top: 50px;
}
	
.b_column_type .b_postitem:nth-of-type(1),
.b_column_type .b_postitem:nth-of-type(2),
.b_column_type .b_postitem:nth-of-type(3) {
margin-top: 25px;
}
	
.main .top-wrapper .header-page-title{
font-size: 36px;
font-weight: 700;
}
.section-box {
/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.09); */
box-shadow: rgba(25, 25, 25, 0.7) 0px 5px 30px -7px;
}
.form_rap .in_cont{
width: 48%;
margin-right: 4%;
float: left;
}
.form_rap .in_cont:last-child{
margin-right: 0;
}
}

@media all and (max-width: 1024px) {
.pc{
display: none;
}
.wpcf7 .form_rap .in_cont{
width: 100%;
}
.cont_rap50 .left_cont{
width: 100%;
position: relative;
}

.cont_rap50 .left_cont:after{
display: none;
}

.cont_rap50 .right_cont{
position: static;
width: 100%;
margin-top: 30px;
}
}

@media all and (min-width: 981px){
.sidebar .side-nav .menu > li > a::after{
	position: absolute;
	bottom: 0px;
	left: 50%;
	content: "";
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sidebar .side-nav .menu > li > a:hover::after {
    width: 100%;
}


.int01,
.int02,
.int03,
.int04{
display: inline-block;
}
	
.int01,
.int03{
padding-left: 95px;
}

.int02,
.int04{
padding-left: 105px;
}

label{
margin-bottom: 0px;
}
	
.w800{
max-width: 800px;
width: 100%;
margin: auto;
}
	
.t_come::before{
left: -43px;
top: 32px;
}
	
/* #bden_477 .wrapper .container,
#bden_1320 .wrapper .container,
#bden_841 .wrapper .container,
#bden_1102 .wrapper .container{
width: 980px;
max-width: 100%;
margin: auto;
} */
	
/* h1 br */
.main .top-wrapper h1 br{
display: none;
}	

.sidebar .logo img {
height: 50px;
}

#sidebar.scrolled .logo img{
height: 40px;
}
	
.main .top-wrapper h1 {
padding: 0px 0px 0px 45px;
}

.side-nav .menu li ul li{
width: 100%;
padding-left: 0px;
padding-right: 0px;
border-bottom: 1px #333 dotted;
}
	
.side-nav .menu li ul li a{
transition: 0.6s;
}
	
.side-nav .menu li ul li a:hover{
background-color: #333 !important;
}
	
.side-nav .menu li ul li:first-child{
padding-top: 0px !important;
}

.side-nav .menu li ul li:last-child{
margin-bottom: 0px;
}
	
.sidebar ul.sub-menu a {
padding-top: 15px;
padding-bottom: 15px;
display: block;
}
	
.sidebar .logo {
padding: 10px 20px 10px 45px !important;
}
	
#sidebar.scrolled .logo {
padding: 10px 20px 10px 45px !important;	
/* padding: 12px 20px 12px 45px !important; */
}
	
.sidebar {
height: 70px;
opacity: 1;
}
	
#sidebar.scrolled {
height: 60px;
}

.sp{
display: none;
}
}

@media all and (max-width: 980px) {
.main .top-wrapper h1{
margin-top: 70px;
}	
	
.wpcf7 textarea[name="textarea-9"] {
height: 128px !important;
}
	
.main .section .section-title{
font-size: 24px;
}
	
.sidebar .side-nav li a {
color: #fff !important;
}

.sidebar .side-nav ul.sub-menu{
background-color: #212121;
}
	
.main img {
width: 100%;
}	
	
.sidebar .logo {
width: auto;
}
	
.b_slider .b_mv-block{
margin-top: 0px;
}

.b_contents .b_list-type .b_postitem .b_thumbnail {
width: 100%;
height: auto;
}	
	
.sidebar .logo img {
height: 50px;
max-height: 100px;
margin: 10px 20px;
}

.b_categories .b_category {
width: 100%;
}
}

@media all and (min-width: 768px) {
.main .section#cont01{
padding-top: 0px;
}
.footer_menu{
list-style: none;
padding-left: 0px;
display: flex;
justify-content: center;
}
.footer_menu li{
font-size: 13px;
padding: 0 20px;
margin-right: 30px;
}
.footer_menu li:first-child{

}
.footer_menu li:last-child{
margin-right: 0px;
}
}

@media all and (max-width: 767px) {
.footer_menu{
list-style: none;
padding-left: 0px;
display: flex;
flex-direction: column;
}
.footer_menu li{
font-size: 13px;
margin-right: 0px;
text-align: center;
padding: 20px 0;
border-top: 1px #333 solid;
}
.footer_menu li:first-child{
border-top: none;
}
.footer_menu li:last-child{
margin-right: 0px;
border-bottom: 1px #333 solid;
}	
	
.custom-html-widget {
padding-top: 0px;
padding-bottom: 0px;
}	
	
.form_rap .in_listrap li{
width: 100%;
float: none;
}

.wpcf7 .s_textarea{
padding: 10px 15px;
width: 100%;
border: 1px #ddd solid;
box-sizing: border-box;
}

dd .dy{
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
width: 100%;
box-sizing: border-box;
}

dd .dm,
dd .dd{
display: inline-block;
margin: 0 5px 5px 0;
width: 100%;
box-sizing: border-box;
}
	
#bden_486 .in_com,
#bden_1692 .in_com{
padding: 30px 20px 20px;
font-size: 16px;
}
span.wpcf7-list-item {
margin: 0.5em 0 0.5em 1em;
}

.th_list{
margin-bottom: 30px;
}	
	
.new-posts .post-item .permalink, .new-blog .post-item .permalink, .new-active .post-item .permalink {
    position: static;
    left: 0;
    top: 0;
    padding-left: 5px;
	display: block;
}

/* お問い合わせボックス */
.m_contact .bt_box{
padding: 40px 20px;
}

.m_contact2 .bt_box{
padding: 0px 20px 40px;
}

.ani{
line-height: 60px;
}
	
.ca_tit::after{
top: -20px;
font-size: 26px;
margin-left: -160px;
}

.ani{
padding-top: 50px;
}
	
	
.b_column_type .b_postitem:last-child{
    margin-bottom: 0px !important;
}
.cp_line dt{
float: none;
width: 100%;
font-weight: normal;
padding-left: 13px;
box-sizing: border-box;
position: relative;
}

.cp_line dd{
margin-left: 0px;
padding-left: 20px;
}	
}

/*　カスタム　*/
.pv_rap{
height: 150px;
overflow-y: scroll;
border: 1px #eee solid;
padding: 20px 30px;
margin-bottom: 15px;
background-color: #efefef;
}

.pv_rap .pv_in_tit{
font-size: 16px;
font-weight: 600;
}


.pv_rap dd{
margin-bottom: 20px;
}

.pv_rap dd:last-child{
margin-bottom: 0px;
}

.pv_rap dd ul{
padding-left: 20px;
}

.sidebar{
box-shadow: rgba(25, 25, 25, 0.5) 0px 5px 20px -7px;
}

.main .top-wrapper h1,
.ca_tit, 
.main_come_box,
.main .top-wrapper .header-page-title,
.main .top-wrapper .header-page-title span{
text-shadow: 2px 2px 6px rgba(0,0,0,.5)
}

.ca_tit{
font-weight: 900 !important;
}

#top_cont01 ul{
padding-left: 0;
list-style: none;
margin-bottom: -30px;
}

#top_cont01 ul li{
position: relative;
}

#top_cont01 ul li h3{
font-size: 15px;
background-color: #f0c250;
display: inline-block;
padding: 5px 10px;
position: absolute;
left: -5px;
top: 10px;
box-shadow: rgba(25, 25, 25, 0.3) 0px 5px 20px -7px;
}

.cont30{
width: 30%;
margin-bottom: 30px;
}

.bt_come_box{
padding: 10px; 20px;
}

.contact_rap{
background-color: #fff;
border: 1px #33601a solid;
padding: 40px; 
box-shadow: rgba(25, 25, 25, 0.3) 0px 5px 20px -7px;
}

.t_ca_tit{
font-size: 15px;
padding-bottom: 20px;
margin-bottom: 25px !important;
border-bottom: 1px #aaa dotted;
}

.contact_rap{
overflow: hidden;
position: relative;
}

.contact_rap::after{
content: "KOYU Planning";
color: rgba(51, 96, 26, .1);
letter-spacing: 0;
position: absolute;
font-weight: 900;
font-size: 33px;
bottom: -2px;
right: -3px;
z-index: 2;
transform: rotate( -10deg );
}

.tel_rap .tel_tit{
display: inline-block;
font-size: 15px;
}

.tel_rap .bfont{
font-weight: 600;
font-size: 18px;
}

.cont50{
width: 50%;
z-index: -1;
position: relative;
}

.cont502{
width: 50%;
background-color: #fff;
padding: 30px 40px;
margin-top: 50px;
position: relative;
left: -50px;
min-height: 325px;
}

.c55_in_box{
margin-bottom: 30px !important;
}

.burger .burger-lines, .burger .burger-lines:after, .burger .burger-lines:before{
background-color: #33601a;
}

.flow_list{
list-style: none;
padding-left: 0px;
}

.flow_list li{
position: relative;
padding-bottom: 50px;
margin-bottom: 50px;
}

.flow_list li::after{
position: absolute;
content:"\f078";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 39px;
color: #33601a;
left: 50%;
margin-left: -18px;
bottom: 0px;
margin-bottom: -39px;
}

.flow_list li:last-child{
padding-bottom: 0px;
margin-bottom: 0px;
}

.flow_list li:last-child::after{
display: none;
}

.flow_list li .min_tit{
font-size: 20px;
font-weight: 600;
position: relative;
}

.flow_list li .min_tit::after{
position: absolute;
right: 0;
top: -15px;
color: rgba(51, 96, 26, .2);
font-weight: 900;
font-size: 42px;
}

.flow_list li.f01 .min_tit::after{
content: "STEP 01";
}

.flow_list li.f02 .min_tit::after{
content: "STEP 02";
}

.flow_list li.f03 .min_tit::after{
content: "STEP 03";
}

.flow_list li.f04 .min_tit::after{
content: "STEP 04";
}

.flow_list li.f05 .min_tit::after{
content: "STEP 05";
}

.flow_list li.f06 .min_tit::after{
content: "STEP 06";
}

.flow_list li.f07 .min_tit::after{
content: "STEP 07";
}

.cont65 .gree_come_box{
text-align: justify;
font-size: 15px;
}

.font15{
font-size: 15px;
}

.cam_rap table{
width: 100%;
}

.cam_rap table tr{
border: 1px #ddd solid;
background-color: #fff;
}

.cam_rap table tr th,
.cam_rap table tr td{
padding: 30px 
}

@media all and (min-width: 981px) {
label {
    width: 100%;
}
}

@media all and (max-width: 980px) {
.sidebar #nav-menu .side-nav{
background-color: #33601a;
}
.sidebar .side-nav li {
border-bottom: 1px #fff dotted;
}
}

@media all and (min-width: 768px) {
.cont65{
width: 65%;
}

.flow_list li{
padding-left: 100px;
}
	
.flow_list li::before{
position: absolute;
top: 0;
left: 0;
font-size: 39px;
color: #fff;
background-color: #33601a;
width: 80px;
text-align: center;
box-shadow: rgba(25, 25, 25, 0.7) 0px 5px 20px -7px;
}
	
.flow_list li.f01::before{
content:"01";
}
	
.flow_list li.f02::before{
content:"02";
}
	
.flow_list li.f03::before{
content:"03";
}
	
.flow_list li.f04::before{
content:"04";
}
	
.flow_list li.f05::before{
content:"05";
}
	
.flow_list li.f06::before{
content:"06";
}
	
.flow_list li.f07::before{
content:"07";
}

.w960{
width: 100%;
max-width: 960px;
margin: auto;
}

.tel_rap .tel_tit{
padding-right: 15px;
border-right: 1px #aaa solid;
}
.tel_rap .bfont{
margin-left: 17px;
}
.cont502{
box-shadow: rgba(25, 25, 25, 0.7) 0px 5px 20px -7px;
}
.cam_rap table tr th{
font-weight: normal;
width: 25%;
}
}

@media all and (max-width: 767px) {
.cam_rap table tr th{
display: block;
width: 100%;
padding-bottom: 0px;
}

.cam_rap table tr td{
display: block;
padding-top: 0px;
}

.cont50{
width: 100%;
}
.cont502{
width: 100%;
padding: 20px 20px 0;
left: 0;
margin-top: 0;
position: static;
min-height: auto;
}
.cont30{
width: 100%;
}
.tel_rap .tel_tit{
display: block;
}
}